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
TypeScript Version: 2.1.4
Code
export default abstract class Broker extends EventEmitter { abstract async connect(); abstract async send(); abstract async listen(); }
| export default abstract class Broker extends EventEmitter { | ~~~~~ src/broker.ts(3,25): error TS1005: ';' expected.
Expected behavior: Unable to export abstract class as default.
default
Actual behavior: Fix exporting abstract class as default.
The text was updated successfully, but these errors were encountered:
Duplicate of #3792, #7647, #8307, #9513, #10553, #11749, #11778, and probably more. Please do search before logging issues.
Sorry, something went wrong.
Sorry
No branches or pull requests
TypeScript Version: 2.1.4
Code
Expected behavior:
Unable to export abstract class as
default
.Actual behavior:
Fix exporting abstract class as
default
.The text was updated successfully, but these errors were encountered: