Home
last modified time | relevance | path

Searched refs:moduleInfo (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DdocumentRegistry.ts26 const moduleInfo = service.getScriptInfo(moduleFile.path)!; constant
27 assert.isDefined(moduleInfo);
28 assert.equal(moduleInfo.isOrphan(), moduleIsOrphan);
30 …deepEqual(service.documentRegistry.getLanguageServiceRefCounts(moduleInfo.path, moduleInfo.scriptK…
57 const moduleInfo = service.getScriptInfo(moduleFile.path)!; constant
58 const sourceFile = moduleInfo.cacheSourceFile!.sourceFile;
59 assert.equal(project.getSourceFile(moduleInfo.path), sourceFile);
63 assert.equal(moduleInfo.cacheSourceFile!.sourceFile, sourceFile);
67 assert.equal(moduleInfo.cacheSourceFile!.sourceFile, sourceFile);
68 assert.equal(project.getSourceFile(moduleInfo.path), sourceFile);
[all …]
/third_party/typescript/src/compiler/transformers/module/
Dsystem.ts36 let moduleInfo: ExternalModuleInfo; // ExternalModuleInfo for the current file.
73moduleInfo = moduleInfoMap[id] = collectExternalModuleInfo(context, node, resolver, compilerOption…
82 const dependencyGroups = collectDependencyGroups(moduleInfo.externalImports);
131 moduleInfo = undefined!;
247 visitNode(moduleInfo.externalHelpersImportDeclaration, topLevelVisitor, isStatement);
295 if (!moduleInfo.hasExportStarsToExportValues) {
305 if (!moduleInfo.exportedNames && moduleInfo.exportSpecifiers.size === 0) {
309 for (const externalImport of moduleInfo.externalImports) {
325 if (moduleInfo.exportedNames) {
326 for (const exportedLocalName of moduleInfo.exportedNames) {
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/
DdistributedSchedule.js41 moduleInfo: [ModuleInfoMock], property
Dability.js336 moduleInfo: [ModuleInfoMock], property
/third_party/typescript/lib/
Dtsc.js91520 var moduleInfo;
91534moduleInfo = moduleInfoMap[id] = ts.collectExternalModuleInfo(context, node, resolver, compilerOpt…
91538 var dependencyGroups = collectDependencyGroups(moduleInfo.externalImports);
91559 moduleInfo = undefined;
91597 … ts.visitNode(moduleInfo.externalHelpersImportDeclaration, topLevelVisitor, ts.isStatement);
91613 if (!moduleInfo.hasExportStarsToExportValues) {
91616 if (!moduleInfo.exportedNames && moduleInfo.exportSpecifiers.size === 0) {
91618 for (var _i = 0, _a = moduleInfo.externalImports; _i < _a.length; _i++) {
91632 if (moduleInfo.exportedNames) {
91633 for (var _b = 0, _c = moduleInfo.exportedNames; _b < _c.length; _b++) {
[all …]
DtypingsInstaller.js110722 var moduleInfo; // ExternalModuleInfo for the current file.
110754moduleInfo = moduleInfoMap[id] = ts.collectExternalModuleInfo(context, node, resolver, compilerOpt…
110761 var dependencyGroups = collectDependencyGroups(moduleInfo.externalImports);
110791 moduleInfo = undefined;
110890 … ts.visitNode(moduleInfo.externalHelpersImportDeclaration, topLevelVisitor, ts.isStatement);
110925 if (!moduleInfo.hasExportStarsToExportValues) {
110933 if (!moduleInfo.exportedNames && moduleInfo.exportSpecifiers.size === 0) {
110937 for (var _i = 0, _a = moduleInfo.externalImports; _i < _a.length; _i++) {
110952 if (moduleInfo.exportedNames) {
110953 for (var _b = 0, _c = moduleInfo.exportedNames; _b < _c.length; _b++) {
[all …]