github-actions
released this
08 Apr 21:12
·
14 commits
to main
since this release
Patch Changes
-
dfd87f9: - Add
onSourceFile
hook + provide PandaContext in hooks- Add
contextCreated
hook - Await hooks to allow for asynchronous operations
Fix case where if the
transform
hook returns a different code than the original code butoptimizeJs
was disabled,
the transformed code would not be returned - Add