You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this awesome project. I have a quick question, i've been playing with astexplorer to add coffee-script support and i managed to get both coffee-script and decaffeinate parser working with astexplorer.
There is one thing i am not sure if it's right: I am using wzrd.in (browserify as a service) to load these parsers using scriptjs as I couldn't get them working with webpack via regular import/require.
Before trying to submit a PR, I wanted to ask (1) is coffee-script support considerable for astexplorer (2) is it ok to fetch parser scripts from other resources (3) if not what would be the correct way to implement this? (I tried to add folders under packages folder, but no luck)
The text was updated successfully, but these errors were encountered:
Of course 😃 . Anything that can create an AST is a valid candidate for astexplorer.
I'd rather have them all managed through webpack. What are the issues you were having? Sometimes it needs some additional tweaking of the webpack config to make modules loadable.
@fkling Thanks so much for the answer. I guess it would better for me to first submit the PR and show where I have problems over there. I will submit it today.
Hi,
Thanks for this awesome project. I have a quick question, i've been playing with
astexplorer
to add coffee-script support and i managed to get both coffee-script and decaffeinate parser working withastexplorer
.There is one thing i am not sure if it's right: I am using
wzrd.in
(browserify as a service) to load these parsers usingscriptjs
as I couldn't get them working with webpack via regular import/require.Before trying to submit a PR, I wanted to ask (1) is
coffee-script
support considerable forastexplorer
(2) is it ok to fetch parser scripts from other resources (3) if not what would be the correct way to implement this? (I tried to add folders underpackages
folder, but no luck)The text was updated successfully, but these errors were encountered: