Releases: pmndrs/webidl-dts-gen
Releases · pmndrs/webidl-dts-gen
[email protected]
Minor Changes
- 51dac39: feat: add missing emscripten function declarations
[email protected]
[email protected]
Patch Changes
- c873687: feat: set emscripten enum variable declaration types to be 'any' instead of 'unknown'
[email protected]
Minor Changes
-
afc8c20: feat: improve output types for emscripten enums
The emscripten webidl binder exposes enum values using enum member names. e.g.
Module.MemberName
, notModule.EnumName.MemberName
. The output types now reflect this.Also, types for the emscripten enum wrapper functions are now exposed, e.g.
_emscripten_enum_EnumName_MemberName
Patch Changes
- aeb6fae: fix(convertInterface): only create type alias if maplike or setlike
[email protected]
Patch Changes
- ede3f21: chore(deps): update yargs, jsdom, dev dependencies
[email protected]
[email protected]
Patch Changes
- de70031: fix: stop using deprecated ts.factory.createClassDeclaration overload
[email protected]
Patch Changes
- ff89ac3: feat: handle nullable with null type union - @darionco
- bfa7f69: fix: return emscripten class declaration
- 26c1429: feat: upgrade to typescript v4.9.5, stop using deprecated methods
- 1481825: feat: handle unsigned integer array types, use capturing groups for integer array fixes
- 6815b8b: feat: support static operations
- aa22582: feat: add support for maplike and setlike - @darionco