Disable macro engine init traces
| @@ -160,7 +160,7 @@ class MacroLexer extends Lexer { | ||
| 160 | 160 | /** @private */ |
| 161 | 161 | constructor() { |
| 162 | 162 | super(MacroLexer.def, { |
| 163 | 163 | traceInitPerf: truefalse, |
| 164 | 164 | }); |
| 165 | 165 | } |
| 166 | 166 | |
| @@ -23,7 +23,7 @@ class MacroParser extends CstParser { | ||
| 23 | 23 | /** @private */ |
| 24 | 24 | constructor() { |
| 25 | 25 | super(MacroLexer.def, { |
| 26 | 26 | traceInitPerf: truefalse, |
| 27 | 27 | nodeLocationTracking: 'full', |
| 28 | 28 | recoveryEnabled: true, |
| 29 | 29 | }); |