Skip to content

Commit

Permalink
fix(bindings/wasm): Fix typing (#9469)
Browse files Browse the repository at this point in the history
**Related issue:**

 - Closes #9442
  • Loading branch information
kdy1 authored Aug 20, 2024
1 parent 3ed6abe commit 8c007c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/binding_minifier_wasm/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,8 @@ export type JscTarget =
| "es2019"
| "es2020"
| "es2021"
| "es2022";
| "es2022"
| "esnext";
export type ParserConfig = TsParserConfig | EsParserConfig;
export interface TsParserConfig {
Expand Down

0 comments on commit 8c007c4

Please sign in to comment.