Home
last modified time | relevance | path

Searched refs:EmptyStatement (Results 1 – 9 of 9) sorted by relevance

/plugin/asciidocjs/node_modules/esutils/
DREADME.md48 consequent: {type: 'EmptyStatement'}
51 alternate: {type: 'EmptyStatement'}
/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts143 export interface EmptyStatement extends Node { interface
1320 | EmptyStatement
1633 export function emptyStatement(): EmptyStatement;
2020 … function isEmptyStatement(node: object | null | undefined, opts?: object): node is EmptyStatement;
2392 …sertEmptyStatement(node: object | null | undefined, opts?: object): asserts node is EmptyStatement;
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js174 base.EmptyStatement = ignore
Dwalk.es.js168 base.EmptyStatement = ignore
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.es.js168 base.EmptyStatement = ignore
Dwalk.js174 base.EmptyStatement = ignore
/plugin/asciidocjs/node_modules/acorn/src/walk/
Dindex.js170 base.EmptyStatement = ignore field in Found
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/
Dindex.js170 base.EmptyStatement = ignore field in Found
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dast.js285 var AST_EmptyStatement = DEFNODE("EmptyStatement", null, {