mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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.
4 lines
133 B
JavaScript
4 lines
133 B
JavaScript
// Since this file is added with bare: true, this variable will be accessible
|
|
// in package scope.
|
|
var exportedFromBareFile = "Yes";
|