Skip to content

Commit d893553

Browse files
authored
Merge pull request #260345 from mjbvz/empirical-bear
Don't run hygiene on built extension files
2 parents 7ffbe11 + 6765569 commit d893553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/filters.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ module.exports.all = [
2424
'test/**/*',
2525
'!cli/**/*',
2626
'!out*/**',
27+
'!extensions/**/out*/**',
2728
'!test/**/out/**',
2829
'!**/node_modules/**',
30+
'!**/*.js.map',
2931
];
3032

3133
module.exports.unicodeFilter = [

0 commit comments

Comments
 (0)