We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
... export { Category }; Function[Category.id] = x => x; Function implements Category;
results in:
SyntaxError: unknown: Unexpected token, expected ; (25:21) 23 | return klass_324; 24 | }, configurable: false, writable: false, enumerable: false}}); > 25 | export {Category_315}Function[Category_315.id] = (x_334) => x_334; | ^ 26 | Category_315._mixin(Function);
It's not a blocker now that I can export the interfaces directly. Just reporting.
The text was updated successfully, but these errors were encountered:
Looks like it's due to an old shift codegen bug: shapesecurity/shift-codegen-js#33
More reason to update to the latest shift.
Sorry, something went wrong.
No branches or pull requests
results in:
It's not a blocker now that I can export the interfaces directly. Just reporting.
The text was updated successfully, but these errors were encountered: