You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
If you set the DANGER_DISABLE_TRANSPILATION environment variable to "true" to avoid transpilation, dangerfile.js is executed directly via Node.js. In that case, this plugin doesn't work as it only exposes transpiled sources which uses the regeneratorRuntime global that won't exist for untranspiled sources.
It'd help if you also exported untranspiled source in the npm package. Modern Node.js versions should understand it without any issues.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you set the
DANGER_DISABLE_TRANSPILATION
environment variable to"true"
to avoid transpilation, dangerfile.js is executed directly via Node.js. In that case, this plugin doesn't work as it only exposes transpiled sources which uses theregeneratorRuntime
global that won't exist for untranspiled sources.It'd help if you also exported untranspiled source in the npm package. Modern Node.js versions should understand it without any issues.
The text was updated successfully, but these errors were encountered: