jspacker
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/10/11 19:18:15
added CI
cmd
jspacker
css.go
9113
2026/03/13 18:41:26
add flag to perform simple CSS minification
css_test.go
22038
2026/03/13 18:41:44
add CSS minification tests
html.go
6687
2026/06/01 07:40:08
added basic JSX support
html_test.go
3768
2026/06/01 07:40:08
added basic JSX support
js.go
2283
2026/02/21 15:05:27
added flag to compress output with gzip
main.go
6686
2026/06/01 07:40:08
added basic JSX support
LICENSE
767
2021/11/01 09:19:37
moved files from jslib into own package
README.md
3544
2026/03/13 19:20:38
updated flags in README
ast.go
19074
2026/02/17 19:36:42
pulled out awaitCall func
dep.go
13552
2026/02/18 19:27:38
record when the origin is needed to be stored
errors.go
214
2026/02/17 19:47:48
sorted errors
examples_test.go
843
2026/02/18 19:28:06
updated example
go.mod
206
2026/06/02 19:06:35
updated to latest javascript package
go.sum
589
2026/06/02 19:06:35
updated to latest javascript package
jspacker.go
2201
2026/06/01 07:07:19
OSLoad should be in options
jspacker_test.go
12328
2026/02/18 19:40:23
put plugin tests in own file
loader.go
1757
2026/03/13 08:43:33
only add 'default' consts if required
options.go
6261
2026/06/01 07:28:15
added/updated options comments
plugin.go
4525
2026/03/13 19:23:52
use switch instead of checking value multiple times
plugin_test.go
1257
2026/02/18 19:40:23
put plugin tests in own file