devel
Test fallback to index.js when package.json has no "main" field.
Update linked copy of acorn source used by modules test app.
Update modules test app to Meteor 1.8.2.
Move .babelrc "env" test to imports directory of modules test app.
Avoid hiding errors due to missing dependencies of custom Babel plugins.
Stop excluding test modules when meteor.testModule found in package.json. (#10402)
Fix CSS computed property tests broken by app-hiding logic.
Add some tests of importing lazy .html template modules.
Commit an app that tests many aspects of the module system.
Add a test that .es5.js files are not transpiled.
Regression test to verify #6144 fixed.