angular-cn/modules/angular2/test/common/pipes
Tobias Bosch 152a117d5c fix(compiler): properly implement pure pipes and change pipe syntax
Pure pipes as well as arrays and maps are
implemented via proxy functions. This is
faster than the previous implementation
and also generates less code.

BREAKING CHANGE:
- pipes now take a variable number of arguments, and not an array that contains all arguments.
2016-04-25 09:04:22 -07:00
..
async_pipe_spec.ts fix(compiler): properly implement pure pipes and change pipe syntax 2016-04-25 09:04:22 -07:00
date_pipe_spec.ts fix(compiler): properly implement pure pipes and change pipe syntax 2016-04-25 09:04:22 -07:00
i18n_plural_pipe_spec.ts fix(compiler): properly implement pure pipes and change pipe syntax 2016-04-25 09:04:22 -07:00
i18n_select_pipe_spec.ts fix(compiler): properly implement pure pipes and change pipe syntax 2016-04-25 09:04:22 -07:00
json_pipe_spec.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
lowercase_pipe_spec.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00
number_pipe_spec.ts fix(compiler): properly implement pure pipes and change pipe syntax 2016-04-25 09:04:22 -07:00
replace_pipe_spec.ts fix(compiler): properly implement pure pipes and change pipe syntax 2016-04-25 09:04:22 -07:00
slice_pipe_spec.ts fix(compiler): properly implement pure pipes and change pipe syntax 2016-04-25 09:04:22 -07:00
uppercase_pipe_spec.ts revert(format): Revert "chore(format): update to latest formatter" 2016-04-12 09:41:01 -07:00