Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Register errorHandler inside of CanvasManager #161

Merged
merged 3 commits into from
Jan 31, 2024

feat: Register `errorHandler` inside of CanvasManager

a67d9b9
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat: Register errorHandler inside of CanvasManager #161

feat: Register `errorHandler` inside of CanvasManager
a67d9b9
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Jan 30, 2024 in 1s

ESLint Report Analysis

0 ESLint error(s) and 14 ESLint warning(s) found in pull request changed files.
2 ESLint error(s) and 37 ESLint warning(s) found in files outside of the pull request.

Details

Annotations

Check warning on line 266 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L266

[@typescript-eslint/no-unused-vars] '_value' is defined but never used.

Check warning on line 485 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L485

[@typescript-eslint/no-unused-vars] 'isStylesheetLoaded' is defined but never used.

Check warning on line 692 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L692

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 799 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L799

[@typescript-eslint/no-unused-vars] 'maskAllText' is assigned a value but never used.

Check warning on line 841 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L841

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 841 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L841

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 952 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L952

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 953 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L953

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 954 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L954

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 955 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L955

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 631 in packages/rrweb/src/record/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/index.ts#L631

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 651 in packages/rrweb/src/record/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/index.ts#L651

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 168 in packages/rrweb/src/record/observers/canvas/canvas-manager.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/observers/canvas/canvas-manager.ts#L168

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 430 in packages/rrweb/src/record/observers/canvas/canvas-manager.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/observers/canvas/canvas-manager.ts#L430

[@typescript-eslint/no-unused-vars] 'type' is assigned a value but never used.