Commit Graph

195 Commits

Author SHA1 Message Date
09eb6507dc
Merge pull request #11 from TopchetoEU/TopchetoEU/modules
Module support
2023-12-26 14:20:55 +02:00
2f58f6b245
feat: implement basic module system 2023-12-26 14:12:41 +02:00
4bc363485f
fix: losts of FS API improvements 2023-12-26 14:02:32 +02:00
8e01db637b
fix: improve path resolutions and FS API 2023-12-26 11:27:40 +02:00
1c64912786
feat: create memory-light directory list file 2023-12-26 11:27:09 +02:00
28265a8f44
fix: some bug fixes and improvements with File interface 2023-12-26 11:26:08 +02:00
e9e020512e
fix: environment pushed when it shouldn't be 2023-12-24 15:17:38 +02:00
4b0bbf5190
fix: correctly convert virtual to real path 2023-12-24 14:40:27 +02:00
031f78ebf1
fix: don't include ts's code in repo anymore 2023-12-24 14:32:37 +02:00
562f1f9425
fix: remove major mistakes in README 2023-12-24 14:31:50 +02:00
82a09e8865
fix: some config files cleanup 2023-12-24 14:31:33 +02:00
90da2db1fb
fix: error now is not null-prototyped 2023-12-24 14:30:48 +02:00
3d275c52c0
refactor: fix code to not result in compile warning 2023-12-24 14:30:31 +02:00
797585f539
feat: implement some stdlib functions 2023-12-24 14:28:12 +02:00
7a301eba8f
fix: some stupid mistakes in FS 2023-12-24 14:27:27 +02:00
1b2068a274
fix: never-ending try-catch issues 2023-12-24 14:27:00 +02:00
078d7ed95f
refactor: improve Engine API 2023-12-24 14:26:42 +02:00
93973c12b1
fix: change default return type to void for generators 2023-12-24 14:10:03 +02:00
cad4f34b51
fix: use correct env declarations in bootstrap.js 2023-12-24 14:08:20 +02:00
d3571d6ee2
fix: make .gitignore more restrictive 2023-12-22 10:46:30 +02:00
caf9131cde
refactor: replace all CRLF with LF 2023-12-22 10:45:04 +02:00
8c6379eb24
Merge pull request #10 from TopchetoEU/TopchetoEU/mapping
Add support for source mappings
2023-12-18 22:42:38 +02:00
380a5c720a
feat: make environment hidable from stack trace 2023-12-18 22:38:26 +02:00
76c3d377af
feat: use mappings in stack traces 2023-12-18 22:30:14 +02:00
42f443572a
fix: how the hell did i fix this (it was the cache all along) 2023-12-18 22:11:08 +02:00
773bc72f3e
refactor: rename compileWithDebug to compile 2023-12-14 21:07:16 +02:00
0b5178e9fd
fix: return minified typescript 2023-12-14 21:06:23 +02:00
8cffcff7db
refactor: remove unused instructions 2023-12-14 17:02:24 +02:00
60bbaaccd4
fix: some issues with try-catch 2023-12-14 16:49:51 +02:00
60b1762462
refactor: remove printf 2023-12-14 16:49:35 +02:00
34434965d2
cant be fucked to split this one up 2023-12-14 12:39:01 +02:00
fe86123f0f
refactor: improve function statement 2023-11-29 13:04:41 +02:00
d5e6edfa8b
refactor: replace .locate with argument 2023-11-29 13:03:53 +02:00
73345062ca
feat: implement new API with source maps 2023-11-28 21:40:37 +02:00
124341969c
fix: simplify source map API 2023-11-28 21:39:25 +02:00
8defd93855
fix: use proper name for native constructors 2023-11-28 21:37:46 +02:00
6c57e0e9f2
fix: properly handle wrapper function 2023-11-28 21:37:13 +02:00
f1932914ee
fix: move debugger assets to correct location 2023-11-27 20:28:02 +02:00
977701e601
feat: implement source maps 2023-11-26 16:50:07 +02:00
e8a7ac8da8
refactor: reorganize assets 2023-11-26 16:49:47 +02:00
6b1cb852c2
fix: arrays wrongly stringified in JSONLib 2023-11-26 13:51:56 +02:00
b59a003086
feat: implement VLQ parsing 2023-11-26 13:51:43 +02:00
1902e41f61
feat: make typescript output mappings 2023-11-26 11:52:47 +02:00
27162ef8ac
feat: improve Bufffer API 2023-11-26 11:51:32 +02:00
4f22e76d2b
fix: make code java 11 compatible 2023-11-25 20:22:16 +02:00
8924e7aadc
build: fix build script to exit with code when error occurs 2023-11-25 20:16:06 +02:00
1d0e31a423
Merge pull request #9 from TopchetoEU/TopchetoEU/perms-and-fs
Permissions and filesystems
2023-11-25 20:10:59 +02:00
ab56908171
fix: faulty insufficient permissions error 2023-11-25 20:09:59 +02:00
eb14bb080c
fix: debugger breakpoints not registered 2023-11-25 20:09:47 +02:00
f52f47cdb4
feat: properly implement filesystems 2023-11-25 19:36:18 +02:00