tmlanguage-generator
Advanced tools
Comparing version 0.6.0-dev.5 to 0.6.0-dev.6
@@ -117,3 +117,2 @@ "use strict"; | ||
function validateRegexp(regexp, node, prop, options) { | ||
var _a; | ||
try { | ||
@@ -129,3 +128,3 @@ new onigasm_1.OnigRegExp(regexp).testSync(""); | ||
} | ||
const sourceFile = (_a = options.errorSourceFilePath) !== null && _a !== void 0 ? _a : "unknown_file"; | ||
const sourceFile = options.errorSourceFilePath ?? "unknown_file"; | ||
//prettier-ignore | ||
@@ -132,0 +131,0 @@ // eslint-disable-next-line no-console |
{ | ||
"name": "tmlanguage-generator", | ||
"version": "0.6.0-dev.5", | ||
"version": "0.6.0-dev.6", | ||
"author": "Microsoft Corporation", | ||
@@ -36,3 +36,3 @@ "description": "Helper library to generate TextMate syntax highlighting tmLanguage files.", | ||
"rimraf": "~5.0.5", | ||
"typescript": "~5.4.3" | ||
"typescript": "~5.4.5" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependencies": {}, |
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
16175
187