* remove old files before add new ones
* adding v16 definitions
* remove unnecessary file
* fixing parsing bug
* add license file
* fix error
* remove package.json
* no I in interface names
* more bug fixes
* fixing errors
* more errors
* remaining erros
* fix bug
* re submit
* fix test error
* fix test error
* change version number from 16.0 to 16.0.0 to match that of dwt
* must use major.minor for version, no patch version
* fix a wrong Enum
Previously, no types were specified for a Command or for a Keymap. This
meant that (a) in prosemirror-commands, the types for pcBaseKeymap,
macBaseKeymap, and baseKeymap were not very well specified, and (b) in
prosemirror-keymap, there was some duplication of types.
* Revert "refactor(node): Move `Buffer` definition to `buffer.d.ts` (#45845)"
This reverts commit a58ce42a02.
* put back reference to globals.d.ts in ts3.2
* feat(glider-js): friction-free selector type
This is a proposal to change a `Selector` type detail.
If selector can allow direct results from querying the DOM for target
element, this would allow the friction free migration path for users of
`glider-js`. Otherwise there is an issue with non-nullable settings as
the DOM querying types return null. If someone just copy-and-paste
library README snips, these snippets won't compile without Selector type
that expect possible nulls.
/cc @martin-badin
Thanks!
* Update `Selector` type and usage`
* Updating type definitions for reduce and reduceRight and adding tests.
* Adding defaults for V in memo iterators.
* Updating a few tests to test constant memos more and omitted memos less.
* Updating reduce and reduceRight undefined memo overloads to allow a different result type to be specified or inferred, adding undefined to the posible result of reduce calls, and adding tests around union-type results.
* Making a few test changes to better illustrate the ways that a union result can be specified when calling reduce with no memo.
* Rewriting the overloads of reduce and reduceRight that take an optional memo to take no memo since a memo that is explicitly provided as undefined will still be treated as the memo value to use instead of using the first item in the collection..
* Removing the undefined type from the result for overloads that take a memo since the result in such cases is the memo.
* Breaking up tests for multiple aliases by alias.
* Add superfine types.
* Add TSX coverage.
* Add missing "key" property.
* Superfine looks for a SVG element to start creating SVG elements. This is now enforced through types.
* Fix lint.
* Fix tests using HTML tags in a SVG context.
* Allow empty or single child vnodes.
* Allow strings in JSX.
* Refactor types.
* Lint.
* Update update-codeowners.js: switch to @definitelytyped
I forgot to update this when the rest of DT switch from types-publisher
to @definitelytyped.
* move new deps to devDeps
* remove extraneous comma
* Restrict workflow to DefinitelyTyped/DefinitelyTyped
Before this commit, the Dp type (decimal point) was limiting values to 0,
2, and 4. These values are actually default values only, but geodesy
supports any number of decimal points.
See https://github.com/chrisveness/geodesy/issues/83
* updated type signatures for client
* breaking up long lines
* added a test for httpResponse
* added missing semicolon
Co-authored-by: Maximilian Münchow <maximilian.muenchow@4players.de>
* Test cases to demonstrate `key` function in `.data` calls returning non `string` causes failure.
* Update definitions to allow `key` function in `.data` calls to return `number` apart from `string`.
* added sendAnimation type
added sendAnimation type, you won't be able to use the function sendAnimation (it works) without the typing in TS
* added vcard option to sendContactOptions
better format for importing/exporting contacts
* add sendAnimation & sendContact(only vcard) tests
add sendAnimation func and sendContact(vcard option) tests
* remove trailing white spaces
remove trailing white spaces
* Update chrome.enterprise.networkingAttributes and chrome.platformKeys
* Add since Chrome 85 comment
Co-authored-by: pokutuna <popopopopokutuna@gmail.com>
* Add API works only on Chrome OS comment
Co-authored-by: pokutuna <popopopopokutuna@gmail.com>
Co-authored-by: pokutuna <popopopopokutuna@gmail.com>