Files
meteor/packages/ecmascript/bare-test-file.js
Sashko Stubailo 291c8fe344 Move BabelCompiler class into babel-compiler package
It used to be in the ecmascript package.
I want to use it in the jsx package, so it needs to be exported from somewhere.
2015-09-01 19:11:25 -07:00

4 lines
133 B
JavaScript

// Since this file is added with bare: true, this variable will be accessible
// in package scope.
var exportedFromBareFile = "Yes";