mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
fix(bindings/node): Add esnext
to JscTarget
(#6908)
**Related issue:** - Closes https://github.com/swc-project/swc/issues/6904.
This commit is contained in:
parent
33093877c1
commit
82128e3734
@ -683,7 +683,8 @@ export type JscTarget =
|
||||
| "es2019"
|
||||
| "es2020"
|
||||
| "es2021"
|
||||
| "es2022";
|
||||
| "es2022"
|
||||
| "esnext";
|
||||
|
||||
export type ParserConfig = TsParserConfig | EsParserConfig;
|
||||
export interface TsParserConfig {
|
||||
|
Loading…
Reference in New Issue
Block a user