Skip to content

Commit b5907ef

Browse files
authored
remove executable permission from files that shouldn't have it (#13873)
1 parent cfe6739 commit b5907ef

File tree

153 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+1
-1
lines changed

Gulpfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function generateHelpers(generator, dest, filename, message) {
111111
callback(null, file);
112112
})
113113
)
114-
.pipe(gulp.dest(dest));
114+
.pipe(gulp.dest(dest, { mode: 0o644 }));
115115

116116
return finish(stream);
117117
}

packages/babel-helpers/src/helpers-generated.ts

100755100644
File mode changed.

packages/babel-node/src/babel-node.js

100755100644
File mode changed.

packages/babel-parser/src/index.js

100755100644
File mode changed.

packages/babel-parser/src/options.js

100755100644
File mode changed.

packages/babel-parser/test/fixtures/comments/basic/block-trailing-comment/input.js

100755100644
File mode changed.

packages/babel-parser/test/fixtures/comments/basic/comment-within-condition/input.js

100755100644
File mode changed.

packages/babel-parser/test/fixtures/comments/basic/export-default-anonymous-class/input.js

100755100644
File mode changed.

packages/babel-parser/test/fixtures/comments/basic/surrounding-call-comments/input.js

100755100644
File mode changed.

packages/babel-parser/test/fixtures/comments/basic/surrounding-debugger-comments/input.js

100755100644
File mode changed.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy