upgrade typescript-elint-parser and enable most ts tests again (#1649)

master
Danny Martini 2017-05-21 16:53:00 +02:00 committed by Christopher Chedeau
parent 8ad3aeff6a
commit e1fdf78863
3 changed files with 11 additions and 12 deletions

View File

@ -33,7 +33,7 @@
"rollup-plugin-node-globals": "1.1.0",
"rollup-plugin-node-resolve": "2.0.0",
"typescript": "2.3.2",
"typescript-eslint-parser": "git://github.com/eslint/typescript-eslint-parser.git#f5fcc879b493138eb97b9bdfb39afc4d210b1ddf"
"typescript-eslint-parser": "git://github.com/eslint/typescript-eslint-parser.git#3f9f41c7d8bcdaa3fbd68767e390f07f05555c3a"
},
"scripts": {
"test": "jest",
@ -55,14 +55,7 @@
"tests/more_react",
"see https://github.com/eslint/typescript-eslint-parser/issues/269",
"tests/typescript/conformance/types/abstractKeyword/jsfmt.spec.js",
"tests/typescript/conformance/classes/classDeclarations/classHeritageSpecification/jsfmt.spec.js",
"tests/typescript/compiler/jsfmt.spec.js",
"tests/typescript/conformance/types/variableDeclarator/jsfmt.spec.js",
"tests/typescript/custom/computedProperties/jsfmt.spec.js",
"tests/typescript/conformance/internalModules/importDeclarations/jsfmt.spec.js",
"tests/typescript/conformance/es6/Symbols/jsfmt.spec.js",
"tests/typescript/conformance/classes/jsfmt.spec.js"
"tests/typescript/conformance/types/abstractKeyword/jsfmt.spec.js"
]
}
}

View File

@ -180,6 +180,12 @@ var p: M.D.Point;
`;
exports[`exportInterface.ts 1`] = `
export interface I {}~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
export interface I {}
`;
exports[`importAliasIdentifiers.ts 1`] = `
module moduleA {
export class Point {

View File

@ -2156,9 +2156,9 @@ type-check@~0.3.2:
dependencies:
prelude-ls "~1.1.2"
"typescript-eslint-parser@git://github.com/eslint/typescript-eslint-parser.git#f5fcc879b493138eb97b9bdfb39afc4d210b1ddf":
version "2.1.0"
resolved "git://github.com/eslint/typescript-eslint-parser.git#f5fcc879b493138eb97b9bdfb39afc4d210b1ddf"
"typescript-eslint-parser@git://github.com/eslint/typescript-eslint-parser.git#3f9f41c7d8bcdaa3fbd68767e390f07f05555c3a":
version "3.0.0"
resolved "git://github.com/eslint/typescript-eslint-parser.git#3f9f41c7d8bcdaa3fbd68767e390f07f05555c3a"
dependencies:
lodash.unescape "4.0.1"
semver "5.3.0"