mirror of
https://github.com/github/codeql-action.git
synced 2025-12-24 00:00:20 +08:00
Bump packages to fix linter
This commit is contained in:
5
node_modules/@babel/runtime/helpers/arrayWithoutHoles.js
generated
vendored
Normal file
5
node_modules/@babel/runtime/helpers/arrayWithoutHoles.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
var arrayLikeToArray = require("./arrayLikeToArray.js");
|
||||
function _arrayWithoutHoles(arr) {
|
||||
if (Array.isArray(arr)) return arrayLikeToArray(arr);
|
||||
}
|
||||
module.exports = _arrayWithoutHoles, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
||||
Reference in New Issue
Block a user