forked from DefinitelyTyped/DefinitelyTyped
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request DefinitelyTyped#12594 from DefinitelyTyped/mergeMa…
…ster_11/08 [Types-2.0] Merge master
- Loading branch information
Showing
150 changed files
with
13,839 additions
and
1,101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,5 +35,5 @@ node_modules | |
|
||
.sublimets | ||
.settings/launch.json | ||
|
||
.vscode | ||
yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
case 1. Add a new type definition. | ||
- [ ] checked compilation succeeds with `--target es6` and `--noImplicitAny` options. | ||
- [ ] has correct [naming convention](http://definitelytyped.org/guides/contributing.html#naming-the-file) | ||
- [ ] has a [test file](http://definitelytyped.org/guides/contributing.html#tests) with the suffix of `-tests.ts` or `-tests.tsx`. | ||
Please fill in this template. | ||
|
||
case 2. Improvement to existing type definition. | ||
- documentation or source code reference which provides context for the suggested changes. url http://api.jquery.com/html . | ||
- it has been reviewed by a DefinitelyTyped member. | ||
- [ ] Prefer to make your PR against the `types-2.0` branch. | ||
- [ ] The package does not provide its own types, and you can not add them. | ||
- [ ] Test the change in your own code. | ||
- [ ] Follow the advice from the [readme](https://github.com/DefinitelyTyped/DefinitelyTyped#make-a-pull-request). | ||
- [ ] Avoid [common mistakes](https://github.com/DefinitelyTyped/DefinitelyTyped#common-mistakes). | ||
|
||
If adding a new definition: | ||
- [ ] If this is for an NPM package, match the name. If not, do not conflict with the name of an NPM package. | ||
- [ ] Run `tsc` without errors. | ||
- [ ] Include the required [files](https://github.com/DefinitelyTyped/DefinitelyTyped#create-a-new-package) and header. | ||
|
||
If changing an existing definition: | ||
- [ ] Provide a URL to documentation or source code which provides context for the suggested changes: <<url here>> | ||
- [ ] Increase the version number in the header if appropriate. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.