Deno bundler is broken on Deno versions better than 1.4.6
See original GitHub issueBuilding the nats.mjs seems broken. It double declares render1
:
Line 5042: const render1 = render2;
Line 5968: const render1 = render;
Also the jwtAuthenticator (which is exported correctly in nats.d.ts) is not accessible when importing: "export 'jwtAuthenticator' was not found in 'nats.ws'
.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Deno Community (@CommunityDeno) / টুইটার - Twitter
v1.4.6 is released with a critical bug fix which was introduced in the last release. Upgrade. github.com. Release v1.4.6 · denoland/deno. 1.4.6 /...
Read more >Deno: Releases.md | Fossies
Member "deno-1.25.1/Releases.md" (2 Sep 2022, 197941 Bytes) of package ... fix(npm): better node version and version requirement compatibility (#15714) ...
Read more >A quick overview of the Deno CLI - DEV Community
CLI commands in Deno version 1.4: deno bundle; deno cache; deno completions; deno doc; deno eval; deno fmt; deno help; deno info ...
Read more >Deno 1.5 Release Notes
Deno 1.5 improves `deno bundle` with support for tree shaking and a 15x speed improvement. This release also adds the `alert`, `confirm`, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As of deno 1.6.0 the bundler is still broken https://github.com/denoland/deno/issues/8725
Yes the bundler on deno 1.5.0 has a lot of issues filed. I just added another
https://github.com/denoland/deno/issues/8188