Searched refs:DirectiveLiteral (Results 1 – 3 of 3) sorted by relevance
69 …BlockStatement][] contain additional `directives` field with [Directive][] and [DirectiveLiteral][]94 [DirectiveLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#directiveliteral
90 value: DirectiveLiteral;93 export interface DirectiveLiteral extends Node { interface1619 export function directive(value?: DirectiveLiteral): Directive;1620 export function directiveLiteral(value?: string): DirectiveLiteral;2011 …ction isDirectiveLiteral(node: object | null | undefined, opts?: object): node is DirectiveLiteral;2371 ): asserts node is DirectiveLiteral;
542 - `value`: `DirectiveLiteral` (required)