* Add type definitions for ari-client
* Add type definitions for ari-client
* Add type definitions for ari-client
* Add type definitions for ari-client
* Add type definitions for ari-client
* Add type definitions for ari-client
* Add type definitions for ari-client
* Add type definitions for ari-client
* Add type definitions for ari-client
* Add type definitions for ari-client
* Add type definitions for ari-client
* Add type definitions for ari-client
* Add type definitions for ari-client
* Add type definitions for ari-client
* fix(webpack): correct Stats class details
- remove abstract keyword for Stats class
- add constructor with options
- add class and instance methods
- update tests
71eb5931db/lib/Stats.js
/cc @ernestostifano
Thanks!
Fixes#43952
* Update types/webpack/test/index.ts
Thx to @ofhouse for review of this part!
Co-Authored-By: Felix Haus <ofhouse@users.noreply.github.com>
* Update types/webpack/index.d.ts
Thx to @ofhouse for reviewing and suggestion!
Co-Authored-By: Felix Haus <ofhouse@users.noreply.github.com>
* Correct `filterWarnings` after method params redefinition
Missed when accepting the suggestion as part of PR review
Thanks!
Co-authored-by: Felix Haus <ofhouse@users.noreply.github.com>
* Definitions created and updated for extra skip and todo opts that can be passed to assert functions.
* todo has been added to TestOptions.
* Definition created for onFailure() handler.
* Definitions created for match() and doesNotMatch() assertions
* Comments have been updated to reflect phrasing used in tape's README.
Missing:
* getHarness(opts). autoclose and exit options in getHarness.
* opts in createHarness(opts). autoclose and exit options in createHarness.
* exit in TestOptions.
* test.close().
Co-authored-by: relaxolotl <relaxolotl@users.noreply.github.com>
* Created typings and test file for cloudmersive-virus-api-client
* Removed I prefix from interfaces. Fixed some header issues. Changed from LF to CRLF
* added algorithm namespace with Orientation class, CoordinateSequence, IntersectionMatrix to geom, util namespace with AffineTransformation class to geom, operation with GeometryGraphOperation, relate namespace with RelateOp class to operation
* added LineSegment class to geom namespace, added buffer namespace with BufferParameters and BufferOp classes to operation namespace
Co-authored-by: mavo <262804uF>
* update(email-templates): update to version 7
As the primary api surface was not changed at all in v7, this commit:
- bump version to 7
- add missing `getPath` method to Email config
- mark return type of `send` method explicit Promise
https://github.com/forwardemail/email-templates/compare/v6.1.1...v7.0.02a3042893d/README.md (L705)
Thanks!
* Rework test covering usage of `locals`
- move to single reference
- add sample usage of culture aware `getPath()`
/cc @blankstar85
Thanks!
* Fix incorrect onSync type
The type for onSync is incorrect. It should contain an argument containing the `queue` property.
From the documentation for `workbox-background-sync:4.3.0`:
```
* @param {Function} [options.onSync] A function that gets invoked whenever
* the 'sync' event fires. The function is invoked with an object
* containing the `queue` property (referencing this instance), and you
* can use the callback to customize the replay behavior of the queue.
* When not set the `replayRequests()` method is called.
* Note: if the replay fails after a sync event, make sure you throw an
* error, so the browser knows to retry the sync event later.
```
* Extract callback as a new type
Update definition in accordance to suggested changes by @JasonHK.
For consistency sake, this is identical to https://github.com/GoogleChrome/workbox/blob/master/packages/workbox-background-sync/src/Queue.ts.
* Fix test failures
* Update as per suggestions by @JasonHK
* [react-virtualized] define types for onRowsRendered props in List
* rename type onRowsRenderedParams -> RenderedRows
* fix type name
* reuse existing type
* fix OverscanIndices
* Fix the signature for logInWith
Also brings it in line with the rest of the related method signatures
* Fix the signature for `logInWith` in the 3.7+ defn