feat: make session class macroable #86
checks.yml
on: push
lint
/
lint
55s
typecheck
/
typecheck
1m 4s
Matrix: test_linux
Matrix: test_windows
Annotations
43 errors and 6 warnings
lint / lint:
src/session.ts#L37
Unreachable code
|
lint / lint:
src/session.ts#L139
'this' is not allowed before 'super()'
|
lint / lint:
src/session.ts#L140
'this' is not allowed before 'super()'
|
lint / lint:
src/session.ts#L141
'this' is not allowed before 'super()'
|
lint / lint:
src/session.ts#L142
'this' is not allowed before 'super()'
|
lint / lint:
src/session.ts#L143
'this' is not allowed before 'super()'
|
lint / lint:
src/session.ts#L143
'this' is not allowed before 'super()'
|
lint / lint
Process completed with exit code 1.
|
typecheck / typecheck:
src/session.ts#L133
Constructors for derived classes must contain a 'super' call.
|
typecheck / typecheck:
src/session.ts#L139
'super' must be called before accessing 'this' in the constructor of a derived class.
|
typecheck / typecheck:
src/session.ts#L140
'super' must be called before accessing 'this' in the constructor of a derived class.
|
typecheck / typecheck:
src/session.ts#L141
'super' must be called before accessing 'this' in the constructor of a derived class.
|
typecheck / typecheck:
src/session.ts#L142
'super' must be called before accessing 'this' in the constructor of a derived class.
|
typecheck / typecheck:
src/session.ts#L143
'super' must be called before accessing 'this' in the constructor of a derived class.
|
typecheck / typecheck:
src/session.ts#L143
'super' must be called before accessing 'this' in the constructor of a derived class.
|
typecheck / typecheck
Process completed with exit code 2.
|
test_linux (20.10.0):
src/session.ts#L37
Unreachable code
|
test_linux (20.10.0):
src/session.ts#L139
'this' is not allowed before 'super()'
|
test_linux (20.10.0):
src/session.ts#L140
'this' is not allowed before 'super()'
|
test_linux (20.10.0):
src/session.ts#L141
'this' is not allowed before 'super()'
|
test_linux (20.10.0):
src/session.ts#L142
'this' is not allowed before 'super()'
|
test_linux (20.10.0):
src/session.ts#L143
'this' is not allowed before 'super()'
|
test_linux (20.10.0):
src/session.ts#L143
'this' is not allowed before 'super()'
|
test_linux (20.10.0)
Process completed with exit code 1.
|
test_linux (21.x)
The job was canceled because "_20_10_0" failed.
|
test_linux (21.x):
src/session.ts#L37
Unreachable code
|
test_linux (21.x):
src/session.ts#L139
'this' is not allowed before 'super()'
|
test_linux (21.x):
src/session.ts#L140
'this' is not allowed before 'super()'
|
test_linux (21.x):
src/session.ts#L141
'this' is not allowed before 'super()'
|
test_linux (21.x):
src/session.ts#L142
'this' is not allowed before 'super()'
|
test_linux (21.x):
src/session.ts#L143
'this' is not allowed before 'super()'
|
test_linux (21.x):
src/session.ts#L143
'this' is not allowed before 'super()'
|
test_linux (21.x)
Process completed with exit code 1.
|
test_windows (20.10.0):
src/session.ts#L37
Unreachable code
|
test_windows (20.10.0):
src/session.ts#L139
'this' is not allowed before 'super()'
|
test_windows (20.10.0):
src/session.ts#L140
'this' is not allowed before 'super()'
|
test_windows (20.10.0):
src/session.ts#L141
'this' is not allowed before 'super()'
|
test_windows (20.10.0):
src/session.ts#L142
'this' is not allowed before 'super()'
|
test_windows (20.10.0):
src/session.ts#L143
'this' is not allowed before 'super()'
|
test_windows (20.10.0):
src/session.ts#L143
'this' is not allowed before 'super()'
|
test_windows (20.10.0)
Process completed with exit code 1.
|
test_windows (21.x)
The job was canceled because "_20_10_0" failed.
|
test_windows (21.x)
The operation was canceled.
|
lint / lint
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/.
|
typecheck / typecheck
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/.
|
test_linux (20.10.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test_linux (20.10.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test_windows (20.10.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test_windows (20.10.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|