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
The elm main for the reporter doesn't need to embed any runtime parameter, it can get all that is needed from flags and ports. This means we could compile it in advance (probably with --optimize and terser too but that has to be checked) and include the compiled JS directly in the executable.
The text was updated successfully, but these errors were encountered:
That would also have the advantage of being able to remove the potential reporter dependencies that are not also in the runner dependencies from the default dependencies that are added to the elm.json for the dependency solver.
The elm main for the reporter doesn't need to embed any runtime parameter, it can get all that is needed from flags and ports. This means we could compile it in advance (probably with --optimize and terser too but that has to be checked) and include the compiled JS directly in the executable.
The text was updated successfully, but these errors were encountered: