Akeit0
|
0cf2eca99a
feat: add GetTempFileName method to ILuaFileSystem and update TmpName to use it
|
7 months ago |
Akeit0
|
12413f36dc
change: update Open method to include throwError parameter for error handling
|
7 months ago |
Akeit0
|
fa2c90d272
refactor: rename LuaFileMode to LuaFileOpenMode
|
7 months ago |
Akeit0
|
3ef61e3ae6
refactor: update file opening methods to use LuaFileMode and simplify access handling
|
7 months ago |
Akeit0
|
f25d1aa670
refactor: simplify FileHandle by removing reader/writer and using IStream directly
|
7 months ago |
Akeit0
|
95e1c80b1f
refactor: update ReadByteAsync to ReadStringAsync and simplify Seek method
|
7 months ago |
Akeit0
|
527898279b
refactor: rename SystemStream references to StreamWrapper
|
7 months ago |
Akeit0
|
2403e5bd65
change: move file systems to Lua.IO
|
7 months ago |
Akeit0
|
e75c81b257
rename: update FileManager references to FileSystem in OperatingSystemLibrary
|
7 months ago |
Akeit0
|
c784577d84
rename: rename ILuaFileManager to ILuaFileSystem and update references
|
7 months ago |
Akeit0
|
bf1e2d87d8
rename: rename LuaFile to LuaFileContent and update related methods
|
7 months ago |
Akeit0
|
1c778d2762
rename: rename LoadModuleAsync to ReadFileAsync
|
7 months ago |
Akeit0
|
39be24e2c7
change: abstract async file and stream system
|
7 months ago |
Akeit0
|
35c654dfba
feat: enhance module loading and package management
|
7 months ago |
Akeit0
|
e36d03c06e
fix: concat null error
|
7 months ago |
Akeit0
|
41734dda01
fix: off tailcall flag on error
|
7 months ago |
Akeit0
|
34aaa59dcd
fix: adjust indent in LuaObjectGenerator
|
7 months ago |
Akeit0
|
947479e9df
fix: update io access to use registry instead of environment
|
7 months ago |
Akeit0
|
0491bc3b5e
fix: rename io["stdio"] to io["stdin"]
|
7 months ago |
Akeit0
|
8e600ba7d2
fix: io.write
|
7 months ago |
Akeit0
|
069babf8e7
fix: call hook pc
|
7 months ago |
Akeit0
|
d17154c328
fix: required return value
|
7 months ago |
Akeit0
|
627b358027
fix: handle _ENV upvalue in LuaClosure
|
7 months ago |
Akeit0
|
0070772467
fix: improve indent in LuaObjectGenerator
|
7 months ago |
Akeit0
|
3dc8e41fd1
fix: prevent null startLine from causing unnecessary line append in CodeBuilder
|
7 months ago |
Akeit0
|
30c2d348a8
fix: add more types in SymbolReferences for Lua.SourceGenerator
|
7 months ago |
Akeit0
|
f3d299c3e2
fix: fix LuaObjectGenerator value conversion handling
|
7 months ago |
Akeit0
|
930b5d90dc
Fix: correct async return statement in LuaObjectGenerator generated code
|
7 months ago |
Akeit0
|
97d996f63c
Merge remote-tracking branch 'origin/v0.5-dev' into v0.5-dev
|
7 months ago |
Akeit0
|
e5e7121fe1
Add: support passing CancellationToken in parameter by LuaObjectGenerator
|
7 months ago |