Commit Graph

35 Commits

Author SHA1 Message Date
b9a397a7b9
specify babel plugins separately 2025-01-22 20:34:31 +02:00
40f6cfe616
fix: make Function.compile do less stuff 2025-01-22 20:34:00 +02:00
343684f9ce
move more instructions as intrinsics 2025-01-22 03:57:32 +02:00
582753440b
fix: remove unneeded LOAD_REGEX instruction 2025-01-22 01:54:29 +02:00
d563fc4919
build: split up into multiple projects, use kotlin DLS
All checks were successful
tagged-release / Tagged Release (push) Successful in 5m23s
2025-01-10 04:14:40 +02:00
604b752be6
feat: add global functions 2023-10-04 08:49:20 +03:00
68f3b6d926
feat: fully remove typescript init code 2023-10-04 08:10:26 +03:00
63b04019cf
feat: implement timers in java 2023-09-28 10:25:32 +03:00
9c65bacbac
fix: type name can f itself 2023-09-28 09:38:51 +03:00
0dacaaeb4c
a lot of fixes 2023-09-27 15:08:23 +03:00
22ec95a7b5
feat: implement errors 2023-09-26 22:54:12 +03:00
6c71911575
feat: implement symbols in java 2023-09-26 11:29:49 +03:00
e16c0fedb1
feat: implement map and set polyfills in java 2023-09-26 08:31:27 +03:00
ff9b57aeb9
fix: remove string from core.ts 2023-09-25 18:32:59 +03:00
47c62128ab
feat: implement string polyfill in java 2023-09-25 18:18:36 +03:00
f21cdc831c
fix: primitive values will be native classes now 2023-09-24 14:15:12 +03:00
86b206051d
feat: implement bool polyfills in java 2023-09-24 13:49:37 +03:00
f2cd50726d
feat: implement array polyfills in java 2023-09-24 12:56:53 +03:00
d8071af480
refactor: remove dead .ts code 2023-09-21 10:50:48 +03:00
356a5a5b78
feat: a lot of typescript corelibs translated to java 2023-09-20 23:02:23 +03:00
da4b35f506
feat: Create filesystem interface and a physical filesystem 2023-09-18 10:31:50 +03:00
7a226c49d3
some build script fixes 2023-09-09 18:37:24 +03:00
0e04459fe7
feat: implement new system for context tracking 2023-09-09 17:32:46 +03:00
38656bd654
fix: small issues 2023-09-07 16:35:49 +03:00
29d3f378a5
major changes in preparations for environments 2023-09-04 14:30:57 +03:00
d1b37074a6
fix: resturcture build pipeline 2023-08-29 11:49:27 +03:00
a1e07a8046
fix: reprogram standard library for env api 2023-08-27 21:21:25 +03:00
50739de70c
fix: properly initialize Infinity and NaN 2023-08-26 11:13:23 +03:00
12093eda14
fix: fully encapsulate native generator 2023-08-26 00:44:28 +03:00
7a745faacf
feat: implement async generators 2023-08-26 00:41:28 +03:00
d49c54e15a
feat: implement async function with generator 2023-08-25 23:48:57 +03:00
c5a4167c94
feat: make generator function 2023-08-25 23:48:40 +03:00
991f957f44
fix: await in async func throws properly 2023-08-25 17:00:47 +03:00
79a93ef971
feat: add async function 2023-08-23 11:47:50 +03:00
2858d685ad
initial commit 2023-08-05 18:37:18 +03:00