mirror of
https://github.com/actions/labeler
synced 2026-05-11 03:01:19 +02:00
build
This commit is contained in:
2
node_modules/babel-plugin-jest-hoist/build/index.d.ts.map
generated
vendored
2
node_modules/babel-plugin-jest-hoist/build/index.d.ts.map
generated
vendored
@@ -1 +1 @@
|
||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAW,OAAO,EAAC,MAAM,iBAAiB,CAAC;;;;AAkJlD,kBA8BE"}
|
||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAW,OAAO,EAAC,MAAM,iBAAiB,CAAC;;;;AAmJlD,kBA8BE"}
|
||||
2
node_modules/babel-plugin-jest-hoist/build/index.js
generated
vendored
2
node_modules/babel-plugin-jest-hoist/build/index.js
generated
vendored
@@ -71,7 +71,7 @@ const WHITELISTED_IDENTIFIERS = new Set([
|
||||
'require',
|
||||
'undefined'
|
||||
]);
|
||||
Object.keys(global).forEach(name => {
|
||||
Object.getOwnPropertyNames(global).forEach(name => {
|
||||
WHITELISTED_IDENTIFIERS.add(name);
|
||||
});
|
||||
const JEST_GLOBAL = {
|
||||
|
||||
Reference in New Issue
Block a user