jgallen23 / toc

Table of Contents Plugin
http://projects.jga.me/toc/
MIT License
531 stars 111 forks source link

Support module import #82

Open windmaomao opened 6 years ago

windmaomao commented 6 years ago

Currently, if I pull this repo, I can't actually import it as a module. I have to make some changes to the top, ex.

  var exports = module.exports = (function () {

It'll be great we can have some dynamic detection if a module or browser is requesting this file. Thank you very much, really liked this piece of work.