typescript-eslint-parser
Advanced tools
Comparing version 17.0.1 to 18.0.0
@@ -0,1 +1,6 @@ | ||
v18.0.0 - August 6, 2018 | ||
* 16d1a78 Breaking: Support TypeScript 3.0 (#504) (James Henry) | ||
* 7461462 Fix: remove unnecessary TypeRef wrapper for ImportType (fixes #507) (#508) (Ika) | ||
v17.0.1 - July 26, 2018 | ||
@@ -2,0 +7,0 @@ |
@@ -116,2 +116,4 @@ /** | ||
TSExportKeyword: "TSExportKeyword", | ||
TSImportType: "TSImportType", | ||
TSLiteralType: "TSLiteralType", | ||
TSIndexSignature: "TSIndexSignature", | ||
@@ -118,0 +120,0 @@ TSInterfaceBody: "TSInterfaceBody", |
@@ -7,3 +7,3 @@ { | ||
"main": "parser.js", | ||
"version": "17.0.1", | ||
"version": "18.0.0", | ||
"files": [ | ||
@@ -34,3 +34,3 @@ "lib", | ||
"shelljs-nodecli": "0.1.1", | ||
"typescript": "~2.9.1" | ||
"typescript": "~3.0.1" | ||
}, | ||
@@ -67,2 +67,3 @@ "keywords": [ | ||
"jest": { | ||
"testEnvironment": "node", | ||
"testRegex": "tests/lib/.+\\.js$", | ||
@@ -69,0 +70,0 @@ "testPathIgnorePatterns": [], |
@@ -43,3 +43,3 @@ # TypeScript ESLint Parser | ||
The version of TypeScript currently supported by this parser is `~2.9.1`. This is reflected in the `devDependency` requirement within the package.json file, and it is what the tests will be run against. We have an open `peerDependency` requirement in order to allow for experimentation on newer/beta versions of TypeScript. | ||
The version of TypeScript currently supported by this parser is `~3.0.1`. This is reflected in the `devDependency` requirement within the package.json file, and it is what the tests will be run against. We have an open `peerDependency` requirement in order to allow for experimentation on newer/beta versions of TypeScript. | ||
@@ -61,7 +61,8 @@ If you use a non-supported version of TypeScript, the parser will log a warning to the console. | ||
Please check the current list of open and known issues and ensure the issue has not been reported before. When creating a new issue provide as much information about your environment as possible. This includes: | ||
- ESLint Version | ||
- TypeScript version | ||
- The `typescript-eslint-parser` version | ||
- ESLint config or rules and plugins currently enabled | ||
- ESLint Version | ||
- TypeScript version | ||
- The `typescript-eslint-parser` version | ||
- ESLint config or rules and plugins currently enabled | ||
## Integration Tests | ||
@@ -95,6 +96,6 @@ | ||
* `npm test` - run all linting and tests | ||
* `npm run lint` - run all linting | ||
* `npm run ast-alignment-tests` - run only Babylon AST alignment tests | ||
* `npm run integration-tests` - run only integration tests | ||
- `npm test` - run all linting and tests | ||
- `npm run lint` - run all linting | ||
- `npm run ast-alignment-tests` - run only Babylon AST alignment tests | ||
- `npm run integration-tests` - run only integration tests | ||
@@ -101,0 +102,0 @@ ## License |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154613
3103
102