Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EsParserConfig

interface EsParserConfig {
classPrivateProperty?: boolean;
classProperty?: boolean;
decorators?: boolean;
decoratorsBeforeExport?: boolean;
dynamicImport?: boolean;
exportDefaultFrom?: boolean;
exportNamespaceFrom?: boolean;
functionBind?: boolean;
importAssertions?: boolean;
importMeta?: boolean;
jsx?: boolean;
nullishCoalescing?: boolean;
numericSeparator?: boolean;
optionalChaining?: boolean;
privateMethod?: boolean;
syntax: "ecmascript";
topLevelAwait?: boolean;
}

§Properties

§
classPrivateProperty?: boolean
[src]
§
classProperty?: boolean
[src]
§
decorators?: boolean
[src]

Defaults to false

§
decoratorsBeforeExport?: boolean
[src]

Defaults to false

§
dynamicImport?: boolean
[src]
§
exportDefaultFrom?: boolean
[src]

Defaults to false

§
exportNamespaceFrom?: boolean
[src]
§
functionBind?: boolean
[src]

Defaults to false

§
importAssertions?: boolean
[src]

Defaults to false

§
importMeta?: boolean
[src]
§
jsx?: boolean
[src]

Defaults to false.

§
nullishCoalescing?: boolean
[src]
§
numericSeparator?: boolean
[src]
§
optionalChaining?: boolean
[src]
§
privateMethod?: boolean
[src]
§
syntax: "ecmascript"
[src]
§
topLevelAwait?: boolean
[src]