Skip to content
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

feat(transformer): run exec.js from babel tests #999

Closed
Boshen opened this issue Oct 16, 2023 · 0 comments · Fixed by #1012
Closed

feat(transformer): run exec.js from babel tests #999

Boshen opened this issue Oct 16, 2023 · 0 comments · Fixed by #1012
Assignees

Comments

@Boshen
Copy link
Member

Boshen commented Oct 16, 2023

Babel has execution tests such as https://github.com/babel/babel/blob/main/packages/babel-plugin-transform-exponentiation-operator/test/fixtures/exponentiation-operator/comprehensive/exec.js

We need a test runner which reads, transforms and then runs these files to make sure our transformation is correct. The test runner should invoke either node.js (or bun for performance).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants