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
Next Next commit
Assume all modern dom features despite es6 syntax
  • Loading branch information
L3P3 authored Dec 8, 2021
commit d8632271ca77fde6cc8f5dd744a31c9a1bbce174
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"],
"lib": ["es2020", "dom"],
"types": [
"keytar",
"mocha",
Expand Down
0