jspacker
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/10/11 19:18:15
added CI
cmd
jspacker
html.go
3975
2026/02/21 15:59:17
unexported ScriptLoader
js.go
2283
2026/02/21 15:05:27
added flag to compress output with gzip
main.go
5834
2026/03/02 20:26:39
added flag to process CSS in given HTML file
LICENSE
767
2021/11/01 09:19:37
moved files from jslib into own package
README.md
2816
2026/02/21 16:00:48
added new flags to 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
207
2026/03/02 20:26:10
import CSS parser
go.sum
591
2026/03/02 20:26:10
import CSS parser
jspacker.go
4648
2026/02/18 19:30:47
moved plugin code to own file
jspacker_test.go
12328
2026/02/18 19:40:23
put plugin tests in own file
loader.go
1728
2026/02/19 20:55:56
split out file processing code into own func
options.go
1136
2026/02/14 21:02:16
corrected typos
plugin.go
4536
2026/02/19 20:35:57
pulled processImportClause out of processImport
plugin_test.go
1257
2026/02/18 19:40:23
put plugin tests in own file