Skip to content

Commit 83b8e86

Browse files
committed
Use tstl/lua-wasm-bindings instead of fengari
1 parent e90fc31 commit 83b8e86

6 files changed

Lines changed: 35 additions & 387 deletions

File tree

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
preset: "ts-jest",
1818
globals: {
1919
"ts-jest": {
20-
tsConfig: "<rootDir>/test/tsconfig.json",
20+
tsconfig: "<rootDir>/test/tsconfig.json",
2121
diagnostics: { warnOnly: !isCI },
2222
},
2323
},

package-lock.json

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"jest": "^26.0.1",
6363
"jest-circus": "^25.1.0",
6464
"lua-types": "^2.8.0",
65+
"lua-wasm-bindings": "^0.1.4",
6566
"prettier": "^2.0.5",
6667
"ts-jest": "^26.3.0",
6768
"ts-node": "^8.6.2"

test/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"rootDir": "..",
55
"types": ["node", "jest"],
66
"baseUrl": ".",
7-
"paths": { "*": ["types/*"] }
87
},
98
"include": [".", "../src"],
109
"exclude": [

0 commit comments

Comments
 (0)