jstransformers / jstransformer

Normalize the API of any JSTransformer.
http://npm.im/jstransformer
MIT License
153 stars 12 forks source link

Fix browser compatibility #155

Closed rstacruz closed 8 years ago

rstacruz commented 8 years ago

This makes jstransformer work when built using Browserify and used in the browser.

The caveat, of course, is that things that rely on fs.readFile and fs.readFileSync will fail... if you're using jstransformer in the browser, you won't be using that, of course.