Age | Commit message (Collapse) | Author |
|
|
|
|
|
This commit fixes source maps for files that contain emojis.
This is done by updating "deno_ast" to "0.14.1" for the case
of "--no-check" flag (ie using SWC emit) and by overriding
TSC's default base64 encoder (which turned out to be buggy)
for the type checking case.
|
|
|
|
|
|
|
|
|
|
Closes: denoland/vscode_deno#433
|
|
|
|
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
|
|
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
Ref: #8643
|
|
|
|
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
|
|
|
|
|
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
|
Ref #8643
|
|
|
|
Fixes #8864
|
|
|
|
Fixes #8158
|
|
|
|
Resolves #8400
|