Commits
move to examples folder with readme
Add snapshot() for pre-packing directive subtrees
chore: update publish workflow
✨ improve pack string overflow errors
Adds performance benchmarks with tinybench, benchmark CI via CodSpeed
chore: update preview workflow
Reverts three changes that need benchmarks before landing:
- -Oz / wasm-opt
- brotli+Z85 wasm compression
- wcwidth.c rewrite
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
See https://docs.zizmor.sh/audits/#template-injection
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
See https://docs.zizmor.sh/audits/#template-injection
Without this it means that, for example, if I push a change to a PR then
shortly push again this workflow will be running twice. This change will
cancel the old run before starting the new one, which reduces the
overall actions cost and DX as you don't have extra runs
Without this it means that, for example, if I push a change to a PR then
shortly push again this workflow will be running twice. This change will
cancel the old run before starting the new one, which reduces the
overall actions cost and DX as you don't have extra runs
for some reason the schema for the actions wants it to be an array
Co-Authored-By: ghostdevv <git@willow.sh>