question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deno bundler is broken on Deno versions better than 1.4.6

See original GitHub issue

Building 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
aricartcommented, Dec 11, 2020

As of deno 1.6.0 the bundler is still broken https://github.com/denoland/deno/issues/8725

1reaction
aricartcommented, Oct 29, 2020

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Releases.md | deno@v1.9.1
A modern runtime for JavaScript and TypeScript.
Read more >
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found