Optional
amdSet the value of require.amd
and define.amd
. Or disable AMD support.
Optional
browserifyEnable/disable special handling for browserify bundles.
Optional
commonjsEnable/disable parsing of CommonJs syntax.
Optional
commonjsEnable/disable parsing of magic comments in CommonJs syntax.
Optional
createEnable/disable parsing "import { createRequire } from "module"" and evaluating createRequire().
Optional
dynamicSpecifies global mode for dynamic import.
Optional
dynamicSpecifies global prefetch for dynamic import.
Optional
dynamicSpecifies global preload for dynamic import.
Optional
exportsSpecifies the behavior of invalid export names in "import ... from ..." and "export ... from ...".
Optional
exprEnable warnings for full dynamic dependencies.
Optional
exprEnable recursive directory lookup for full dynamic dependencies.
Optional
exprSets the default regular expression for full dynamic dependencies.
Optional
exprSet the default request for full dynamic dependencies.
Optional
harmonyEnable/disable parsing of EcmaScript Modules syntax.
Optional
importEnable/disable parsing of import() syntax.
Optional
importSpecifies the behavior of invalid export names in "import ... from ...".
Optional
importEnable/disable evaluating import.meta.
Optional
importEnable/disable evaluating import.meta.webpackContext.
Optional
nodeInclude polyfills or mocks for various node stuff.
Optional
reexportSpecifies the behavior of invalid export names in "export ... from ...". This might be useful to disable during the migration from "export ... from ..." to "export type ... from ..." when reexporting types in TypeScript.
Optional
requireEnable/disable parsing of require.context syntax.
Optional
requireEnable/disable parsing of require.ensure syntax.
Optional
requireEnable/disable parsing of require.include syntax.
Optional
requireEnable/disable parsing of require.js special syntax like require.config, requirejs.config, require.version and requirejs.onError.
Optional
strictDeprecated in favor of "exportsPresence". Emit errors instead of warnings when imported names don't exist in imported module.
Optional
strictHandle the this context correctly according to the spec for namespace objects.
Optional
systemEnable/disable parsing of System.js special syntax like System.import, System.get, System.set and System.register.
Optional
unknownEnable warnings when using the require function in a not statically analyse-able way.
Optional
unknownEnable recursive directory lookup when using the require function in a not statically analyse-able way.
Optional
unknownSets the regular expression when using the require function in a not statically analyse-able way.
Optional
unknownSets the request when using the require function in a not statically analyse-able way.
Optional
urlEnable/disable parsing of new URL() syntax.
Optional
workerDisable or configure parsing of WebWorker syntax like new Worker() or navigator.serviceWorker.register().
Optional
wrappedEnable warnings for partial dynamic dependencies.
Optional
wrappedEnable recursive directory lookup for partial dynamic dependencies.
Optional
wrappedSet the inner regular expression for partial dynamic dependencies.
Generated using TypeDoc
Parser options for javascript modules.