|
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 |
|
|
fdfa8d7713
|
refactor: some minor fixes, rewrite README example
|
2023-11-06 10:55:38 +02:00 |
|
|
f5d1287948
|
fix: some annoying bugs, as well as splice
|
2023-11-06 00:55:30 +02:00 |
|
|
15f4278cb1
|
fix: build with java 17
|
2023-11-05 21:00:39 +02:00 |
|
|
df8465cb49
|
Merge pull request #8 from TopchetoEU/TopchetoEU/tests
Integrate typescript
|
2023-11-05 20:32:42 +02:00 |
|
|
e3104c223c
|
fix: remove some unnececeary logs
|
2023-11-05 20:29:21 +02:00 |
|
|
1d0bae3de8
|
feat: include typescript code in source code
|
2023-11-05 20:27:23 +02:00 |
|
|
b66acd3089
|
fix: several more fixes
|
2023-11-05 19:44:44 +02:00 |
|
|
e326847287
|
feat: send value stack to debug client
|
2023-11-05 19:44:35 +02:00 |
|
|
26591d6631
|
fix: lazy operators incorrectly pop values from stack
|
2023-11-05 19:44:08 +02:00 |
|
|
af31b1ab79
|
fix: several small fixes
|
2023-11-05 19:43:53 +02:00 |
|
|
f885d4349f
|
refactor: fix some bad code >:(
|
2023-11-05 19:43:28 +02:00 |
|
|
d57044acb7
|
fix: several bug fixes to help with typescript support
|
2023-11-05 12:44:29 +02:00 |
|
|
7df4e3b03f
|
fix: oops
|
2023-11-04 11:43:57 +02:00 |
|
|
ed1009ab69
|
refactor: some code restructuring in the debugging
|
2023-11-04 11:42:06 +02:00 |
|
|
f856cdf37e
|
fix: messages larger than 64KB are now fragmented properly
|
2023-11-04 11:41:31 +02:00 |
|
|
4f82574b8c
|
fix: various small behavioural issues
fix: pesky try-catch logic
|
2023-11-04 11:40:50 +02:00 |
|
|
0ae24148d8
|
feat: write some tests
|
2023-11-04 11:38:48 +02:00 |
|
|
ac128d17f4
|
feat: implement Array.reduce
fix: native functions are now named
|
2023-11-04 11:38:29 +02:00 |
|
|
6508f15bb0
|
refactor: remove typescript source code from repo (for now)
|
2023-11-04 11:37:13 +02:00 |
|
|
69f93b4f87
|
refactor: make filenames more consistent
|
2023-11-04 11:36:36 +02:00 |
|
|
b675411925
|
fix: a lot of minor bugs
|
2023-10-29 23:47:48 +02:00 |
|
|
d1e93c2088
|
Merge branch 'master' of https://github.com/TopchetoEU/java-jscript
|
2023-10-29 12:33:18 +02:00 |
|
|
942db54546
|
feat: improve vscode debugging compatibility
|
2023-10-29 12:30:43 +02:00 |
|
|
d20df66982
|
feat: improve vscode debugging compatibility
|
2023-10-29 12:25:33 +02:00 |
|
|
16a9e5d761
|
Merge pull request #7 from TopchetoEU/TopcehtoEU/debugging
Debugging support
|
2023-10-28 17:11:55 +03:00 |
|
|
dc9d84a370
|
chore: nothing of use
|
2023-10-28 17:10:27 +03:00 |
|
|
edb71daef4
|
feat: fully implement local and capture scope object wrappers
feat: implement object sending and receiving
|
2023-10-28 16:58:33 +03:00 |
|
|
4b84309df6
|
feat: complete steptrough and breakpoints in debugger
|
2023-10-27 15:12:14 +03:00 |
|
|
d2d9fa9738
|
fix: exit now works
|
2023-10-07 14:08:47 +03:00 |
|
|
a4e5f7f471
|
refactor: clean up useless catch blocks
|
2023-10-07 13:55:44 +03:00 |
|
|
cc044374ba
|
refactor: replace InterruptedException with unchecked alternative
|
2023-10-07 13:42:55 +03:00 |
|
|
517e3e6657
|
refactor: clean up context and stack data
|
2023-10-07 13:07:07 +03:00 |
|
|
926b9c17d8
|
feat: readd JSON to lib
|
2023-10-06 18:42:35 +03:00 |
|
|
fc705e7383
|
feat: readd date internals
|
2023-10-06 12:03:33 +03:00 |
|
|
a17ec737b7
|
refactor: rename polyfills to libs
|
2023-10-06 11:57:29 +03:00 |
|
|
952a4d631d
|
fix: keep order of object fields
|
2023-10-04 22:06:49 +03:00 |
|
|
005610ca40
|
Merge pull request #6 from TopchetoEU/TopchetoEU/function-optimizations
Cache function bodies
|
2023-10-04 21:38:29 +03:00 |
|
|
9743a6c078
|
fix: cache function bodies
|
2023-10-04 21:34:33 +03:00 |
|
|
21a6d20ac5
|
refactor: some code cleanup, emit better bytecode
|
2023-10-04 12:16:06 +03:00 |
|
|
4d1846f082
|
fix: reconfigure workflow and build.js
|
2023-10-04 09:00:44 +03:00 |
|
|
9547c86b32
|
Merge pull request #5 from TopchetoEU/TopchetoEU/corelib-reprogramming
Core library reprogramming
|
2023-10-04 08:50:26 +03:00 |
|
|
1cccfa90a8
|
refactor: remove pesky node files
|
2023-10-04 08:49:49 +03:00 |
|
|
604b752be6
|
feat: add global functions
|
2023-10-04 08:49:20 +03:00 |
|