issues/1063 fix: separated debounce invocations for component's behavior #1557
Annotations
10 warnings
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/.
|
Run tests:
src/core/async/modules/wrappers/spec.js#L15
Do not import Node.js builtin module "events"
|
Run tests:
src/core/async/modules/wrappers/spec.js#L15
`events` import should occur before import of `express`
|
Run tests:
src/core/iter/index.ts#L60
This overload and the one on line 54 can be combined into one signature taking `ArrayLike<T> | GeneratorFunction`
|
Run tests:
src/core/json/convert.ts#L17
Expected a default case
|
Run tests:
src/core/json/convert.ts#L45
Use 'String#startsWith' method instead
|
Run tests:
src/core/json/convert.ts#L48
Expected a default case
|
Run tests:
src/core/object/watch/spec.js#L15
Arrow function has too many lines (1064). Maximum allowed is 400
|
Run tests:
src/core/object/watch/spec.js#L22
Arrow function has too many lines (1056). Maximum allowed is 400
|
Run tests:
src/core/object/watch/spec.js#L23
Arrow function has too many lines (1054). Maximum allowed is 400
|
Loading