Skip to content

typescript@next breaking node typings #10049

@nojvek

Description

@nojvek

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"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    DuplicateAn existing issue was already created

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions