typescript-to-lua
Advanced tools
Comparing version 1.13.0 to 1.13.1
@@ -281,2 +281,5 @@ "use strict"; | ||
function requirePathForFile(filePath, extension = ".lua") { | ||
if (!extension.startsWith(".")) { | ||
extension = `.${extension}`; | ||
} | ||
if (filePath.endsWith(extension)) { | ||
@@ -283,0 +286,0 @@ return (0, utils_1.formatPathToLuaPath)(filePath.substring(0, filePath.length - extension.length)); |
{ | ||
"name": "typescript-to-lua", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"description": "A generic TypeScript to Lua transpiler. Write your code in TypeScript and publish Lua!", | ||
@@ -59,11 +59,11 @@ "repository": "https://github.com/TypeScriptToLua/TypeScriptToLua", | ||
"@types/resolve": "1.14.0", | ||
"@typescript-eslint/eslint-plugin": "^5.36.1", | ||
"@typescript-eslint/parser": "^5.36.1", | ||
"eslint": "^8.23.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^26.8.7", | ||
"@typescript-eslint/eslint-plugin": "^5.52.0", | ||
"@typescript-eslint/parser": "^5.52.0", | ||
"eslint": "^8.34.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^26.9.0", | ||
"fs-extra": "^8.1.0", | ||
"javascript-stringify": "^2.0.1", | ||
"jest": "^28.1.3", | ||
"jest-circus": "^29.0.1", | ||
"jest-circus": "^29.4.2", | ||
"lua-types": "^2.13.0", | ||
@@ -70,0 +70,0 @@ "lua-wasm-bindings": "^0.3.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
14777
1034137