File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xiangnanscu/lua2js" ,
3
- "version" : " 0.31 .0" ,
3
+ "version" : " 0.32 .0" ,
4
4
"main" : " src/lua2js.mjs" ,
5
5
"type" : " module" ,
6
6
"bin" : {
Original file line number Diff line number Diff line change @@ -8,20 +8,20 @@ import parserBabel from "prettier/parser-babel.js";
8
8
const defaultOptions = {
9
9
printToConsoleLog : true ,
10
10
tryUseOfLoop : true ,
11
- indexMinusOne : false ,
12
- returnNilToThrow : false ,
11
+ indexMinusOne : true ,
12
+ returnNilToThrow : true ,
13
13
errorToThrow : true ,
14
14
tostring : true ,
15
15
dict : true ,
16
16
list : true ,
17
17
unpack : true ,
18
18
tonumber : true ,
19
- class : false ,
19
+ class : true ,
20
20
selfToThis : true ,
21
21
clsToThis : true ,
22
22
typeToTypeof : true ,
23
23
stringFormat : true ,
24
- tableConcat : false ,
24
+ tableConcat : true ,
25
25
tableInsert : true ,
26
26
camelStyle : false ,
27
27
} ;
You can’t perform that action at this time.
0 commit comments