tmlanguage-generator
Advanced tools
Comparing version 0.5.4 to 0.5.5
@@ -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.5.4", | ||
"version": "0.5.5", | ||
"author": "Microsoft Corporation", | ||
@@ -35,6 +35,4 @@ "description": "Helper library to generate TextMate syntax highlighting tmLanguage files.", | ||
"@types/plist": "~3.0.5", | ||
"eslint": "^8.57.0", | ||
"rimraf": "~5.0.5", | ||
"typescript": "~5.4.3", | ||
"@typespec/eslint-config-typespec": "~0.55.0" | ||
"typescript": "~5.4.5" | ||
}, | ||
@@ -45,5 +43,5 @@ "scripts": { | ||
"watch": "tsc -p . --watch", | ||
"lint": "eslint . --ext .ts --max-warnings=0", | ||
"lint:fix": "eslint . --fix --ext .ts" | ||
"lint": "eslint . --max-warnings=0", | ||
"lint:fix": "eslint . --fix" | ||
} | ||
} |
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
4
16143
187