diff --git a/package.json b/package.json index acf351f3..2cd8ff1c 100644 --- a/package.json +++ b/package.json @@ -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" ] } } diff --git a/tests/typescript/conformance/internalModules/importDeclarations/__snapshots__/jsfmt.spec.js.snap b/tests/typescript/conformance/internalModules/importDeclarations/__snapshots__/jsfmt.spec.js.snap index 71b50ed3..4e735cf1 100644 --- a/tests/typescript/conformance/internalModules/importDeclarations/__snapshots__/jsfmt.spec.js.snap +++ b/tests/typescript/conformance/internalModules/importDeclarations/__snapshots__/jsfmt.spec.js.snap @@ -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 { diff --git a/yarn.lock b/yarn.lock index f9791694..b2cec400 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"