angular-docs-cn/tools/broccoli
Tobias Bosch 76247b7097 refactor(compiler): use the new compiler everywhere
Closes #3605

BREAKING CHANGE:
- we don't mark an element as bound any more if it only contains text bindings
  E.g. <div>{{hello}}</div>
  This changes the indices when using `DebugElement.componentViewChildren` / `DebugElement.children`.
- `@Directive.compileChildren` was removed,
  `ng-non-bindable` is now builtin and not a directive any more
- angular no more adds the `ng-binding` class to elements with bindings
- directives are now ordered as they are listed in the View.directives regarding change detection.
  Previously they had an undefined order.
- the `Renderer` interface has new methods `createProtoView` and `registerComponentTemplate`. See `DomRenderer` for default implementations.
- reprojection with `ng-content` is now all or nothing per `ng-content` element
- angular2 transformer can't be used in tests that modify directive metadata.
  Use `angular2/src/transform/inliner_for_test` transformer instead.
2015-10-01 18:48:27 -07:00
..
html-replace fix(browser): make Firefox to work with es6-shim 2015-09-18 09:39:41 +02:00
js-replace fix(browser): make Firefox to work with es6-shim 2015-09-18 09:39:41 +02:00
trees refactor(compiler): use the new compiler everywhere 2015-10-01 18:48:27 -07:00
angular_builder.d.ts feat(broccoli): add incremental dartfmt plugin 2015-05-29 18:55:37 -04:00
angular_builder.ts build(broccoli): replace stew.map with diffing replace 2015-06-08 23:35:31 -07:00
broccoli-dartfmt.ts fix(dartfmt): don't break win32 command line limit 2015-06-10 14:43:33 -04:00
broccoli-dest-copy.ts revert: "build: speed up karma run by passing in list of dist files that changed" 2015-06-30 14:44:44 -07:00
broccoli-filter.d.ts feat(build): Move HTML copying into the broccoli task. 2015-04-14 11:54:31 -07:00
broccoli-flatten.spec.ts chore(windows): fix the test.unit.tools task 2015-06-26 10:24:22 +02:00
broccoli-flatten.ts build(broccoli): add support for DiffResult#addedPaths 2015-06-10 11:11:28 -07:00
broccoli-lodash.ts feat: adjust formatting for clang-format v1.0.19. 2015-06-12 09:51:57 -07:00
broccoli-merge-trees.spec.ts chore(broccoli): improve `overwrite` error in merge-trees 2015-06-16 13:01:35 -04:00
broccoli-merge-trees.ts feat(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -07:00
broccoli-replace.ts feat(build): Allow building in windows without admin priviledges 2015-07-08 16:10:23 -07:00
broccoli-tree-stabilizer.ts build(broccoli): add tree-stabilizer plugin to deal with unstable trees 2015-05-28 11:44:36 -07:00
broccoli-ts2dart.ts chore(typings): remove traceur-runtime.d.ts 2015-09-30 00:07:16 +00:00
broccoli-typescript.ts chore(typescript): fixes dart failures and linter 2015-09-25 20:15:55 +00:00
broccoli-writer.d.ts chore(typescript): fixes dart failures and linter 2015-09-25 20:15:55 +00:00
broccoli.d.ts fix(diffing-broccoli-plugin): wrapped trees are always stable 2015-06-08 23:35:32 -07:00
diffing-broccoli-plugin.ts chore(docs): added more docs for core.ts 2015-07-25 03:20:12 +00:00
multi_copy.ts chore(typescript 1.6 upgrade): fix build.tools 2015-09-25 20:15:55 +00:00
tree-differ.spec.ts chore(windows): fix the test.unit.tools task 2015-06-26 10:24:22 +02:00
tree-differ.ts chore: Make enum names consistent with TypeScript convention 2015-08-27 22:32:21 -07:00