|
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 |
|
|
567eaa8514
|
fix: incorrect declarations
|
2023-11-25 19:13:20 +02:00 |
|
|
2cfdd8e335
|
feat: add utf8 encoding and decoding
|
2023-11-25 19:12:56 +02:00 |
|
|
4b1ec671e2
|
fix: micro tasks not handled properly
|
2023-11-25 18:58:35 +02:00 |
|
|
b127aadcf6
|
fix: promise was sending macro tasks instead of micro
|
2023-11-25 18:58:24 +02:00 |
|
|
b6eaff65ca
|
style: remove unnececeary import
|
2023-11-25 18:48:46 +02:00 |
|
|
443dc0ffa1
|
feat: add await function to promise
|
2023-11-25 18:47:51 +02:00 |
|
|
e107dd3507
|
fix: promise doesn't use microtasks in some cases
|
2023-11-25 18:47:36 +02:00 |
|
|
6af3c70fce
|
feat: add filesystem libs
|
2023-11-25 18:47:01 +02:00 |
|
|
8b743f49d1
|
feat: add toString, equals and hashCode overrides to wrappers and objects
|
2023-11-25 18:46:13 +02:00 |
|
|
e1ce384815
|
feat: add parse function to Filename
|
2023-11-25 18:44:27 +02:00 |
|
|
86d205e521
|
fix: parsing files won't modify last instruction to RET, instead will just append it
|
2023-11-25 18:44:11 +02:00 |
|
|
f0ad936e5b
|
refactor: use new iterable names
|
2023-11-25 18:43:43 +02:00 |
|
|
4a1473c5be
|
fix: sorting with no comparator now works
|
2023-11-25 18:42:54 +02:00 |
|
|
4111dbf5c4
|
fix: functions now print their name when stringified
|
2023-11-25 18:41:47 +02:00 |
|
|
1666682dc2
|
refactor: get rid of data parent hierarchy
|
2023-11-25 18:41:18 +02:00 |
|
|
f2b33d0233
|
feat: add support for async iterators
fix: comparasions had small behavioural issue
|
2023-11-25 18:40:49 +02:00 |
|
|
f5a0b6eaf7
|
fix: some improvements of compiled bytecode
|
2023-11-25 18:38:43 +02:00 |
|
|
829bea755d
|
fix: CodeFrame didnt't handle out of bounds jumps well
|
2023-11-25 18:38:16 +02:00 |
|
|
4b0dcffd13
|
feat: add fs declarations in lib.d.ts
|
2023-11-25 18:37:40 +02:00 |
|
|
987f8b8f00
|
fix: handle native errors properly-ish
|
2023-11-25 14:18:46 +02:00 |
|
|
55e3d46bc2
|
feat: implement memory and root fs
|
2023-11-25 14:18:04 +02:00 |
|
|
3e25068219
|
feat: implement bulk of fs
|
2023-11-25 14:17:37 +02:00 |
|
|
7ecb8bfabb
|
feat: implement permissions
|
2023-11-25 14:16:02 +02:00 |
|
|
488deea164
|
fix: improve performance of typescript by caching separate declarations
|
2023-11-14 09:24:39 +02:00 |
|
|
ed08041335
|
fix: internal error when trying to use key of "undefined"
|
2023-11-14 09:24:00 +02:00 |
|
|
0a4149ba81
|
fix: remove double space in "Uncaught ..."
|
2023-11-14 09:23:15 +02:00 |
|
|
30f5d619c3
|
fix: errors now have the right prototype and name
|
2023-11-14 09:22:56 +02:00 |
|
|
e7dbe91374
|
refactor: clean up protocol.json
|
2023-11-13 20:06:07 +02:00 |
|
|
455f5a613e
|
feat: implement simple permission matching
|
2023-11-13 19:09:33 +02:00 |
|
|
1eeac3ae97
|
fix: replace templates in Metadata class with placeholder data
|
2023-11-13 19:08:56 +02:00 |
|
|
1acd78e119
|
refactor: clean up Main class
|
2023-11-13 18:56:59 +02:00 |
|
|
df9932874d
|
feat: remove unnececeary @NativeInit directives
|
2023-11-06 14:03:15 +02:00 |
|
|
b47d1a7576
|
refactor: remove StackData and Data usage
|
2023-11-06 13:53:36 +02:00 |
|