js-code-detector 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -146,7 +146,7 @@ ${content}
146
146
  const { filePath, fileContent } = file;
147
147
  const [errorMsg, parsedNode] = import_FileUtil.default.parseFile(filePath, fileContent);
148
148
  if (parsedNode) {
149
- AstUtil.deepFirstTravel(parsedNode, {
149
+ import_AstFeatUtil.default.deepFirstTravel(parsedNode, {
150
150
  mapHashKeyToTopLevelNode,
151
151
  nodeTypeSet
152
152
  }, filePath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "js-code-detector",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/cjs/index.d.ts",