@lcap/nasl-translator
Advanced tools
Comparing version 3.12.0-beta.15 to 3.12.0-beta.16
@@ -127,8 +127,3 @@ "use strict"; | ||
}; | ||
const rawNode = this.__v_raw; | ||
state.sourceMap?.set(this, range); | ||
// 原始对象也要保存 | ||
if (rawNode) { | ||
state.sourceMap?.set(rawNode, range); | ||
} | ||
return before + code; | ||
@@ -135,0 +130,0 @@ }; |
{ | ||
"name": "@lcap/nasl-translator", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.12.0-beta.15", | ||
"version": "3.12.0-beta.16", | ||
"author": "Forrest <rainforest92@126.com>", | ||
@@ -18,5 +18,5 @@ "main": "./out", | ||
"@lcap/nasl-test-toolkit": "1.0.0", | ||
"@lcap/nasl-tsconfig": "1.0.1", | ||
"@lcap/nasl-types": "3.12.0-beta.15", | ||
"@lcap/nasl-utils": "3.12.0-beta.15" | ||
"@lcap/nasl-types": "3.12.0-beta.16", | ||
"@lcap/nasl-utils": "3.12.0-beta.16", | ||
"@lcap/nasl-tsconfig": "1.0.1" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
28094
373
+ Added@lcap/nasl-types@3.12.0-beta.16(transitive)
+ Added@lcap/nasl-utils@3.12.0-beta.16(transitive)
- Removed@lcap/nasl-types@3.12.0-beta.15(transitive)
- Removed@lcap/nasl-utils@3.12.0-beta.15(transitive)