K.J. Valencik
K.J. Valencik
Compiling as wasm would allow more direct integration with Actions instead of needing to publish compiled binaries and download with a bootstrap wrapper. However, most useful actions need to interact...

This will allow more easy testing and limit sideffects.
We could allow the caller to define the token and feature flag the automatic version that requires uuid.
This would allow more easy sharing across repositories without copy and pasting.
It's becoming more and more common for libraries not to support providing a promise library. In addition, it's not safe to overwrite or extend the native global `Promise`. Instead it...
Use documentation comments (jsdoc?) and generate README.md. Depends on https://github.com/kjvalencik/extends-promise/issues/4 since inline documentation will bloat the source.
Using `gulp` for build creates additional build dependencies and complexity. It may be simpler to use `npm` scripts or a `Makefile`.