Skip to content

Commit

Permalink
fix(binding/types): Add bugfixes field to EnvConfig (#8538)
Browse files Browse the repository at this point in the history
**Description:**

Add `bugfixes` field to EnvConfig
  • Loading branch information
Themezv committed Jan 23, 2024
1 parent 1386fb8 commit 49ebdf9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit 49ebdf9

Please sign in to comment.