We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06b68f commit ffdf411Copy full SHA for ffdf411
src/definitions.ts
@@ -501,6 +501,8 @@ export class TSDBuilder extends ExportsWalker {
501
sb.push("static wrap(ptr: usize): ");
502
sb.push(name);
503
sb.push(";\n");
504
+ indent(sb, this.indentLevel);
505
+ sb.push("valueOf(): usize;\n");
506
}
507
var staticMembers = element.prototype.members;
508
if (staticMembers) {
0 commit comments