Shopify / sprockets-commoner

Use Babel in Sprockets to compile JavaScript modules for the browser
MIT License
182 stars 22 forks source link

expose broken with snake_case names #36

Open marutypes opened 7 years ago

marutypes commented 7 years ago

To reproduce, create a file with an expose directive which reads:

"expose foo.snake_case";

It won't be there.

Now change it to:

"expose foo.camelCase";

It will be there.