Home
last modified time | relevance | path

Searched refs:createModuleDeclaration (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
Dprinter.ts199 factory.createModuleDeclaration(
209 factory.createModuleDeclaration(
Dtransform.ts236 …factory.createModuleDeclaration(/*modifiers*/ undefined, factory.createIdentifier("Foo"), factory.…
/third_party/typescript/src/deprecatedCompat/4.8/
DmergeDecoratorsAndModifiers.ts178createModuleDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
251 createModuleDeclaration, constant
1101 factory.createModuleDeclaration = buildOverload("createModuleDeclaration")
1104 return createModuleDeclaration(modifiers, name, body, flags);
1108 return createModuleDeclaration(modifiers, name, body, flags);
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts290 … const newFile = factory.updateSourceFile(sourceFile, [factory.createModuleDeclaration(
1282 …const fakespace = parseNodeFactory.createModuleDeclaration(/*modifiers*/ undefined, clean.name || …
1315 …const namespaceDecl = factory.createModuleDeclaration(ensureModifiers(input), input.name!, factory…
/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts616 …export const createModuleDeclaration = Debug.deprecate(factory.createModuleDeclaration, factoryDep… constant
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts290 createModuleDeclaration,
4023 function createModuleDeclaration(
4061 … ? finishUpdateModuleDeclaration(createModuleDeclaration(modifiers, name, body, node.flags), node)
/third_party/typescript/src/compiler/
Dparser.ts8192 const node = factory.createModuleDeclaration(modifiers, name, body, flags);
8216 const node = factory.createModuleDeclaration(modifiers, name, body, flags);
9447 const jsDocNamespaceNode = factory.createModuleDeclaration(
Dtypes.ts8179createModuleDeclaration(modifiers: readonly Modifier[] | undefined, name: ModuleName, body: Module…
Dchecker.ts7723 addResult(factory.createModuleDeclaration(
7801 …let fakespace = parseNodeFactory.createModuleDeclaration(/*modifiers*/ undefined, factory.createId…
/third_party/typescript/lib/
Dtypescript.d.ts3882createModuleDeclaration(modifiers: readonly Modifier[] | undefined, name: ModuleName, body: Module… method
7956 const createModuleDeclaration: { constant
8533createModuleDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
DtypescriptServices.d.ts3882createModuleDeclaration(modifiers: readonly Modifier[] | undefined, name: ModuleName, body: Module… method
7956 const createModuleDeclaration: { constant
8533createModuleDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
Dtsserverlibrary.d.ts3882createModuleDeclaration(modifiers: readonly Modifier[] | undefined, name: ModuleName, body: Module… method
11902 const createModuleDeclaration: { constant
12479createModuleDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
Dtsc.js18317 createModuleDeclaration: createModuleDeclaration,
20863 function createModuleDeclaration(modifiers, name, body, flags) { function
20888 … ? finishUpdateModuleDeclaration(createModuleDeclaration(modifiers, name, body, node.flags), node)
31383 var node = factory.createModuleDeclaration(modifiers, name, body, flags);
31405 var node = factory.createModuleDeclaration(modifiers, name, body, flags);
32401 …var jsDocNamespaceNode = factory.createModuleDeclaration(undefined, typeNameOrNamespaceName, body,…
47838 …addResult(ts.factory.createModuleDeclaration(undefined, ts.factory.createIdentifier(localName), ns…
47880 …var fakespace = ts.parseNodeFactory.createModuleDeclaration(undefined, ts.factory.createIdentifier…
93376 …var newFile = factory.updateSourceFile(sourceFile, [factory.createModuleDeclaration([factory.creat…
94073 …var fakespace_1 = ts.parseNodeFactory.createModuleDeclaration(undefined, clean.name || factory.cre…
[all …]
DtypingsInstaller.js22958 createModuleDeclaration: createModuleDeclaration,
25865 function createModuleDeclaration(modifiers, name, body, flags) { function
25892 … ? finishUpdateModuleDeclaration(createModuleDeclaration(modifiers, name, body, node.flags), node)
38646 var node = factory.createModuleDeclaration(modifiers, name, body, flags);
38669 var node = factory.createModuleDeclaration(modifiers, name, body, flags);
39798 var jsDocNamespaceNode = factory.createModuleDeclaration(
57614 addResult(ts.factory.createModuleDeclaration(
57680 …var fakespace = ts.parseNodeFactory.createModuleDeclaration(/*modifiers*/ undefined, ts.factory.cr…
113263 …var newFile = factory.updateSourceFile(sourceFile, [factory.createModuleDeclaration([factory.creat…
114035 …var fakespace_1 = ts.parseNodeFactory.createModuleDeclaration(/*modifiers*/ undefined, clean.name …
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3882createModuleDeclaration(modifiers: readonly Modifier[] | undefined, name: ModuleName, body: Module… method
7956 const createModuleDeclaration: { constant
8533createModuleDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method
Dtsserverlibrary.d.ts3882createModuleDeclaration(modifiers: readonly Modifier[] | undefined, name: ModuleName, body: Module… method
11902 const createModuleDeclaration: { constant
12479createModuleDeclaration(decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier… method