Trigger CI and fix failing tests due to changes in es-modules branches#4254
Trigger CI and fix failing tests due to changes in es-modules branches#4254JordanMartinez wants to merge 7 commits intopurescript:masterfrom JordanMartinez:test-ci
es-modules branches#4254Conversation
es-modules branches
|
Looks like one of the libraries (not sure which one) updated its |
|
The last commit printed the contents of |
|
Looks like 82467e7 is building fine again. In that commit, I updated The latest commit updates - exports.var functionName = function() { ... };
+ export const functionName = function() { ... };Perhaps we need to use this version to fix things? |
|
The Ubuntu build builds fine even though |
|
Looks like using |
|
There's nothing wrong with that unless it's just a style lint thing, which can be disabled. |
Could you clarify this? I'm not sure what you mean. If you mean disabling an eslint thing, I don't think that's the issue, but I'm guessing that's not what you mean. AFAICT, the CI errors are caused by |
Ignore my comment then. The issue is that this branch changed exports to const, but the interim ESM bundler which hasn't been removed yet doesn't understand it. My suggestion would to revert any such changes on those branches, and remove the bundler before doing any other work on those branches. Edit: I think you came to that conclusion elsewhere 😆 |
😁 |
|
Succeeded by #4255 |
Description of the change
I'm using this PR to explore the CI failures in #4207, which are likely caused by the issue summarized in working-group-purescript-es#16
Checklist: