You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was writing a custom plugin and needed to import among other nodes the FunctionNode but I realized it was not exported. Should it be exported or am I doing something unintended? I know all nodes are marked as internal, but I see no other way to define a custom plugin and the OperationNodeTransformer I use isn't marked as internal while still exposing the nodes so I'm not sure.
Thank you for the excellent project by the way!
The text was updated successfully, but these errors were encountered:
Hello!
I was writing a custom plugin and needed to import among other nodes the
FunctionNode
but I realized it was not exported. Should it be exported or am I doing something unintended? I know all nodes are marked as internal, but I see no other way to define a custom plugin and theOperationNodeTransformer
I use isn't marked as internal while still exposing the nodes so I'm not sure.Thank you for the excellent project by the way!
The text was updated successfully, but these errors were encountered: