svelte-eslint-parser
Advanced tools
Comparing version 0.6.1 to 0.7.0
@@ -128,3 +128,6 @@ "use strict"; | ||
if (!node.pending.skip) { | ||
const pendingBlock = Object.assign({ type: "SvelteAwaitPendingBlock", children: [], parent: awaitBlock }, ctx.getConvertLocation(node.pending)); | ||
const pendingBlock = Object.assign({ type: "SvelteAwaitPendingBlock", children: [], parent: awaitBlock }, ctx.getConvertLocation({ | ||
start: awaitBlock.range[0], | ||
end: node.pending.end, | ||
})); | ||
ctx.scriptLet.nestBlock(pendingBlock); | ||
@@ -131,0 +134,0 @@ pendingBlock.children.push(...(0, element_1.convertChildren)(node.pending, pendingBlock, ctx)); |
{ | ||
"name": "svelte-eslint-parser", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"description": "Svelte parser for ESLint", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
148643
3560