8000 Support browsers from before 2020 by L3P3 · Pull Request #23 · coder/vscode · GitHub
[go: up one dir, main page]

Skip to content

Support browsers from before 2020 #23

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 3 commits into from
Dec 20, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add modern dom iterators to es6 environment
  • Loading branch information
L3P3 authored Dec 9, 2021
commit ec1d759cb2b33338056c9e2b33b9dac49a484975
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sourceMap": false,
"outDir": "../out/vs",
"target": "es6",
"lib": ["es2020", "dom"],
"lib": ["es2020", "dom", "dom.iterable"],
"types": [
"keytar",
"mocha",
Expand Down
0