We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bbeb3 commit bc844dfCopy full SHA for bc844df
build_lualib.ts
@@ -15,6 +15,8 @@ compile([
15
"./dist/lualib",
16
"--rootDir",
17
"./src/lualib",
18
+ "--noHeader",
19
+ "true",
20
...glob.sync("./src/lualib/*.ts"),
21
]);
22
0 commit comments