concerto
concerto copied to clipboard
fix(core): private `accept` methods in introspect classes - I839
Closes #839
Changes
- Edited JSDoc of
accept
methods in introspect classes to mark them aspublic
. - Generated changes in typescript definitions in
lib/types
.
Author Checklist
- [x] Ensure you provide a DCO sign-off for your commits using the
--signoff
option of git commit. - [x] Commits messages follow AP format
- [x] Extend the documentation, if necessary
- [x] Merging to
main
fromfork:branchname
@ekarademir @mttrbrts . I think the issue should be resolved now. Could you please check?