babel-plugin-jest-hoist
Advanced tools
Comparing version 26.0.0 to 26.1.0
@@ -12,4 +12,4 @@ /** | ||
declareJestObjGetterIdentifier: () => Identifier; | ||
jestObjGetterIdentifier?: Identifier | undefined; | ||
jestObjGetterIdentifier?: Identifier; | ||
}>; | ||
export default _default; |
@@ -121,3 +121,3 @@ 'use strict'; | ||
const ids = new Set(); | ||
const parentScope = moduleFactory.parentPath.scope; // @ts-ignore: ReferencedIdentifier is not known on visitors | ||
const parentScope = moduleFactory.parentPath.scope; // @ts-expect-error: ReferencedIdentifier is not known on visitors | ||
@@ -124,0 +124,0 @@ moduleFactory.traverse(IDVisitor, { |
{ | ||
"name": "babel-plugin-jest-hoist", | ||
"version": "26.0.0", | ||
"version": "26.1.0", | ||
"repository": { | ||
@@ -18,5 +18,7 @@ "type": "git", | ||
"@babel/types": "^7.3.3", | ||
"@types/babel__core": "^7.0.0", | ||
"@types/babel__traverse": "^7.0.6" | ||
}, | ||
"devDependencies": { | ||
"@types/babel__template": "^7.0.2", | ||
"@types/node": "*" | ||
@@ -27,3 +29,3 @@ }, | ||
}, | ||
"gitHead": "343532a21f640ac2709c4076eef57e52279542e1" | ||
"gitHead": "817d8b6aca845dd4fcfd7f8316293e69f3a116c5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11278
4
2
+ Added@types/babel__core@^7.0.0
+ Added@types/babel__core@7.20.5(transitive)
+ Added@types/babel__generator@7.6.8(transitive)
+ Added@types/babel__template@7.4.4(transitive)