fix(node): call close hooks on server shutdown
#8277
Annotations
2 warnings
|
typescript(no-non-null-asserted-optional-chain):
src/routing.ts#L216
src/routing.ts:216:35: Optional chain expressions can return undefined by design: using a non-null assertion is unsafe and wrong.
|
|
eslint(no-eval):
test/unit/routing.test.ts#L14
test/unit/routing.test.ts:14:10: eval can be harmful.
|