Home
last modified time | relevance | path

Searched refs:lazyModule (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/projects/inferredTypeFromTransitiveModule/
Dindex.ts2 const lazyModule = new LazyModule(() => constant
5 export const lazyBar = new LazyAction(lazyModule, m => m.bar);
/third_party/typescript/tests/baselines/reference/tsbuild/inferredTypeFromTransitiveModule/
Dinferred-type-from-transitive-module.js52 const lazyModule = new LazyModule(() => constant
55 export const lazyBar = new LazyAction(lazyModule, m => m.bar);
136 var lazyModule = new bundling_1.LazyModule(function () {
139 exports.lazyBar = new bundling_1.LazyAction(lazyModule, function (m) { return m.bar; });
Dinferred-type-from-transitive-module-with-isolatedModules.js52 const lazyModule = new LazyModule(() => constant
55 export const lazyBar = new LazyAction(lazyModule, m => m.bar);
136 var lazyModule = new bundling_1.LazyModule(function () {
139 exports.lazyBar = new bundling_1.LazyAction(lazyModule, function (m) { return m.bar; });
Dreports-errors-in-files-affected-by-change-in-signature-with-isolatedModules.js52 const lazyModule = new LazyModule(() => constant
55 export const lazyBar = new LazyAction(lazyModule, m => m.bar);
138 var lazyModule = new bundling_1.LazyModule(function () {
141 exports.lazyBar = new bundling_1.LazyAction(lazyModule, function (m) { return m.bar; });
/third_party/node/lib/internal/modules/
Dhelpers.js111 function lazyModule() { function
130 const Module = lazyModule();