Files
meteor/packages/modules
Ben Newman c4730c6af5 Upgrade reify to version 0.11.22.
This fixes a bug affecting namespace imports/exports such as

  export * from "module"
  import * as ns from "module"

where "module" is a CommonJS module that sets module.exports to an
object-like value that is not actually an object, e.g. a function.

The reify commit that fixed this bug includes a test demonstrating an
example of one such library (lodash):
benjamn/reify@b69a600e65
2017-06-01 20:46:39 -04:00
..
2017-04-19 17:41:11 -04:00
2017-06-01 20:46:39 -04:00
2016-08-30 15:38:17 -07:00
2017-04-19 17:41:11 -04:00

modules

Using JavaScript modules in Meteor ES2015 module support for Meteor

Read more at http://docs.meteor.com/#/full/modules