-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor/esm #1331
Refactor/esm #1331
Conversation
0a1d32c
to
863e0d4
Compare
4fb06eb
to
1834e2a
Compare
83f90be
to
7082996
Compare
@ANGkeith Can you pull master. I'll review this in this week. I really want to upgrade to ESM 😄 |
@ANGkeith Can you pull master again, and I'll put some time into testing this thoroughly |
- when using tsx unable to get source-mapping to work
- was getting the exact same error as per jestjs/jest#15000
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ANGkeith I've added a few commits.
Merging now 👍
@ANGkeith It has been done |
"useESM": true | ||
} | ||
], | ||
"^.+\\.jsx?$": "babel-jest" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wondering, why we add back this babel-jest
?
i thought its made redundant after 9b1efdb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just wanted the PR in master didn't want to spent too much time on it.
We might be able to get rid of it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oo ok, glad too this PR is finally in master
the rest of the changes makes sense to me, thanks for the review
This is quite a big mr, but i tried to break down the changes into smaller commits
for actual file changes, can see
https://github.com/firecow/gitlab-ci-local/pull/1331/files/d06df308016637357d191e8be74a11194fa2ad2b..8760e7c3304f39fd4604ac5f64ab65edb06f6e9b
instead,
since the "ts2esm vooodo" commit is mostly autogenerated