mirror of
https://github.com/github/codeql-action.git
synced 2025-12-15 20:09:17 +08:00
Bump packages to fix linter
This commit is contained in:
10
node_modules/stack-utils/index.js
generated
vendored
10
node_modules/stack-utils/index.js
generated
vendored
@@ -161,7 +161,10 @@ class StackUtils {
|
||||
setFile(res, site.getFileName(), this._cwd);
|
||||
|
||||
if (site.isConstructor()) {
|
||||
res.constructor = true;
|
||||
Object.defineProperty(res, 'constructor', {
|
||||
value: true,
|
||||
configurable: true,
|
||||
});
|
||||
}
|
||||
|
||||
if (site.isEval()) {
|
||||
@@ -260,7 +263,10 @@ class StackUtils {
|
||||
setFile(res, file, this._cwd);
|
||||
|
||||
if (ctor) {
|
||||
res.constructor = true;
|
||||
Object.defineProperty(res, 'constructor', {
|
||||
value: true,
|
||||
configurable: true,
|
||||
});
|
||||
}
|
||||
|
||||
if (evalOrigin) {
|
||||
|
||||
Reference in New Issue
Block a user