MDLeom
|
591b1d8713
|
fix(js): rename "output" option to "format"
- https://swc.rs/docs/configuration/minification#jscminifyformat
- https://terser.org/docs/api-reference.html#format-options
|
2022-11-06 06:47:37 +00:00 |
MDLeom
|
2e2258f6de
|
feat: replace terser with swc
- closes #136
|
2022-11-06 06:35:58 +00:00 |
MDLeom
|
51cc9b1d8d
|
feat: show path that caused the error
|
2020-09-05 11:58:20 +00:00 |
MDLeom
|
ce8c4a145b
|
refactor(test): set default config in individual test
|
2020-09-05 11:18:35 +00:00 |
MDLeom
|
16cdf467d9
|
fix(js): compatibility with terser v5
- https://github.com/terser/terser/blob/master/CHANGELOG.md#v500-beta0
|
2020-09-05 10:56:33 +00:00 |
MDLeom
|
c42b9040a6
|
test(js): throw error on invalid input
|
2020-05-25 09:36:21 +01:00 |
curbengh
|
81ab472fe1
|
test: utilise toThrow() to catch error
- try...catch would (incorrectly) pass the test, despite having no error
|
2020-01-09 15:14:25 +00:00 |
curbengh
|
64ba16cb22
|
refactor(test): organise unit tests into separate files
|
2020-01-03 00:51:45 +00:00 |