Skip to main content
Module

x/swdev/swc_wasm/types.ts>EsParserConfig

No bundle frontend by service-worker
Latest
interface EsParserConfig
import { type EsParserConfig } from "https://deno.land/x/swdev@0.5.2/swc_wasm/types.ts";

Properties

syntax: "ecmascript"
optional
jsc: boolean

Defaults to false.

optional
numericSeparator: boolean

Defaults to false. This is not implemented yet.

optional
classPrivateProperty: boolean

Defaults to false

optional
privateMethod: boolean

Defaults to false

optional
classProperty: boolean

Defaults to false

optional
functionBind: boolean

Defaults to false

optional
decorators: boolean

Defaults to false

optional
decoratorsBeforeExport: boolean

Defaults to false

optional
dynamicImport: boolean

Defaults to false

optional
nullishCoalescing: boolean

Defaults to false