Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Nov 2, 2024
1 parent 7fa6b83 commit f65df3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/helpers/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const patternModsSupported = (() => {
}
return true;
})();
const maxTargetForPatternMods = patternModsSupported ? null : 'ESNext';
const maxTargetForPatternMods = patternModsSupported ? null : 'ES2024';

export {
maxTargetForDuplicateNames,
Expand Down

0 comments on commit f65df3f

Please sign in to comment.