1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
error TS2688: Cannot find type definition file for '@mangled/nodemodulescache'.
The file is in the program because:
Entry point of type library '@mangled/nodemodulescache' specified in compilerOptions
error TS2688: Cannot find type definition file for '@mangled/typescache'.
The file is in the program because:
Entry point of type library '@mangled/typescache' specified in compilerOptions
error TS2688: Cannot find type definition file for '@scoped/attypescache'.
The file is in the program because:
Entry point of type library '@scoped/attypescache' specified in compilerOptions
/a.ts(4,1): error TS2304: Cannot find name 'mangledNodeModules'.
/a.ts(5,1): error TS2552: Cannot find name 'atTypesCache'. Did you mean 'typesCache'?
!!! error TS2688: Cannot find type definition file for '@mangled/nodemodulescache'.
!!! error TS2688: The file is in the program because:
!!! error TS2688: Entry point of type library '@mangled/nodemodulescache' specified in compilerOptions
!!! error TS2688: Cannot find type definition file for '@mangled/typescache'.
!!! error TS2688: The file is in the program because:
!!! error TS2688: Entry point of type library '@mangled/typescache' specified in compilerOptions
!!! error TS2688: Cannot find type definition file for '@scoped/attypescache'.
!!! error TS2688: The file is in the program because:
!!! error TS2688: Entry point of type library '@scoped/attypescache' specified in compilerOptions
==== /a.ts (2 errors) ====
typesCache;
mangledAtTypesCache;
nodeModulesCache;
mangledNodeModules;
~~~~~~~~~~~~~~~~~~
!!! error TS2304: Cannot find name 'mangledNodeModules'.
atTypesCache;
~~~~~~~~~~~~
!!! error TS2552: Cannot find name 'atTypesCache'. Did you mean 'typesCache'?
!!! related TS2728 /types/@scoped/typescache/index.d.ts:1:15: 'typesCache' is declared here.
mangledAtTypesCache;
==== /types/@scoped/typescache/index.d.ts (0 errors) ====
declare const typesCache: number;
==== /types/mangled__typescache/index.d.ts (0 errors) ====
declare const mangledTypes: number;
==== /node_modules/@scoped/nodemodulescache/index.d.ts (0 errors) ====
declare const nodeModulesCache: number;
==== /node_modules/mangled__nodemodulescache/index.d.ts (0 errors) ====
declare const mangledNodeModules: number;
==== /node_modules/@types/@scoped/attypescache/index.d.ts (0 errors) ====
declare const atTypesCache: number;
==== /node_modules/@types/mangled__attypescache/index.d.ts (0 errors) ====
declare const mangledAtTypesCache: number;
|