0

0.9 规范将此作为模块的一部分提及:

ExportAssignment: export = Identifier ;

但是我无法编译:

export class Test{
    foo:number = 10; 
}

export = Test;

--module amd使用选项编译。它给出了错误:

tsc.js(689, 13) Microsoft JScript runtime error: please implement in derived class

希望我做错了一些简单的事情?

4

1 回答 1

2

此功能未在 0.9 Alpha Preview drop 中实现。

于 2013-04-28T16:51:32.077 回答