feat: default to TS for file extension and support ext flag in more scenarios (#25472)

Closes #11220
Currently does lint, fmt, and repl
This commit is contained in:
Leo Kettmeir 2024-09-18 12:15:13 -07:00 committed by GitHub
parent 7a41a93997
commit a1d0a427e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 257 additions and 69 deletions

View file

@ -1420,6 +1420,7 @@ impl Inner {
document.content(),
&fmt_options,
&unstable_options,
None,
)
}
};