Commit Graph

1325 Commits

Author SHA1 Message Date
Evan Wallace
4c00b53703 remove the strict option entirely 2020-10-28 07:42:57 -07:00
Evan Wallace
aa00fff4ad remove "--strict" for "??" and "?." 2020-10-28 07:42:55 -07:00
Evan Wallace
02cb68161d rename some go api arguments 2020-10-28 07:42:11 -07:00
Evan Wallace
0a1017d48e resolve dir for api no longer defaults to cwd 2020-10-28 07:41:41 -07:00
Evan Wallace
77449b55ac change default loader error message 2020-10-28 07:40:28 -07:00
Evan Wallace
d391959e17 no need to pass the base name around 2020-10-28 07:40:28 -07:00
Evan Wallace
7dd6f79054 cache files by path and namespace 2020-10-28 07:40:02 -07:00
Evan Wallace
2c321ef12d rename transform result "js" => "code" 2020-10-28 07:39:56 -07:00
Evan Wallace
19b1d303e9 publish 0.7.22 to npm v0.7.22 2020-10-28 07:18:16 -07:00
Evan Wallace
29b9e13429 fix #489: work around safari getOwnPropDesc bugs 2020-10-28 07:02:02 -07:00
Evan Wallace
9863d70aa5 warn about "process.env.NODE_ENV" 2020-10-28 06:44:00 -07:00
Evan Wallace
0abb5365c8 more tests for "tsconfigRaw" 2020-10-27 20:57:17 -07:00
Evan Wallace
e8f368cb72 fix #483: add "tsconfigRaw" to transform API 2020-10-27 19:34:34 -07:00
Evan Wallace
14ac0c2bb5 expose "version" in js api 2020-10-26 01:57:03 -07:00
Evan Wallace
0f060e1a00 omit undefined values from "__publicField" 2020-10-26 01:41:47 -07:00
Evan Wallace
27903552aa fix strict class transform with computed toString 2020-10-26 01:33:13 -07:00
Evan Wallace
4ff63d5500 omit runtime in parser tests 2020-10-26 00:53:31 -07:00
Evan Wallace
d7fb41e905 warn about unknown "importsNotUsedAsValues" values 2020-10-25 20:39:53 -07:00
Evan Wallace
b136d4a37a publish 0.7.21 to npm v0.7.21 2020-10-25 03:19:38 -07:00
Evan Wallace
b7a11730ae use bracketed escape codes for non-BMP characters 2020-10-25 03:05:02 -07:00
Evan Wallace
c745f55af1 fix "charset" in try.html 2020-10-25 00:55:11 -07:00
Evan Wallace
8682a4639d DRY for js_parser_test.go 2020-10-25 00:54:41 -07:00
Evan Wallace
dffaaa8635 publish 0.7.20 to npm v0.7.20 2020-10-24 22:34:12 -07:00
Evan Wallace
5200e9a820 fix #485: always escape U+FEFF to make IE happy 2020-10-24 20:14:13 -07:00
Evan Wallace
523c9ad16b fix #485: change the default charset to ascii-only 2020-10-24 20:14:11 -07:00
Evan Wallace
da972afbbb add tests for various strange css inputs 2020-10-24 05:14:05 -07:00
Evan Wallace
b5fabe99e7 fix #70: implement the "--ascii-only" flag 2020-10-24 05:14:02 -07:00
Evan Wallace
694e2cc83d improve handling of escape sequences in css tokens 2020-10-24 03:08:09 -07:00
Evan Wallace
8fb76e0e80 enable ".css" with "--out-extension" 2020-10-22 03:26:17 -07:00
Evan Wallace
3fde369dad comments about "write: true" 2020-10-21 13:11:13 -07:00
Evan Wallace
0e3c0a09f3 publish 0.7.19 to npm v0.7.19 2020-10-21 00:14:09 -07:00
Evan Wallace
29d6ce4762 fix panic with source map splice of "ant-design" 2020-10-20 22:43:08 -07:00
Evan Wallace
98a1c1af32 warn about assignment to "const" symbols 2020-10-20 22:26:48 -07:00
Evan Wallace
09641c18f9 fix #478: add "--avoid-tdz" workaround for safari 2020-10-20 18:12:10 -07:00
Evan Wallace
e51cb510b4 publish 0.7.18 to npm v0.7.18 2020-10-20 12:19:20 -07:00
Evan Wallace
b5b3a26dad wip 2020-10-20 03:26:14 -07:00
Evan Wallace
fdf682425b fix #472: import non-enumerable properties 2020-10-20 00:31:09 -07:00
Evan Wallace
ad731744ca avoid generating "const" if target is "es5" 2020-10-20 00:04:52 -07:00
Evan Wallace
d989dd35e1 fix bugs with "=>" when target is "es5" 2020-10-19 23:35:09 -07:00
Evan Wallace
588fa61140 fix #469: treat package paths in css as relative 2020-10-18 21:54:19 -07:00
Evan Wallace
99a787bb2d add "npm/esbuild-wasm/esm" to gitignore 2020-10-18 15:34:17 -07:00
Evan Wallace
03a33e6e00 publish 0.7.17 to npm v0.7.17 2020-10-18 03:52:04 -07:00
Evan Wallace
dd62d98baa cleanup after #342 2020-10-18 03:30:55 -07:00
Caleb Eby
cfaedaeeb3 Add ESM build for browsers (#342) 2020-10-18 02:07:44 -07:00
Evan Wallace
40c1e143de fix order of injected files 2020-10-18 00:30:07 -07:00
Evan Wallace
02c6627536 fix #451: implement "--inject" 2020-10-18 00:05:18 -07:00
Evan Wallace
f2bb75e6aa fix #459: add a "public path" option 2020-10-17 17:03:40 -07:00
Evan Wallace
eb0190fb97 publish 0.7.16 to npm v0.7.16 2020-10-16 15:32:40 -07:00
Evan Wallace
3e8ceca77d fix #455: "module.require" is an alias for "require" 2020-10-16 15:13:04 -07:00
Evan Wallace
5bc08f548a avoid embedding additional files in scan phase 2020-10-16 12:00:02 -07:00