Skip to content

feat(core): Add captureLog method #15717

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

Merged
merged 11 commits into from
Mar 20, 2025
Prev Previous commit
Next Next commit
Update packages/browser/tsconfig.json
  • Loading branch information
AbhiPrasad authored Mar 20, 2025
commit aef70a39fd1f4eaea82d8d1c779ba06aed002e9f
2 changes: 1 addition & 1 deletion packages/browser/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"include": ["src/**/*", "test/loader.js"],

"compilerOptions": {
"lib": ["DOM", "ES2020"]
"lib": ["DOM", "ES2018"]
}
}
Loading