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

Let tools specify parser settings #44

Open
fkling opened this issue Nov 3, 2015 · 5 comments
Open

Let tools specify parser settings #44

fkling opened this issue Nov 3, 2015 · 5 comments

Comments

@fkling
Copy link
Owner

fkling commented Nov 3, 2015

Currently tools can only specify which parser to use (so it is selected by default) but not parser settings, which is required as well sometimes.

@hzoo
Copy link
Collaborator

hzoo commented Apr 11, 2016

Ah yeah It would be useful for babel to only run the plugin you are creating (similar to eslint without any rules except the one being created)

@RReverser
Copy link
Collaborator

@hzoo That's pretty easy to do even without configs - just need to change couple of lines in current code.

@hzoo
Copy link
Collaborator

hzoo commented Apr 20, 2016

@RReverser would we want an option for that or just not transform anything else by default?

@RReverser
Copy link
Collaborator

@hzoo I believe that should be default as that's usually what user expects (mixing built-in transformation combined with own one is confusing when you're trying to develop a plugin).

@hzoo
Copy link
Collaborator

hzoo commented Apr 20, 2016

@RReverser Ok can do a PR - #112

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

No branches or pull requests

3 participants