68 Commits

Author SHA1 Message Date
Evan Wallace
610d49bc96 fix #1152: add the "--allow-overwrite" flag 2021-04-22 14:01:20 -07:00
Evan Wallace
e2a461f0fe split "debug" log level into "debug" and "verbose" 2021-04-17 03:38:56 -07:00
Evan Wallace
9c4979fc63 add a "debug" log level 2021-04-01 20:50:31 -07:00
Evan Wallace
225d6ef83f implement custom output paths for entry points 2021-03-28 19:34:49 -07:00
Evan Wallace
5cf85d5aef fix #1058: add the "formatMessages" api 2021-03-25 14:57:28 -07:00
Evan Wallace
fc325d0996 add "suggestion" to log message location 2021-03-25 14:43:41 -07:00
Evan Wallace
0f3f7d0dd6 add "watchFiles" and "watchDirs" 2021-03-25 01:20:32 -07:00
Justin Ridgewell
d57cb4640a Add Source Map sourceRoot Support (#1028) 2021-03-24 23:49:25 -07:00
Evan Wallace
d790be41a9 fix #373: expose build options to plugins 2021-03-20 13:20:53 -07:00
Evan Wallace
356ea17db8 enable hashes in entry file paths (#1001) 2021-03-18 21:30:57 -07:00
Evan Wallace
7d30f836e3 rename "error limit" to "log limit" 2021-03-08 20:51:30 -08:00
Evan Wallace
e0f73123d6 remove "metafile" from "outputFiles" 2021-03-08 20:51:30 -08:00
Evan Wallace
1a458e0bf5 implement custom conditions for "exports" 2021-03-08 20:51:30 -08:00
Evan Wallace
9ad8ebb0ae make banner and footer also work for css 2021-03-08 20:51:30 -08:00
Evan Wallace
c67cf96244 remove unused "SpinnerBusy" and "SpinnerIdle" 2021-03-08 20:51:30 -08:00
Evan Wallace
74bce2db64 remove the deprecated "avoid TDZ" option 2021-03-08 20:51:30 -08:00
Evan Wallace
899414ec00 fix #888: add path templates for chunks and assets 2021-02-26 15:48:54 -08:00
Evan Wallace
cab83db94b fix #879: provide "kind" to "onResolve" plugins 2021-02-24 15:43:36 -08:00
Evan Wallace
ad39a2970f fix #796: add the "--servedir=" flag 2021-02-13 00:42:01 -08:00
Evan Wallace
f7d01de376 fix #781: add a "--preserve-symlinks" flag 2021-02-10 20:22:21 -08:00
Evan Wallace
f0e046d568 add message notes to the api 2021-02-08 22:17:41 -08:00
Evan Wallace
9580aa8a61 add support for "NODE_PATH" 2021-02-08 01:01:53 -08:00
Evan Wallace
a2a221e009 fix #689 and #730: add cwd option, disable service stop() 2021-01-31 23:54:12 -08:00
Evan Wallace
94f89b8d85 fix #21: implement a basic polling watch mode 2021-01-31 01:51:21 -08:00
Evan Wallace
feefbf5a9e add "pluginData" to pass data between plugins (#696) 2021-01-30 14:26:44 -08:00
Evan Wallace
0ac0dbad1c fix serve with outfile (#707) 2021-01-30 02:44:20 -08:00
Evan Wallace
e8c2b62c23 fix #674: add "--platform=neutral" 2021-01-17 17:51:51 -08:00
Evan Wallace
08ca8cfbf6 fix #654: add original error to returned errors 2021-01-13 17:02:02 -08:00
Evan Wallace
e220328e59 fix #650: add "--sourcemap=both" 2021-01-06 17:52:27 -08:00
Evan Wallace
442f2a706c add "--sources-content=false" (#624) 2020-12-29 00:06:31 -08:00
Jamal Carvalho
0e356b1852 support custom host in serve api (#563) 2020-11-26 11:17:51 -08:00
Evan Wallace
8c03bf2617 add a local server api to go 2020-11-20 00:57:59 -08:00
Evan Wallace
4272791c8c add js api for incremental builds 2020-11-19 17:53:54 -08:00
Evan Wallace
bebfda126b add an incremental compilation api 2020-11-19 04:40:40 -08:00
Evan Wallace
e6ab1b94b1 fix #458: add "--tree-shaking=ignore-annotations" 2020-11-17 19:18:21 -08:00
Grzegorz Rozdzialik
4f7b3463ce add support for adding banner and footer to output files (#531) 2020-11-15 16:12:19 -08:00
Evan Wallace
a370d53517 fix #510: add the "--keep-names" option 2020-11-11 02:38:13 -08:00
Evan Wallace
38c5be5b53 add a plugin api (#111) 2020-10-31 22:11:47 -07:00
David Yamnitsky
38d1a19675 add --outbase option (#471) 2020-10-31 17:45:55 -07:00
Evan Wallace
1157ad8e23 use "code" instead of "js" in go example 2020-10-28 11:21:31 -07:00
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
2c321ef12d rename transform result "js" => "code" 2020-10-28 07:39:56 -07:00
Evan Wallace
e8f368cb72 fix #483: add "tsconfigRaw" to transform API 2020-10-27 19:34:34 -07:00
Evan Wallace
523c9ad16b fix #485: change the default charset to ascii-only 2020-10-24 20:14:11 -07:00
Evan Wallace
b5fabe99e7 fix #70: implement the "--ascii-only" flag 2020-10-24 05:14:02 -07:00
Evan Wallace
09641c18f9 fix #478: add "--avoid-tdz" workaround for safari 2020-10-20 18:12:10 -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