Replies: 1 comment
-
Hi @bryanjtc, this goes beyond the scope of this project, as it is not aimed at replacing Babel. You should check the Babel documentation or related projects that convert Babel ASTs to/from Estree-compatible ones. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any guide to migrate from babel generator, babel types, babel template to astring?
Here is some of the code I want to migrate
https://github.com/storybookjs/test-runner/blob/next/src/csf/transformCsf.ts
https://github.com/storybookjs/test-runner/blob/next/src/playwright/transformPlaywrightJson.ts
https://github.com/storybookjs/test-runner/blob/next/src/playwright/transformPlaywright.ts
Any tips or other alternatives are welcomed.
Beta Was this translation helpful? Give feedback.
All reactions