Files
meteor/tools
David Glasser e33694874d Test slices now never contain exports.
@export is now an error in test slices.

This is preparation for ensuring that any slice with exports has at least
"Package.foo = {}"; without this commit, both the use and test slice would (with
that change) try to overwrite Package.foo.

Remove the attempt to allow @export in 'use strict' CoffeeScript files:
ECMAScript 'use strict' is fundamentally incompatible with our implementation of
exports, and it was probably a bug that this used to work at all.
2013-06-26 12:26:12 -07:00
..
2013-06-18 17:13:06 -07:00
2013-05-13 11:58:57 -07:00
2013-06-14 17:01:47 -07:00
2013-03-29 11:52:33 -07:00
2013-06-13 16:23:24 -07:00