TypeScript @angular-compiler-src-output-output_ast.expressionType类(方法)实例源码

下面列出了TypeScript @angular-compiler-src-output-output_ast.expressionType 类(方法)源码代码实例,从而了解它的用法。

作者:DzmitryShylovic    项目:angula   
it('should support expression types', () => {
   expect(emitStmt(o.variable('a')
                       .set(o.NULL_EXPR)
                       .toDeclStmt(o.expressionType(
                           o.variable('b'), [o.expressionType(o.variable('c'))]))))
       .toEqual('var a:b<c> = (null as any);');
 });

作者:ox    项目:angula   
it('should support expression types', () => {
   expect(emitStmt(o.variable('a').set(o.NULL_EXPR).toDeclStmt(o.expressionType(o.variable('b')))))
       .toEqual('var a = null;');
 });


问题


面经


文章

微信
公众号

扫码关注公众号