@marko/compiler
Advanced tools
Comparing version 5.37.7 to 5.37.8
@@ -254,3 +254,4 @@ "use strict";exports.__esModule = true;exports.parseMarko = parseMarko;var _babelUtils = require("@marko/babel-utils"); | ||
let parseType = _htmljsParser.TagType.html; | ||
node.start = part.start - (part.concise ? 0 : 1); // Account for leading `<`. | ||
node.start = | ||
part.start - (part.start && code[part.start - 1] === "<" ? 1 : 0); // Account for leading `<` in html mode. | ||
node.end = part.end; | ||
@@ -257,0 +258,0 @@ |
{ | ||
"name": "@marko/compiler", | ||
"version": "5.37.7", | ||
"version": "5.37.8", | ||
"description": "Marko template to JS compiler.", | ||
@@ -69,3 +69,3 @@ "keywords": [ | ||
"@luxass/strip-json-comments": "^1.3.2", | ||
"@marko/babel-utils": "^6.5.4", | ||
"@marko/babel-utils": "^6.5.5", | ||
"complain": "^1.6.0", | ||
@@ -84,3 +84,3 @@ "he": "^1.2.0", | ||
"devDependencies": { | ||
"@marko/translator-default": "^6.0.9" | ||
"@marko/translator-default": "^6.0.10" | ||
}, | ||
@@ -87,0 +87,0 @@ "publishConfig": { |
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
462518
10789
Updated@marko/babel-utils@^6.5.5