TypeScript/tests/baselines/reference/nodeModulesImportResolutionNoCycle(module=nodenext).types

25 lines
410 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/node/index.ts ===
// esm format file
import * as type from "#type";
>type : any
type;
>type : any
=== tests/cases/conformance/node/index.mts ===
// esm format file
import * as type from "#type";
>type : any
type;
>type : any
=== tests/cases/conformance/node/index.cts ===
// esm format file
import * as type from "#type";
>type : any
type;
>type : any