fix(catcher-js): prevent infinite cycle issue #158
Annotations
6 errors and 10 warnings
|
lint
Process completed with exit code 1.
|
|
lint:
src/catcher.ts#L542
Unexpected any. Specify a different type
|
|
lint:
src/addons/consoleCatcher.ts#L193
Member getConsoleLogStack should be declared before all private instance method definitions
|
|
lint:
src/addons/consoleCatcher.ts#L185
Member addErrorEvent should be declared before all private instance method definitions
|
|
lint:
src/addons/consoleCatcher.ts#L119
Member init should be declared before all private instance method definitions
|
|
lint:
src/addons/consoleCatcher.ts#L5
All imports in the declaration are only used as types. Use `import type`
|
|
lint:
src/addons/consoleCatcher.ts#L194
A space is required before ']'
|
|
lint:
src/addons/consoleCatcher.ts#L194
A space is required after '['
|
|
lint:
src/addons/consoleCatcher.ts#L187
Expected blank line before this statement
|
|
lint:
src/addons/consoleCatcher.ts#L182
Missing JSDoc @param "event" declaration
|
|
lint:
src/addons/consoleCatcher.ts#L157
Expected line break before `.join`
|
|
lint:
src/addons/consoleCatcher.ts#L145
Expected blank line before this statement
|
|
lint:
src/addons/consoleCatcher.ts#L91
Missing JSDoc @param "event" declaration
|
|
lint:
src/addons/consoleCatcher.ts#L81
Missing JSDoc @param "logEvent" declaration
|
|
lint:
src/addons/consoleCatcher.ts#L30
Missing JSDoc @param "args" declaration
|
|
lint:
src/addons/consoleCatcher.ts#L16
Missing JSDoc @param "arg" declaration
|