cfinke / Typo.js

A client-side JavaScript spellchecker that uses Hunspell-style dictionaries.
Other
510 stars 111 forks source link

What about Node.js? #33

Closed Darker closed 8 years ago

Darker commented 8 years ago

In node.js, APIs are exported through module.exports command from the library files. All variables defined in loaded js file are unacessible. Therefore I wonder, will there be any support for node.js and/or Require.js?

I can edit it myself of course, but that's not what I meant.