mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
Both of the .cts and .mts flavors. Because this action is written in CommonJS both have to compile to CommonJS in order to execute. As it is TypeScript there's already an expectation of some slowness, so I went with the approach of running the script via the node VM module. While a cleaner approach, it has the caveat that root level await in the script doesn't work. That should become available if https://github.com/actions/github-script/issues/457 is completed.
9.2 MiB
9.2 MiB
| The file is too large to be shown. |