angular-cn/packages/language-service
Chuck Jazdzewski b9521b568f feat(compiler): support a non-null postfix assert (#16672)
Template expressions can now use a post-fix `!` operator
that asserts the target of the operator is not null. This is
similar to the TypeScript non-null assert operator. Expressions
generated in factories will be generated with the non-null assert
operator.

Closes: #10855
2017-05-11 10:15:54 -07:00
..
src feat(compiler): support a non-null postfix assert (#16672) 2017-05-11 10:15:54 -07:00
test fix: turn on nullability in the code base. 2017-04-18 12:07:33 -07:00
index.ts feat(language-service): provide external file list to TypeScript (#16417) 2017-04-28 18:11:18 -05:00
package.json build: fix paths to typings files so tsickle resolves imports correctly 2017-03-16 17:34:29 -07:00
rollup.config.js fix(language-service): don't require `reflect-metadata` module to be provided (#15569) 2017-03-29 09:34:21 -07:00
tsconfig-build.json fix(language-service): Update types for TypeScript nullability support 2017-04-12 11:36:19 -07:00