* WIP updating oracledb typings to 3.1.2
* WIP
* SODA WIP
* .d.ts done. Needs tests writing
* Finished
* Added pool stats methods. Fixed bug with BindParameter being string or number
* Making _enableStats optional
* Allow parameters to be nulled
* Capitalise namespace
* Update contribution URL
* Revert "Update contribution URL"
This reverts commit f329d293dceaf44832ae3424753c1ccb98378df2.
* Update contribution URL
* Change poolAlias to string. SODA not in preview. Add BindParameters interface
* getRows should not return void
* [amap-js-api] update to v1.4.14
* Add definition for non npm package: amap-js-api-district-search
* Add type definition for non npm-package amap-js-api-line-search
* Add type definition of non npm package amap-js-api-arrival-range
* New definition for non npm-package amap-js-api-driving
* fix: getStoragetSync return value is incorrect.
* fix: The type of return value type of Storage is incorrect
* added parameter for GetStorageOptions.success
* added value parameter for setStorageSync
* fix setStorageSync with value: any
* update types for uni-app
* add class EditorContext for uni-app types
* fix lint for uni-app
* remove *.vue module for uni-app
* Update definition 'KosModel.asyncs'
* Fix a type bug
* Fit the new features
* Update action type
* Update definitions to fit new version.
* Format as lint
* Fix 'Bash exited with code \'1\'.'
* Add cast.framework.events.category namespace
* Make cast.framework.messages.Command its own namespace
* Update HlsSegmentFormat values and add missing ones.
* Add cast global
* Add a few tests
* Lint
* Bump version
* Added definitions - encode & decode aliases
These have existed since @ least v10 and are documented here: https://nodejs.org/api/querystring.html
* corrected order of comments for encode & decode
* Added definitions for encode & decode aliases
These have existed since at least v10 and are documented here: https://nodejs.org/api/querystring.html
* corrected 'ParsedUrlQueryInput' & jsdoc comments
* Corrected jsdoc alignment
* Corrected jsdoc comment
* refactored encode and decode aliases with typeof
* [react-table] Generics for accessor and cell
* Update types/react-table/react-table-tests.tsx
Header name change. status -> progress for clarification
Co-Authored-By: Grzegorz Rozdzialik <voreny.gelio@gmail.com>
The return value of this method is an Observable of the same type
as the source. Because the test uses the same type twice, change
the test to use different types so the test asserts the return value
has the correct type.
* Add freeDrawingBrush.
Add freedrawingBrush property to StaticCanvas class and accompanying FreeDrawingBrush interface.
* Fix whitespace and implicit public.
* Remove 'public' modifiers on FreeDrawingBrush
* Remove implicit public and whitespace -> tab.