-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Remove dtslint from type tests #51382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Summary: This diff replaces `dtslint` which is obsolete and [It is not intended to be used on its own, but as part of the definitelytyped set of packages](https://github.com/microsoft/dtslint) in favor of `tsc` type tests. It's probably not necessary to have `test-typescript-offline` as tsc does that out of the box but doesn't test with multiple TS versions. Changelog: [Internal] Differential Revision: D74804967
|
This pull request was exported from Phabricator. Differential Revision: D74804967 |
Summary: This diff replaces `dtslint` which is obsolete and [It is not intended to be used on its own, but as part of the definitelytyped set of packages](https://github.com/microsoft/dtslint) in favor of `tsc` type tests. It's probably not necessary to have `test-typescript-offline` as tsc does that out of the box but doesn't test with multiple TS versions. Changelog: [Internal] Differential Revision: D74804967
|
This pull request has been merged in 2e0c2c6. |
|
This pull request was successfully merged by @coado in 2e0c2c6 When will my fix make it into a release? | How to file a pick request? |
Summary: Pull Request resolved: #51382 This diff replaces `dtslint` which is obsolete and [It is not intended to be used on its own, but as part of the definitelytyped set of packages](https://github.com/microsoft/dtslint) in favor of `tsc` type tests. It's probably not necessary to have `test-typescript-offline` as tsc does that out of the box but doesn't test with multiple TS versions. Changelog: [Internal] Reviewed By: huntie Differential Revision: D74804967 fbshipit-source-id: 4c581ba5debf6fd0bb8dcddbb95f3c85b05082d4
|
This pull request was successfully merged by @coado in f9a851f When will my fix make it into a release? | How to file a pick request? |
Summary: Pull Request resolved: #51382 This diff replaces `dtslint` which is obsolete and [It is not intended to be used on its own, but as part of the definitelytyped set of packages](https://github.com/microsoft/dtslint) in favor of `tsc` type tests. It's probably not necessary to have `test-typescript-offline` as tsc does that out of the box but doesn't test with multiple TS versions. Changelog: [Internal] Reviewed By: huntie Differential Revision: D74804967 fbshipit-source-id: 4c581ba5debf6fd0bb8dcddbb95f3c85b05082d4
|
This pull request was successfully merged by @coado in 60f172c When will my fix make it into a release? | How to file a pick request? |
Co-authored-by: Dawid Małecki <[email protected]> resolved: #51382
Summary:
This diff replaces
dtslintwhich is obsolete and It is not intended to be used on its own, but as part of the definitelytyped set of packages in favor oftsctype tests.It's probably not necessary to have
test-typescript-offlineas tsc does that out of the box but doesn't test with multiple TS versions.Changelog:
[Internal]
Differential Revision: D74804967