Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "node_modules/@babel/parser/typings/babel-parser.d"

Index

Type aliases

ParserPlugin

ParserPlugin: "asyncGenerators" | "bigInt" | "classPrivateMethods" | "classPrivateProperties" | "classProperties" | "decorators" | "decorators-legacy" | "doExpressions" | "dynamicImport" | "estree" | "exportDefaultFrom" | "exportNamespaceFrom" | "flow" | "flowComments" | "functionBind" | "functionSent" | "importMeta" | "jsx" | "logicalAssignment" | "nullishCoalescingOperator" | "numericSeparator" | "objectRestSpread" | "optionalCatchBinding" | "optionalChaining" | "partialApplication" | "pipelineOperator" | "placeholders" | "throwExpressions" | "topLevelAwait" | "typescript" | "v8intrinsic" | ParserPluginWithOptions

ParserPluginWithOptions

ParserPluginWithOptions: ["decorators", DecoratorsPluginOptions] | ["pipelineOperator", PipelineOperatorPluginOptions] | ["flow", FlowPluginOptions]

Functions

parse

  • Parse the provided code as an entire ECMAScript program.

    Parameters

    Returns File

parseExpression

Generated using TypeDoc