ParserConfig constructor
ParserConfig({})
Implementation
ParserConfig({
this.explicitEndOfStatement = false,
this.allowImplicitVariableDeclaration = false,
this.printPerformanceStatistics = false,
});
ParserConfig({
this.explicitEndOfStatement = false,
this.allowImplicitVariableDeclaration = false,
this.printPerformanceStatistics = false,
});