Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

NodeJS bindings do not implement inheritance

Open
#77 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
go, node.js
Domain
tooling

Research direction

Start with lib3mf.xml and the generated NodeJS binding for CObjectIterator; verify how its parent methods are represented and whether MoveNext is missing. Then trace the generator path that produces this binding and compare the output with the inheritance described in the issue. Done means inherited methods such as MoveNext are available on CObjectIterator and the generator produces them consistently.

Written by the indexing model from the issue text.

Description

Problem: NodeJS bindings do not implement inheritance
Source: https://github.com/3MFConsortium/lib3mf/issues/188.

E.g. for [lib3mf.xml]:(https://github.com/3MFConsortium/lib3mf/blob/master/AutomaticComponentToolkit/lib3mf.xml)
Node bindings don't inherit from parent classes, so for example CObjectIterator only has its own methods (GetCurrentObject), and you cannot call MoveNext on it, which results in objects being inaccessible.

@Ugzuzg: could you provide the correct NodeJS code for e.g. the CObjectIterator? I will modify the generator afterwards to produce this.

Dominant language
Go
Stars
54
Forks
26
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Autodesk/AutomaticComponentToolkit

All issues in Autodesk/AutomaticComponentToolkit

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.