-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Extension for jest #1081
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
Extension for jest #1081
Conversation
|
Just a note, |
|
I looked at it, but it seems like cjson parser is required. |
|
FYI @dsherret wrote |
|
@bartlomieju Thanks! I think I can add support for path soon. |
|
So is there any opportunity to have an independent Seems like deno already have one? @bartlomieju |
@Brooooooklyn the actual parsing of |
cc @Brooooooklyn
Because definitions of ast nodes change over time, I think this is the easiest way for end-users.
(TypeScript introduces new feature, ecmascript spec evolves)
Closes #1048.