Closed nikku closed 3 years ago
The code base can benefit from additional type hints and enforcement at compile time.
This fixes existing type hints and integrates TypeScript type checks into the development flow.
events
on
once
The code base can benefit from additional type hints and enforcement at compile time.
This fixes existing type hints and integrates TypeScript type checks into the development flow.
Breaking Changes
events
APIs that take priorities (on
,once
) changed. The old syntax won't be accepted by the TypeScript compiler, as optional arguments must follow non optionals.