stream: fix eventNames() to not return not defined events #53432
linters.yml
on: pull_request
lint-addon-docs
40s
lint-cpp
1m 7s
format-cpp
1m 22s
lint-js-and-md
2m 8s
lint-py
28s
lint-yaml
28s
lint-sh
24s
lint-codeowners
23s
lint-pr-url
20s
Annotations
9 errors
lint-js-and-md:
lib/events.js#L52
Missing trailing comma
|
lint-js-and-md:
lib/events.js#L894
Expected space(s) after "if"
|
lint-js-and-md:
lib/events.js#L894
Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations
|
lint-js-and-md:
lib/events.js#L894
Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations
|
lint-js-and-md:
lib/events.js#L894
Missing space before opening brace
|
lint-js-and-md:
test/parallel/test-stream-event-names.js#L9
'assert.equal' is restricted from being used. Use `assert.strictEqual()` rather than `assert.equal()`
|
lint-js-and-md:
test/parallel/test-stream-event-names.js#L22
'assert.equal' is restricted from being used. Use `assert.strictEqual()` rather than `assert.equal()`
|
lint-js-and-md:
test/parallel/test-stream-event-names.js#L34
'assert.equal' is restricted from being used. Use `assert.strictEqual()` rather than `assert.equal()`
|
lint-js-and-md
Process completed with exit code 2.
|