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

Reverse monkey patch built in methods to support LWC #1509

Merged
merged 206 commits into from
Aug 2, 2024

Fix typo

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

Reverse monkey patch built in methods to support LWC #1509

Fix typo
f34bfbf
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Aug 2, 2024 in 1s

ESLint Report Analysis

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

Details

Annotations

Check warning on line 282 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#L282

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

Check warning on line 519 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#L519

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

Check warning on line 712 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#L712

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

Check warning on line 713 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#L713

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

Check warning on line 714 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#L714

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

Check warning on line 715 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#L715

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

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

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/utils.ts#L80

[tsdoc/syntax] tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen

Check warning on line 560 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#L560

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

Check warning on line 578 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#L578

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

Check warning on line 350 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L350

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

Check warning on line 356 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L356

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

Check warning on line 134 in packages/rrweb/src/record/observer.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/observer.ts#L134

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

Check warning on line 34 in packages/rrweb/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/utils.ts#L34

[tsdoc/syntax] tsdoc-missing-deprecation-message: The @deprecated block must include a deprecation message, e.g. describing the recommended alternative

Check warning on line 118 in packages/rrweb/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/utils.ts#L118

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

Check warning on line 131 in packages/rrweb/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/utils.ts#L131

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.