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

avoid using 2nd argument of Array.from that prototype.js does not support #1464

Merged
merged 1 commit into from
May 17, 2024

Replace Array.from with clean implementation

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

avoid using 2nd argument of Array.from that prototype.js does not support #1464

Replace Array.from with clean implementation
7f96331
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded May 9, 2024 in 0s

ESLint Report Analysis

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

Details

Annotations

Check warning on line 551 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#L551

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

Check warning on line 569 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#L569

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