- update
swc_core
to10.6
- [breaking] update
swc_core
to10.6
- fix the list of files to be packed
- (graphql-minify) potentially fix stack overflow during parsing of very long strings
- (license) use dual Unlicense/MIT license
- (graphql-minify) move comment from
skip
to a separate token
- add fuzzing and test randomly generated queries and mutations
- include
graphql-minify
license in pack
- print the parsing error span relative to the file
- re-use single allocator for
graphql_minify::minify
- fix
license
toUnlicense
- minimize string and template literals
- report error span
- (graphql-minify) do not print space before ellipsis
- (bench) add minify benchmarks
- (graphql-minify) do not re-split lines in
print_block_string
- (graphql-minify) use
bumpalo
for allocations - (graphql-minify) do not store pointers in
Token
- (graphql-minify) get rid of multiple memory allocations in
print_block_string
- (graphql-minify) use
memchr
for string validation