Skip to content

Commit

Permalink
Merge pull request #26 from Memoraike/dev
Browse files Browse the repository at this point in the history
Add support Kahlua imports
  • Loading branch information
JabDoesThings authored Jan 21, 2024
2 parents be62686 + 8c22a80 commit e79c735
Show file tree
Hide file tree
Showing 12 changed files with 1,594 additions and 817 deletions.
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"semi": true,
"trailingComma": "all",
"singleQuote": false,
"printWidth": 120,
"tabWidth": 2,
"arrowParens": "avoid"
}
1,491 changes: 1,057 additions & 434 deletions package-lock.json

Large diffs are not rendered by default.

19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,20 @@
"project-zomboid"
],
"devDependencies": {
"@types/node": "^18.7.5",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"eslint": "^8.22.0",
"@types/node": "^18.16.3",
"@types/resolve": "^1.20.2",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"chalk": "^5.0.1",
"del-cli": "^4.0.1",
"@asledgehammer/tstl-pipewrench": "^0.0.15",
"@memoraike/typescript-to-lua": "^1.15.1",
"chalk": "^5.2.0",
"del-cli": "^5.0.0",
"lua-types": "^2.13.1",
"pzpw-config-schema": "^1.0.2",
"typescript-to-lua": "~1.14.0"
"pzpw-config-schema": "^1.0.2"
}
}
Loading

0 comments on commit e79c735

Please sign in to comment.