Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Feb 14, 2025
1 parent d96c220 commit ca09cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-types/scripts/generators/builders.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ function generateUppercaseBuilders() {
.join(",\n");
output += `;\n`;

if (!process.env.BABEL_8_BREAKING) {
if (!IS_BABEL_8()) {
output += `export const\n`;
output += Object.keys(DEPRECATED_KEYS)
.map(type => ` ${type} = b.${formatBuilderName(type)}`)
Expand Down

0 comments on commit ca09cf0

Please sign in to comment.