Age | Commit message (Collapse) | Author |
|
|
|
|
|
Closes #11826
**BREAKING CHANGE** this behaviour was disable when introduced in Deno 1.14/TypeScript 4.4. It will highlight code that unsafely handles variables that are caught, and will cause type errors in unsafe code.
|
|
|
|
|
|
This commit upgrades:
- swc_ecmascript
- swc_bundler
- deno_doc
- deno_lint
- dprint-plugin-typescript
|
|
|
|
|
|
|
|
|
|
|
|
Fixes: #8201
|
|
input (#8005)
|
|
This commit changes error type thrown by TextEncoder, when
provided encoding is not supported matching Chromium behavior.
|
|
|
|
|
|
|
|
|