feat: make session class macroable #86
Annotations
8 errors and 1 warning
Run npm run typecheck:
src/session.ts#L133
Constructors for derived classes must contain a 'super' call.
|
Run npm run typecheck:
src/session.ts#L139
'super' must be called before accessing 'this' in the constructor of a derived class.
|
Run npm run typecheck:
src/session.ts#L140
'super' must be called before accessing 'this' in the constructor of a derived class.
|
Run npm run typecheck:
src/session.ts#L141
'super' must be called before accessing 'this' in the constructor of a derived class.
|
Run npm run typecheck:
src/session.ts#L142
'super' must be called before accessing 'this' in the constructor of a derived class.
|
Run npm run typecheck:
src/session.ts#L143
'super' must be called before accessing 'this' in the constructor of a derived class.
|
Run npm run typecheck:
src/session.ts#L143
'super' must be called before accessing 'this' in the constructor of a derived class.
|
Run npm run typecheck
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading