angular-docs-cn/modules/angular2/test
Yegor Jbanov b6ec2387b3 feat(templates): introduce quoted expressions to support 3rd-party expression languages
A quoted expression is:

quoted expression = prefix `:` uninterpretedExpression
prefix = identifier
uninterpretedExpression = arbitrary string

Example: "route:/some/route"

Quoted expressions are parsed into a new AST node type Quote. The `prefix` part of the
node must be a legal identifier. The `uninterpretedExpression` part of the node is an
arbitrary string that Angular does not interpret.

This feature is meant to be used together with template AST transformers introduced in
a43ed79ee7. The
transformer would interpret the quoted expression and convert it into a standard AST no
longer containing quoted expressions. Angular will continue compiling the resulting AST
normally.
2015-11-25 14:28:11 -08:00
..
animate cleanup: move DomAdapter from angular2/core into angular2/platform/common_dom 2015-11-20 00:14:24 +00:00
common cleanup(testing): create top level files for mocks 2015-11-24 19:29:52 +00:00
compiler feat(parser): allows users install custom AST transformers 2015-11-20 19:46:02 +00:00
core feat(templates): introduce quoted expressions to support 3rd-party expression languages 2015-11-25 14:28:11 -08:00
http fix(http): Fix all requests defaulting to Get 2015-11-23 22:17:13 +00:00
mock refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
platform/browser cleanup(tooling): move tooling to the browser platform and rename profile into instrumentation 2015-11-24 19:29:52 +00:00
router cleanup(tooling): move tooling to the browser platform and rename profile into instrumentation 2015-11-24 19:29:52 +00:00
symbol_inspector chore(test): fix public API test failure when no support of Symbol.for 2015-11-10 11:23:01 +01:00
testing cleanup(tooling): move tooling to the browser platform and rename profile into instrumentation 2015-11-24 19:29:52 +00:00
upgrade cleanup(tooling): move tooling to the browser platform and rename profile into instrumentation 2015-11-24 19:29:52 +00:00
web_workers chore(build): increase timeout of the 5 most flaky tests 2015-11-23 19:23:25 +00:00
dev_mode_spec.ts refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
public_api_spec.ts chore(test): fix public API test in some browsers 2015-11-25 21:44:26 +00:00