Files
meteor/packages
Ben Newman b8ee3d01ab Stop setting a global Babel cache directory.
Instead, the cache directory is provided as part of the third argument to
Babel.compile, which means we can set the cache directory per instance of
BabelCompiler in BabelCompiler#setCacheDir.

This became a problem because coffeescript was calling
the setCacheDir method of its own instance of BabelCompiler, which was
racing with the setCacheDir call for the ecmascript package:
f601ec9693/packages/non-core/coffeescript/compile-coffeescript.js (L27)
2018-05-09 13:03:43 -04:00
..
2018-02-08 10:24:02 -05:00
2018-03-07 11:36:48 -05:00
2016-08-30 15:40:14 -07:00
2018-03-07 11:33:29 -05:00
2018-02-08 10:43:06 -05:00
2017-11-24 11:34:56 -05:00
2018-02-21 21:06:20 +01:00