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

Skip to content

Support browsers from before 2020 #4579

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 10 commits into from
Dec 15, 2021
Prev Previous commit
Next Next commit
Include lib (polyfills) for <es2020 targets
  • Loading branch information
L3P3 authored Dec 8, 2021
commit 8ef2f78a0024576d8bca5502534f8ed3ca8d6c8a
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"lib": ["es2020"],
"module": "commonjs",
"moduleResolution": "node",
"strict": true,
Expand Down
0