Releases: pmndrs/webidl-dts-gen
Releases · pmndrs/webidl-dts-gen
[email protected]
[email protected]
Minor Changes
- faceb27: fix(emscripten): implements statement should take precedence over JSImplementation for inheritance
[email protected]
[email protected]
Minor Changes
- 7b949de: fix: correct types for emscripten JSImplementation method arguments
[email protected]
Minor Changes
-
5697aec: fix: emscripten output for static methods
webidl-dts-gen was emitting c++ static methods as typescript static methods. Emscripten uses the static modifier for binding, but exposes the method on the prototype. This change makes webidl-dts-gen emit static methods as non-static methods so the types reflect the emscripten output.
Patch Changes
[email protected]
Minor Changes
- f52d614: feat: use webidl
value.name
for emscripten setter parameter name
[email protected]
[email protected]
Minor Changes
- 3868ce5: fix: emscripten enum values should be numbers