Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working while compling to npm #2

Open
uriva opened this issue Aug 1, 2023 · 0 comments
Open

not working while compling to npm #2

uriva opened this issue Aug 1, 2023 · 0 comments

Comments

@uriva
Copy link

uriva commented Aug 1, 2023

[dnt] Type checking...
src/deps/deno.land/x/immutable@4.0.0-rc.14-deno/node_modules/immutable/dist/immutable.es.js:24:1 - error TS9005: Declaration emit for this file requires using private name 'IndexedCollection'. An explicit type annotation may unblock declaration emit.

24 var DELETE = 'delete';
   ~~~
src/deps/deno.land/x/immutable@4.0.0-rc.14-deno/node_modules/immutable/dist/immutable.es.js:24:1 - error TS9005: Declaration emit for this file requires using private name 'Iterator'. An explicit type annotation may unblock declaration emit.

24 var DELETE = 'delete';
   ~~~
src/deps/deno.land/x/immutable@4.0.0-rc.14-deno/node_modules/immutable/dist/immutable.es.js:24:1 - error TS9005: Declaration emit for this file requires using private name 'KeyedCollection'. An explicit type annotation may unblock declaration emit.

24 var DELETE = 'delete';
   ~~~
src/deps/deno.land/x/immutable@4.0.0-rc.14-deno/node_modules/immutable/dist/immutable.es.js:24:1 - error TS9005: Declaration emit for this file requires using private name 'List'. An explicit type annotation may unblock declaration emit.

24 var DELETE = 'delete';
   ~~~
src/deps/deno.land/x/immutable@4.0.0-rc.14-deno/node_modules/immutable/dist/immutable.es.js:24:1 - error TS9005: Declaration emit for this file requires using private name 'Map'. An explicit type annotation may unblock declaration emit.

24 var DELETE = 'delete';
   ~~~
src/deps/deno.land/x/immutable@4.0.0-rc.14-deno/node_modules/immutable/dist/immutable.es.js:24:1 - error TS9005: Declaration emit for this file requires using private name 'OrderedMap'. An explicit type annotation may unblock declaration emit.

24 var DELETE = 'delete';
   ~~~
src/deps/deno.land/x/immutable@4.0.0-rc.14-deno/node_modules/immutable/dist/immutable.es.js:24:1 - error TS9005: Declaration emit for this file requires using private name 'OrderedSet'. An explicit type annotation may unblock declaration emit.

24 var DELETE = 'delete';
   ~~~
src/deps/deno.land/x/immutable@4.0.0-rc.14-deno/node_modules/immutable/dist/immutable.es.js:24:1 - error TS9005: Declaration emit for this file requires using private name 'Range'. An explicit type annotation may unblock declaration emit.

24 var DELETE = 'delete';
   ~~~
src/deps/deno.land/x/immutable@4.0.0-rc.14-deno/node_modules/immutable/dist/immutable.es.js:24:1 - error TS9005: Declaration emit for this file requires using private name 'Record'. An explicit type annotation may unblock declaration emit.

24 var DELETE = 'delete';
   ~~~
src/deps/deno.land/x/immutable@4.0.0-rc.14-deno/node_modules/immutable/dist/immutable.es.js:24:1 - error TS9005: Declaration emit for this file requires using private name 'Repeat'. An explicit type annotation may unblock declaration emit.

24 var DELETE = 'delete';
   ~~~
src/deps/deno.land/x/immutable@4.0.0-rc.14-deno/node_modules/immutable/dist/immutable.es.js:24:1 - error TS9005: Declaration emit for this file requires using private name 'Seq'. An explicit type annotation may unblock declaration emit.

24 var DELETE = 'delete';
   ~~~
src/deps/deno.land/x/immutable@4.0.0-rc.14-deno/node_modules/immutable/dist/immutable.es.js:24:1 - error TS9005: Declaration emit for this file requires using private name 'Set'. An explicit type annotation may unblock declaration emit.

24 var DELETE = 'delete';
   ~~~
src/deps/deno.land/x/immutable@4.0.0-rc.14-deno/node_modules/immutable/dist/immutable.es.js:24:1 - error TS9005: Declaration emit for this file requires using private name 'SetCollection'. An explicit type annotation may unblock declaration emit.

24 var DELETE = 'delete';
   ~~~
src/deps/deno.land/x/immutable@4.0.0-rc.14-deno/node_modules/immutable/dist/immutable.es.js:24:1 - error TS9005: Declaration emit for this file requires using private name 'Stack'. An explicit type annotation may unblock declaration emit.

24 var DELETE = 'delete';
   ~~~

error: Uncaught Error: Had 14 diagnostics.
        throw new Error(`Had ${diagnostics.length} diagnostics.`);
              ^
    at build (https://deno.land/x/dnt@0.33.1/mod.ts:320:15)
    at eventLoopTick (ext:core/01_core.js:183:11)
    at async file:///home/uri/uriva/gamlajs/build_npm.ts:7:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant