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
Getting error Unsupported node type 'ExportNamedDeclaration' in multiReplaceStatement() at utils\multiReplaceStatement.js:56 while trying to transform classes
Example:
export var SkinnedMesh = function SkinnedMesh() {
};
SkinnedMesh.prototype.update = function (camera) {
this.camera = camera;
};
The text was updated successfully, but these errors were encountered:
Getting error
Unsupported node type 'ExportNamedDeclaration' in multiReplaceStatement()
atutils\multiReplaceStatement.js:56
while trying to transform classesExample:
The text was updated successfully, but these errors were encountered: