-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
bundler: escape character error #8541
Comments
ije
pushed a commit
to alephjs/aleph.js
that referenced
this issue
Nov 29, 2020
Still a bug on latest |
kdy1
added a commit
to kdy1/swc
that referenced
this issue
Nov 29, 2020
kdy1
added a commit
to swc-project/swc
that referenced
this issue
Nov 30, 2020
swc_ecma_codegen: - Fix codegen of unicode escapes. (denoland/deno#8541) swc_bundler: - Allow importing a module multiple time. (denoland/deno#8530)
14 tasks
This is fixed. (I've added test for it) |
@kdy1 thanks so much! |
For tracking lets keep this issue open until we update to the swc release with the fix. |
divanutq
added a commit
to divanutq/aleph.js
that referenced
this issue
Aug 1, 2024
citiranom2w
added a commit
to citiranom2w/aleph.js
that referenced
this issue
Aug 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
here is my
entry.ts
:i got a wrong result with
deno bundle entry.ts out.js
command:"\u"
should be"\u{b7}"
deno 1.5.4 (bc79d55, release, x86_64-apple-darwin)
The text was updated successfully, but these errors were encountered: