Home
last modified time | relevance | path

Searched refs:ExportAllDeclaration (Results 1 – 25 of 148) sorted by relevance

123456

/dports/devel/elixir-estree/elixir-estree-2.6.1/lib/es_tree/
H A Dexport_all_declaration.ex1 defmodule ESTree.ExportAllDeclaration do module
2 @type t :: %ESTree.ExportAllDeclaration{
7 defstruct type: "ExportAllDeclaration",
H A Dnode.ex21 ESTree.ExportAllDeclaration.t |
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/esprima/src/
H A Dsyntax.ts21 ExportAllDeclaration: 'ExportAllDeclaration',
H A Dnodes.ts11 export type ExportDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclar…
318 export class ExportAllDeclaration { class
322 this.type = Syntax.ExportAllDeclaration;
/dports/www/firefox/firefox-99.0/third_party/python/esprima/esprima/
H A Dsyntax.py47 ExportAllDeclaration = "ExportAllDeclaration" variable in Syntax
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/esprima/esprima/
H A Dsyntax.py47 ExportAllDeclaration = "ExportAllDeclaration" variable in Syntax
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/esprima/esprima/
H A Dsyntax.py47 ExportAllDeclaration = "ExportAllDeclaration" variable in Syntax
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/esprima/esprima/
H A Dsyntax.py47 ExportAllDeclaration = "ExportAllDeclaration" variable in Syntax
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@types/estree/
H A Dindex.d.ts494 ExportAllDeclaration;
540 export interface ExportAllDeclaration extends BaseModuleDeclaration { interface
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@rollup/pluginutils/node_modules/@types/estree/
H A Dindex.d.ts494 ExportAllDeclaration;
540 export interface ExportAllDeclaration extends BaseModuleDeclaration { interface
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@types/estree/
H A Dindex.d.ts510 ExportAllDeclaration;
561 export interface ExportAllDeclaration extends BaseModuleDeclaration { interface
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/types/dist/
H A Dast-node-types.d.ts23 ExportAllDeclaration = "ExportAllDeclaration", enumerator
H A Dts-estree.d.ts92 …buggerStatement | Decorator | DoWhileStatement | EmptyStatement | ExportAllDeclaration | ExportDef…
98 …= ClassDeclaration | ClassExpression | ExportDefaultDeclaration | ExportAllDeclaration | ExportNam…
392 export interface ExportAllDeclaration extends BaseNode { interface
393 type: AST_NODE_TYPES.ExportAllDeclaration;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/
H A Dast-node-types.d.ts24 ExportAllDeclaration = "ExportAllDeclaration", enumerator
H A Dts-estree.d.ts55 …buggerStatement | Decorator | DoWhileStatement | EmptyStatement | ExportAllDeclaration | ExportDef…
61 …= ClassDeclaration | ClassExpression | ExportDefaultDeclaration | ExportAllDeclaration | ExportNam…
352 export interface ExportAllDeclaration extends BaseNode { interface
353 type: AST_NODE_TYPES.ExportAllDeclaration;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/esprima/docs/
H A Dsyntax-tree-format.md747 type ExportDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration;
753 interface ExportAllDeclaration {
754 type: 'ExportAllDeclaration';
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/ast-types/gen/
H A Dkinds.d.ts2 …mespaceSpecifier | namedTypes.ExportDefaultSpecifier | namedTypes.ExportAllDeclaration | namedType…
4 …mespaceSpecifier | namedTypes.ExportDefaultSpecifier | namedTypes.ExportAllDeclaration | namedType…
9 …faultDeclaration | namedTypes.ExportNamedDeclaration | namedTypes.ExportAllDeclaration | namedType…
31 …faultDeclaration | namedTypes.ExportNamedDeclaration | namedTypes.ExportAllDeclaration | namedType…
182 export declare type ExportAllDeclarationKind = namedTypes.ExportAllDeclaration;
H A DnamedTypes.d.ts859 interface ExportAllDeclaration extends Omit<Declaration, "type"> { interface
1269 …Declaration | ExportNamespaceSpecifier | ExportDefaultSpecifier | ExportAllDeclaration | CommentBl…
1450 let ExportAllDeclaration: Type<ExportAllDeclaration>; variable
1713 ExportAllDeclaration: Type<namedTypes.ExportAllDeclaration>; property
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/ast-types/gen/
H A Dkinds.d.ts2 …mespaceSpecifier | namedTypes.ExportDefaultSpecifier | namedTypes.ExportAllDeclaration | namedType…
4 …mespaceSpecifier | namedTypes.ExportDefaultSpecifier | namedTypes.ExportAllDeclaration | namedType…
9 …faultDeclaration | namedTypes.ExportNamedDeclaration | namedTypes.ExportAllDeclaration | namedType…
31 …faultDeclaration | namedTypes.ExportNamedDeclaration | namedTypes.ExportAllDeclaration | namedType…
182 export declare type ExportAllDeclarationKind = namedTypes.ExportAllDeclaration;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/
H A DRule.d.ts208 ExportAllDeclaration?: RuleFunction<TSESTree.ExportAllDeclaration>; property
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/
H A DScope.d.ts72 … | TSESTree.DoWhileStatement | TSESTree.EmptyStatement | TSESTree.ExportAllDeclaration | TSESTree.…
93 … | TSESTree.DoWhileStatement | TSESTree.EmptyStatement | TSESTree.ExportAllDeclaration | TSESTree.…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/
H A DRule.d.ts218 ExportAllDeclaration?: RuleFunction<TSESTree.ExportAllDeclaration>; property
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ts-eslint/
H A DRule.d.ts218 ExportAllDeclaration?: RuleFunction<TSESTree.ExportAllDeclaration>; property
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ts-eslint-scope/
H A DReference.d.ts22 … | TSESTree.DoWhileStatement | TSESTree.EmptyStatement | TSESTree.ExportAllDeclaration | TSESTree.…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint-scope/
H A DReference.d.ts22 … | TSESTree.DoWhileStatement | TSESTree.EmptyStatement | TSESTree.ExportAllDeclaration | TSESTree.…

123456