mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
fix(binding/types): Add bugfixes
field to EnvConfig (#8538)
**Description:** Add `bugfixes` field to EnvConfig
This commit is contained in:
parent
1386fb826f
commit
49ebdf9fb7
@ -540,6 +540,13 @@ export interface EnvConfig {
|
||||
|
||||
loose?: boolean;
|
||||
|
||||
/**
|
||||
* Transpiles the broken syntax to the closest non-broken modern syntax
|
||||
*
|
||||
* Defaults to false.
|
||||
*/
|
||||
bugfixes?: boolean;
|
||||
|
||||
/// Skipped es features.
|
||||
///
|
||||
/// e.g.)
|
||||
|
Loading…
Reference in New Issue
Block a user