TypeScript Version: nightly (2.0.0-dev.201xxxxx)
Code
typings/globals/node/index.d.ts(1863,36): error TS2690: A class must be declared after its base class
node typings are perhaps the most used of all typings. Typescript@next should not break this.
This is my typings.json file.
{
"globalDependencies": {
"chai": "registry:dt/chai#3.4.0+20160601211834",
"mocha": "registry:dt/mocha#2.2.5+20160720003353",
"ws": "registry:dt/ws#0.0.0+20160405094435"
},
"dependencies": {
"requirejs": "registry:npm/requirejs#2.2.0+20160319062357",
"sinon": "registry:npm/sinon#1.16.0+20160427193336"
}
}
TypeScript Version: nightly (2.0.0-dev.201xxxxx)
Code
node typings are perhaps the most used of all typings. Typescript@next should not break this.
This is my typings.json file.