thlorenz / brace

📔 browserify compatible version of the ace editor.
http://thlorenz.github.io/brace/
MIT License
1.06k stars 304 forks source link

Unable to require TokenIterator #157

Open biellls opened 5 years ago

biellls commented 5 years ago

I'm trying to get a TokenIterator from brace and have been unable to do so. I've tried the following: require("brace/token_iterator").TokenIterator require("brace/TokenIterator").TokenIterator acequire("brace/token_iterator").TokenIterator

And various permutations of these but have been unable to get it to work.