mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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
modules
Using JavaScript modules in Meteor ES2015 module support for Meteor
Read more at http://docs.meteor.com/#/full/modules