Evan Wallace
|
411fcca285
|
refactor api (fix #131, fix #136, fix #152, fix #172, fix #153)
|
2020-06-10 19:29:26 -07:00 |
|
Evan Wallace
|
aeb16bca4d
|
Update README.md
|
2020-06-08 22:41:50 -07:00 |
|
Evan Wallace
|
75805d33df
|
note about emitDecoratorMetadata
|
2020-06-08 11:54:08 -07:00 |
|
Evan Wallace
|
2cf35ea612
|
fix #104: initial implementation of typescript decorators
|
2020-06-08 04:52:06 -07:00 |
|
Evan Wallace
|
42309b7269
|
implement pass-through for logical assignment ops
|
2020-06-06 02:33:57 -07:00 |
|
Evan Wallace
|
38f559e2f1
|
implement pass-through for private names (#47)
|
2020-06-06 02:04:53 -07:00 |
|
Evan Wallace
|
11e9d5bd19
|
fix #140: add "--metafile" for JSON metadata
|
2020-06-05 13:04:39 -07:00 |
|
Ade Viankakrisna Fadlil
|
12ff76f22f
|
add file loader (#135)
|
2020-05-28 23:48:37 -07:00 |
|
Evan Wallace
|
57b68b66bd
|
fixes for resolve-extensions
|
2020-05-28 23:18:03 -07:00 |
|
AnnatarHe
|
9863668f2f
|
fix(doc): remove duplicated because (#155)
|
2020-05-27 23:02:32 -07:00 |
|
Evan Wallace
|
dd418175e2
|
various fixes for future syntax errors
|
2020-05-26 00:42:27 -07:00 |
|
Evan Wallace
|
47d82118b9
|
capitalize architecture
|
2020-05-25 20:56:38 -07:00 |
|
CHEN Yuan
|
9d2242d9cb
|
Add: add Chinese docs link to README.md (#143)
|
2020-05-25 20:56:12 -07:00 |
|
Evan Wallace
|
6dc65d0880
|
fix #117: add a log level setting
|
2020-05-25 20:18:47 -07:00 |
|
Evan Wallace
|
467b22d18e
|
publish 0.4.0 to npm
|
2020-05-25 18:46:56 -07:00 |
|
Evan Wallace
|
a2ad0a0823
|
add note about architecture doc being outdated
|
2020-05-25 17:59:05 -07:00 |
|
Evan Wallace
|
bec3d2a4e8
|
update benchmarks (fixes #26)
|
2020-05-25 17:52:17 -07:00 |
|
Evan Wallace
|
afa6d1a6a1
|
update readme about tree shaking
|
2020-05-23 19:39:11 -07:00 |
|
Evan Wallace
|
173be609f9
|
always do tree shaking when bundling
|
2020-05-22 17:14:22 -07:00 |
|
Evan Wallace
|
f36aca1241
|
start work on code generation
|
2020-05-22 17:14:22 -07:00 |
|
Evan Wallace
|
91856c89d9
|
add the "es" output format option
|
2020-05-22 17:11:40 -07:00 |
|
Evan Wallace
|
5f1962061c
|
publish 0.3.9 to npm
|
2020-05-22 17:06:59 -07:00 |
|
Evan Wallace
|
0017aa95ca
|
add top-level await to unsupported features
|
2020-05-21 18:46:01 -07:00 |
|
Evan Wallace
|
344b11d77f
|
get a typescript syntax support section started (#126)
|
2020-05-21 18:32:01 -07:00 |
|
Evan Wallace
|
86af9bea5f
|
add --sourcemap=... and --sourcefile=...
|
2020-05-13 23:50:37 -07:00 |
|
Evan Wallace
|
6ab1f9caf2
|
add "--loader=..." to the stdin/stdout example
|
2020-05-13 12:34:19 -07:00 |
|
Evan Wallace
|
61f4385e2a
|
document stdin/stdout
|
2020-05-13 02:33:08 -07:00 |
|
Evan Wallace
|
6280657f89
|
update disclaimers in readme
|
2020-05-06 22:37:24 -07:00 |
|
Evan Wallace
|
2efb86b4cb
|
update syntax compat tables in readme
|
2020-05-06 21:35:16 -07:00 |
|
Evan Wallace
|
725df1db31
|
add a transform() API to the service (#75)
|
2020-05-05 13:40:25 -07:00 |
|
Evan Wallace
|
e7584dc5b8
|
fix #39: document how to write a config file
|
2020-05-04 17:07:42 -07:00 |
|
Evan Wallace
|
484c138988
|
add the --color option to force color on/off
|
2020-05-04 15:34:20 -07:00 |
|
Evan Wallace
|
fcac404725
|
lowering for the exponentiation operator
|
2020-05-03 22:35:45 -07:00 |
|
Evan Wallace
|
9c6175d7e8
|
fix temporary symbols in shorthand arrow functions
|
2020-05-03 02:12:30 -07:00 |
|
Evan Wallace
|
d7bb182939
|
update readme with syntax transforms
|
2020-05-02 18:16:49 -07:00 |
|
Evan Wallace
|
e8dae28c76
|
fix #44: add a note about escaping quotes
|
2020-04-29 01:52:38 -07:00 |
|
Evan Wallace
|
ede7b8e384
|
documentation about architecture
|
2020-04-29 01:00:43 -07:00 |
|
Evan Wallace
|
22aae6aa0d
|
fix #29: add --format=cjs to bundle as commonjs
|
2020-04-17 13:43:24 -07:00 |
|
Evan Wallace
|
e301e45da0
|
update readme
|
2020-04-14 18:45:26 -07:00 |
|
Evan Wallace
|
6d1ab7043f
|
Update README.md
|
2020-04-13 12:41:38 -07:00 |
|
Evan Wallace
|
79136d3e09
|
allow excluding arbitrary dependencies from bundle (fixes #40)
|
2020-04-13 12:37:19 -07:00 |
|
Evan Wallace
|
6d14736707
|
Update README.md
|
2020-04-13 12:25:29 -07:00 |
|
Evan Wallace
|
fe9652fd25
|
lower optional catch bindings for older browsers
|
2020-04-12 22:41:42 -07:00 |
|
Evan Wallace
|
0964a17895
|
update readme and cli for typescript
|
2020-04-12 17:50:00 -07:00 |
|
Evan Wallace
|
997d24ca6f
|
update readme for the new cross-platform package
|
2020-04-07 02:02:12 -07:00 |
|
Evan Wallace
|
afc27fc5ef
|
fix #41: allow custom loaders by file extension
|
2020-04-06 20:27:13 -07:00 |
|
Evan Wallace
|
e989f9d4e3
|
add example for using with react (fixes #7)
|
2020-02-17 23:28:43 -08:00 |
|
Evan Wallace
|
3ee6e13fc1
|
re-run the benchmark with fuse-box (fixes #11)
|
2020-02-17 23:12:28 -08:00 |
|
Evan Wallace
|
43cd294731
|
implement lowering for instance class fields
|
2020-01-21 00:20:16 -08:00 |
|
Evan Wallace
|
556417bf19
|
lowering for the "??" operator
|
2020-01-19 02:15:31 -08:00 |
|