|
79e1d1cfaf
|
Merge branch 'master' of https://github.com/TopchetoEU/java-jscript
|
2024-03-27 23:08:25 +02:00 |
|
|
e0f3274a95
|
feat: add simple for-of loop (not intended for production usage)
|
2024-03-27 23:08:21 +02:00 |
|
|
ef5d29105f
|
Update README.md
|
2024-03-10 02:17:18 +02:00 |
|
|
d8ea6557df
|
fix: buildline expects tag to start with 'v'
|
2024-03-09 00:45:00 +02:00 |
|
|
5ba858545a
|
fix: defer handles of async functions
|
2024-03-09 00:28:30 +02:00 |
|
|
446ecd8f2b
|
fix: promise defers callback twice
|
2024-03-08 17:23:50 +02:00 |
|
|
fbf103439a
|
bump
|
2024-03-08 16:55:46 +02:00 |
|
|
b30f94de8f
|
refactor: move function pushMsg signatures in EventLoop
|
2024-03-08 16:53:47 +02:00 |
|
|
47b4dd3c15
|
refactor: rename code to runtime
|
2024-03-06 23:23:01 +02:00 |
|
|
0fb336373a
|
fix: make fs calls synchronized
|
2024-03-06 12:50:57 +02:00 |
|
|
b33325a98d
|
fix: clear buffer of line writer file
|
2024-03-05 17:10:06 +02:00 |
|
|
ccf75d6066
|
fix: don't use Context.NULL in global scope
|
2024-03-05 16:51:50 +02:00 |
|
|
662dcc1ac1
|
bump
|
2024-03-05 16:30:13 +02:00 |
|
|
3e6214659b
|
fix: use new global API
|
2024-03-05 15:54:51 +02:00 |
|
|
7c6622c53d
|
fix: separate scope records from scopes
|
2024-03-05 15:45:02 +02:00 |
|
|
70d5871091
|
fix: properly check permissions
|
2024-03-03 20:47:54 +02:00 |
|
|
7b9bbe576b
|
feat: add std streams as global variables
|
2024-03-03 20:31:20 +02:00 |
|
|
e6399c1546
|
refactor: remove unused var
|
2024-03-02 14:01:58 +02:00 |
|
|
c8253795b2
|
fix: make debugging work again
|
2024-03-02 13:56:48 +02:00 |
|
|
49dd725669
|
refactor: fully separate event loop from context
|
2024-02-29 00:23:14 +02:00 |
|
|
52489ad3a8
|
feat: separate compilation and runtime
|
2024-02-26 13:22:56 +02:00 |
|
|
c4d44547c8
|
fix: call move when passing same array to copyTo
|
2024-02-21 11:03:19 +02:00 |
|
|
c6dc031cfd
|
fix: respect return value of constructors
|
2024-02-21 11:01:33 +02:00 |
|
|
285960bdd6
|
refactor: rework fs error system
|
2024-02-09 13:46:57 +02:00 |
|
|
cf99845f6b
|
refactor: rework permission system
|
2024-01-13 11:05:43 +02:00 |
|
|
48bd1e2015
|
bump
|
2024-01-12 09:54:32 +02:00 |
|
|
304665904f
|
feat: extract log API to console
|
2024-01-12 09:53:56 +02:00 |
|
|
56ae3a85a6
|
build: improve build scripts
|
2024-01-12 09:48:20 +02:00 |
|
|
0178cb2194
|
build: specify java toolchain
|
2024-01-11 11:46:51 +02:00 |
|
|
a2cb5cd473
|
build: add gradle wrapper props
|
2024-01-11 11:46:41 +02:00 |
|
|
c123427e77
|
bump
|
2024-01-11 10:59:07 +02:00 |
|
|
7ac5ded185
|
build: set main class in jar manifest
|
2024-01-11 10:58:40 +02:00 |
|
|
769d6ae8fc
|
version unbump
|
2024-01-11 10:55:43 +02:00 |
|
|
afb99ffc70
|
action attempt 1
|
2024-01-11 10:52:18 +02:00 |
|
|
46136e77e2
|
build: improve build scripts
|
2024-01-11 10:47:41 +02:00 |
|
|
b460b87318
|
refactor: remove old build script
|
2024-01-11 09:57:41 +02:00 |
|
|
e772f0b50d
|
feat: change custom build script to gradle
|
2024-01-11 09:56:50 +02:00 |
|
|
187ad55291
|
fix: fully remove typescript
|
2024-01-10 17:02:45 +02:00 |
|
|
8156a1733f
|
refactor: move debugging logic out of core
|
2024-01-10 17:01:24 +02:00 |
|
|
d1937fdb63
|
remove typescript
|
2024-01-10 16:51:40 +02:00 |
|
|
3f826cc85d
|
remove old test
|
2024-01-10 16:51:17 +02:00 |
|
|
af35d7f20b
|
fix: oops
|
2024-01-10 11:25:29 +02:00 |
|
|
cfa0e001b9
|
refactor: split up code in 4 modules
|
2024-01-10 11:21:49 +02:00 |
|
|
c10d071346
|
feat: some API improvements
|
2024-01-10 11:21:35 +02:00 |
|
|
89eea7d62b
|
refactor: remove old useless exceptions
|
2024-01-06 19:51:48 +02:00 |
|
|
18d22a1282
|
Merge pull request #12 from TopchetoEU/TopchetoEU/cleanup
Major codebase cleanup
|
2024-01-06 18:28:11 +02:00 |
|
|
72a0d39d0b
|
fix: make java 11 compatible
|
2024-01-06 18:27:36 +02:00 |
|
|
d8585a20bf
|
refactor: don't require ctx in frame.push
|
2024-01-06 18:23:34 +02:00 |
|
|
e4c9a8756e
|
fix: debugger hanging sometimes
|
2024-01-06 18:23:20 +02:00 |
|
|
c6e6425c7e
|
fix: bring back ts minification
|
2024-01-06 17:53:42 +02:00 |
|