mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
feat: TypeScript 5.0.2 (except decorators) (#18294)
This upgrades TypeScript to 5.0.2, but does not have ES decorator support because swc does not support that yet.
This commit is contained in:
parent
0366d6833f
commit
2fcf1f14cf
111 changed files with 173492 additions and 178485 deletions
|
@ -638,7 +638,7 @@ impl Inner {
|
|||
fn is_diagnosable(&self, specifier: &ModuleSpecifier) -> bool {
|
||||
if specifier.scheme() == "asset" {
|
||||
matches!(
|
||||
MediaType::from(specifier),
|
||||
MediaType::from_specifier(specifier),
|
||||
MediaType::JavaScript
|
||||
| MediaType::Jsx
|
||||
| MediaType::Mjs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue