Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INodeCompilerOptions

Hierarchy

  • INodeCompilerOptions

Index

Properties

indexVarName

indexVarName: string

The name of the temporary variable used by plural, select and selectordinal to store the detected index.

localeSrc

localeSrc: string

The name of the variable that holds a locale or a source code of a literal locale string.

Optional otherSelectCaseKey

otherSelectCaseKey: string

The key that is used as the default for select.

default

"other"

Methods

Optional onFunctionUsed

Optional onRuntimeMethodUsed

  • onRuntimeMethodUsed(runtimeMethod: RuntimeMethod, indexVarUsed: boolean): void

Optional onSelectUsed

provideArgumentVarName

  • provideArgumentVarName(argumentName: string): string

Generated using TypeDoc