Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue