angular-cn/tools/transpiler/spec
Tobias Bosch 05ffdc9b44 refactor(build): explicitly mention `src` folder in imports
Export files are now directly under the module folder,
e.g. `core/core.js`. With this, an import like `core/core`
won’t need a path mapping (e.g. via `System.paths`) any more.
This adds the `src` folder to all other import statements as well.
2015-02-05 11:55:48 -08:00
..
a-0-subfolder chore: use es6-module-loader 2014-10-07 17:35:22 -07:00
fixtures feat(transpiler): Transform for..of to Dart as for..in 2014-12-03 10:48:48 +01:00
annotations_spec.js refactor(build): explicitly mention `src` folder in imports 2015-02-05 11:55:48 -08:00
arrow_functions_spec.js chore: Make field declarations explicit 2014-11-24 16:35:39 -08:00
bar.js fix(transpiler/dart): re-exporting only some bindings 2014-11-12 07:01:14 -08:00
baz.js feat(transiler/dart): re-export imported vars 2014-11-12 07:01:14 -08:00
classes_spec.js chore: Make field declarations explicit 2014-11-24 16:35:39 -08:00
cycle.js test(transpiler): add a cycle import spec 2014-10-07 17:35:22 -07:00
cycle_spec.js test(transpiler): add a cycle import spec 2014-10-07 17:35:22 -07:00
equals_spec.js refactor: simplify and make tests work in JS and Dart 2014-09-28 21:50:38 -07:00
export.js fix(transpiler/dart): re-exporting only some bindings 2014-11-12 07:01:14 -08:00
foo.js refactor: rename `js2dart` to `transpiler` 2014-09-26 17:44:42 -07:00
for_of_spec.js refactor(build): explicitly mention `src` folder in imports 2015-02-05 11:55:48 -08:00
functions_spec.js chore: Make field declarations explicit 2014-11-24 16:35:39 -08:00
imports_spec.js refactor(build): explicitly mention `src` folder in imports 2015-02-05 11:55:48 -08:00
instance_of_spec.js test(transpiler): add spec for instanceof 2014-10-09 15:22:20 -07:00
interfaces_spec.js feat(test_lib): implement SpyObject 2014-12-29 13:27:17 -08:00
lang_spec.js feat(transpiler): Transform template strings to triple quoted Dart strings 2014-11-10 16:49:51 -08:00
reexport.js feat(transiler/dart): re-export imported vars 2014-11-12 07:01:14 -08:00
types_spec.js chore: use fork Traceur with disabled getters/setters 2015-01-08 16:03:32 -08:00