40 Commits

Author SHA1 Message Date
Evan Wallace
62c8241bd4 remove the now-unnecessary "rimraf" package 2021-04-13 20:47:13 -07:00
Evan Wallace
d4a7cd31db Experimental support for Deno (#1145) 2021-04-13 02:38:00 -07:00
Evan Wallace
9ad8ebb0ae make banner and footer also work for css 2021-03-08 20:51:30 -08:00
Evan Wallace
b5c5f0a9fe remove "--summary", always print summary instead 2021-03-08 20:51:30 -08:00
Evan Wallace
59e6b64a2c fix #926: use "--target=node10" for node code in npm 2021-03-06 14:34:22 -08:00
Evan Wallace
ade5cd5550 "ESBUILD_BIN_PATH" => "ESBUILD_BINARY_PATH" 2021-02-24 20:21:12 -08:00
Evan Wallace
e79016356f pass "-s -w" to go linker, removes 0.1mb (#836) 2021-02-18 20:18:00 -08:00
Evan Wallace
82f7a0a45c work around unfortunate windows ci limiations 2021-02-04 23:26:07 -08:00
Evan Wallace
6a995fb2d6 attempt to make tests more robust 2021-02-04 23:13:03 -08:00
Evan Wallace
7541fe49ad move "exit0.js" out of the "bin" directory 2021-01-26 04:09:30 -08:00
Evan Wallace
2f95a142cb hide the *.node files from yarn 2021-01-26 02:45:32 -08:00
Evan Wallace
392241b06c fix regression due to commit 93423e52 2021-01-26 02:01:26 -08:00
Evan Wallace
bcbdc4a457 publish 0.8.35 to npm 2021-01-26 01:00:07 -08:00
Evan Wallace
93423e52af hack around node windows unicode bug (#687) 2021-01-25 22:55:00 -08:00
Evan Wallace
df92f96d85 fix stdin with wasm on windows (#687) 2021-01-25 16:49:35 -08:00
Evan Wallace
60013da5e3 fix #616: make js api minification optional 2021-01-17 14:20:01 -08:00
Evan Wallace
a932d25189 add a warning about calling an import namespace 2020-12-20 21:33:03 -08:00
Evan Wallace
9edbd8f0f0 ignore all rimraf errors to fix windows flakes 2020-12-20 21:05:26 -08:00
Evan Wallace
d63f986535 remove unused argument from "installForTests" 2020-12-18 04:11:12 -08:00
Evan Wallace
e828322868 fix #595: revert the "worker_threads" change 2020-12-14 15:29:29 -08:00
Evan Wallace
5ea3048af6 fix win tests flakes: install esbuild to temp dir 2020-12-12 03:50:44 -08: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
4ba207aed6 publish 0.7.3 to npm 2020-09-22 17:13:40 -07:00
Evan Wallace
758b25f8e2 validate host and binary versions (#407) 2020-09-22 16:53:06 -07:00
Evan Wallace
cf1139ac40 fix #291: make get request to custom npm registry 2020-07-26 21:06:54 -07:00
Evan Wallace
7c5dddfe3e move install script to typescript directory 2020-07-26 20:34:46 -07:00
Evan Wallace
06f738ac5a use --target=es2017 for js api code 2020-07-25 14:35:48 -07:00
Evan Wallace
6e3ef528ac merge node and browser apis, throw errors instead 2020-07-12 00:45:22 -07:00
Evan Wallace
1366de3798 remove symbol and debugging tables from binary 2020-07-11 17:29:57 -07:00
Evan Wallace
bcc34c10f2 add type definitions for "esbuild-wasm/lib/browser" 2020-07-10 18:18:19 -07:00
Evan Wallace
9e78c437a8 split out the stdio protocol code 2020-07-09 14:33:40 -07:00
Evan Wallace
2897e068ab avoid "Function.prototype.toString()" in worker code 2020-07-04 01:07:57 -07:00
Evan Wallace
4a3bc51c7c browser code: minify and wrap for UMD (#172) 2020-06-11 13:52:44 -07:00
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
de6f0ec865 lots of work on entry point exports 2020-05-23 19:34:28 -07:00
Evan Wallace
764109effe update scripts for #66 2020-05-06 23:55:46 -07:00
Evan Wallace
56baaa2b27 fix npm bug where postinstall scripts aren't run 2020-05-06 15:04:50 -07:00
Evan Wallace
5f922720f7 changes to make tests more windows-friendly 2020-05-06 12:48:14 -07:00
Evan Wallace
8683eaf6a0 script to run esbuild on the terser test suite 2020-05-05 19:30:17 -07:00