componentjs / builder2.js

builder for component
50 stars 20 forks source link

drop exports in function (exports, module) {} when not referenced #9

Closed jonathanong closed 10 years ago

jonathanong commented 10 years ago
require.register('asdf', function (module) {
  module.exports = true
})
jonathanong commented 10 years ago

nvm this doesn't work