mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
We lose the more normal looking export in favor of the `return` statement already traditional to this action, and thus can handle await statements without an ESM conversion. This is a separate commit from the former because I think the next major version of this action should switch to ESM, revert this commit, and use the more standard export notation in all supported languages. |
||
|---|---|---|
| .. | ||
| async-function.test.ts | ||
| get-retry-options.test.ts | ||
| interpret-script.test.ts | ||