* [emscripten] Add module loader when -s MODULARIZE=1 enabled
Add Module() call and Module().then(callback).
Related: https://emscripten.org/docs/getting_started/FAQ.html#how-can-i-tell-when-the-page-is-fully-loaded-and-it-is-safe-to-call-compiled-functions
Signed-off-by: Bumsik Kim <k.bumsik@gmail.com>
* [emscripten] Move runtime functions to the global space
All of these runtime functions are removed more than a year ago.
Related: 7952394493/src/settings.js (L674-L685)
Signed-off-by: Bumsik Kim <k.bumsik@gmail.com>
* [emscripten] Add missing runtime methods
* [emscripten] Make FS methods more accurate
Signed-off-by: Bumsik Kim <k.bumsik@gmail.com>
* [emscripten] Make function signatures more accurate
Signed-off-by: Bumsik Kim <k.bumsik@gmail.com>
* [emscripten] Runtime is removed
Signed-off-by: Bumsik Kim <k.bumsik@gmail.com>
* [emscripten] Fix test and add stack alloc test
Signed-off-by: Bumsik Kim <k.bumsik@gmail.com>
* [emscripten] Add contributor: Bumsik Kim
Signed-off-by: Bumsik Kim <k.bumsik@gmail.com>
* [emscripten] Bump version: 1.39.5
Signed-off-by: Bumsik Kim <k.bumsik@gmail.com>
* [@types/object-fit-images] added new type definitions
* [object-fit-images] set strictNullChecks to true
* [object-fit-images] updated type definitions + reverted tsonconfig object-hash
* Adds LiveSeekableRange
LiveSeekableRange is required when seeking in a live buffer
* add constructor for LiveSeekableRange
* adds liveSeekableRange to RemotePlayer
* adds liveSeekableRange as RemotePlayerEventType
* [rehype-react] Add Fragment option
Usually this will be `React.Fragment`, but it accepts any component.
* [rehype-react] Update which options are optional
Most options have healthy defaults. Only `createElement` is required.
* [rehype-react] Update version number
* [rehype-react] Update tests to include Fragment option
* Update `req.is` to match the actual function.
The parameters can be a string or an array and return type can be null.
This is described in the JSDoc for the function:
e1b45ebd05/lib/request.js (L273)
* Add a couple of extra tests
* Added initial declaration file for client
* Added missing complex types function
* Added initial module format definition
* Re-factored types to export detailed interfaces
* Fixed linting errors
* Added test file for definitions
* Added tslint comment for default export
* Fixed options incorrectly being required
* Added connect and disconnect methods for endpoints
* Re-named connect argument to sink to match docs
* Added media element interface to extend webrtc endpoint
* Changed media element method to use strict element type
* Added missing close method for main class
* Refactored type structure to match commonjs
* [reactstrap] Update Popover to add RefObject as a target
* [reactstrap] Add to the test the usages of React.RefObject
* [reactstrap] Update Tooltip, Popover, and Collapse to add RefObject as a target
* [reactstrap] Remove RefObject from Collapse definition
The package itself says it's expecting a `TextStyle`, not a `ViewStyle` (84adc85523/Libraries/Components/Picker/Picker.js (L62)).
Specifically, setting this to `ViewStyle` causes Typescript to complain if you try to set a `color` property, which does in fact work.
* Add @testing-library/jest-dom
* Fix global test
* Update jest-dom typings for (future) v5
- Remove module typings
- Sync global typings with latest version
Apply suggestions from code review
Co-Authored-By: Sebastian Silbermann <silbermann.sebastian@gmail.com>
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>