4ccb7ea9d6
fix(TsPathRewriter): rewrite cross-module import paths after compilation
...
When compiling multiple ts_* source directories to dist_ts_* outputs,
imports like '../ts_shared/helper.js' now correctly become
'../dist_ts_shared/helper.js' in the compiled output.
Uses targeted regex patterns that only match import/export/require
statements, avoiding false positives in strings or comments.
2026-01-12 17:48:04 +00:00
e5fcbb9a09
BREAKING(structure): modernize internal structure and support unpacking
2025-12-13 22:59:58 +00:00
2fe98bec22
fix(core): update
2023-08-26 13:27:51 +02:00
035207f4f9
fix(core): update
2022-03-12 19:32:15 +01:00
9adbce12e1
fix(core): update
2022-03-12 19:05:46 +01:00
9c9f7ae1dc
fix(core): update
2022-03-11 18:05:02 +01:00
dc7980e619
fix(core): update
2022-03-11 17:45:51 +01:00
af66bd8ff1
fix(core): update
2020-05-14 09:51:22 +00:00
2f57c26b87
fix(core): update
2020-04-30 09:02:43 +00:00
6b1c7c4dc8
fix(core): update
2019-08-26 16:28:03 +02:00
68dcf1cca9
fix(core): update
2018-12-05 23:33:17 +01:00
bbcb8e6b3f
feat(cli options): now support --web for web compilations targeting Google Chrome
2018-12-05 23:29:01 +01:00
eeb6d6b963
fix(compiler): fix options for compiler
2018-07-25 23:38:30 +02:00
64643b500f
fix(core): initial
2018-07-25 20:56:42 +02:00