Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 092cfa7

Browse files
Move che-theia to ES2017
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 806cf47 commit 092cfa7

File tree

37 files changed

+882
-774
lines changed

37 files changed

+882
-774
lines changed

build.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ IMAGE_TAG="next"
1414
THEIA_GITHUB_REPO="eclipse-theia/theia"
1515
THEIA_VERSION="master"
1616
THEIA_BRANCH="master"
17-
THEIA_COMMIT_SHA="9f4f56e388109178dbfed244522bbe49ba474c31"
17+
THEIA_COMMIT_SHA=
1818
THEIA_GIT_REFS="refs\\/heads\\/master"
1919
THEIA_DOCKER_IMAGE_VERSION=
2020
SHA1_SUFFIX=

configs/base.tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"resolveJsonModule": true,
1616
"module": "commonjs",
1717
"moduleResolution": "node",
18-
"target": "es5",
18+
"target": "ES2017",
1919
"jsx": "react",
2020
"lib": [
21-
"es6",
21+
"ES2017",
2222
"dom"
2323
],
2424
"sourceMap": true

extensions/che-theia-hosted-plugin-manager-extension/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../configs/base.tsconfig.json",
33
"compilerOptions": {
44
"lib": [
5-
"es6",
5+
"ES2017",
66
"dom"
77
],
88
"rootDir": "src",

extensions/eclipse-che-theia-about/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../configs/base.tsconfig.json",
33
"compilerOptions": {
44
"lib": [
5-
"es6",
5+
"ES2017",
66
"dom"
77
],
88
"rootDir": "src",

extensions/eclipse-che-theia-activity-tracker/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../configs/base.tsconfig.json",
33
"compilerOptions": {
44
"lib": [
5-
"es6",
5+
"ES2017",
66
"dom"
77
],
88
"rootDir": "src",

extensions/eclipse-che-theia-cli-endpoint/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../configs/base.tsconfig.json",
33
"compilerOptions": {
44
"lib": [
5-
"es6",
5+
"ES2017",
66
"dom"
77
],
88
"rootDir": "src",

extensions/eclipse-che-theia-credentials/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../configs/base.tsconfig.json",
33
"compilerOptions": {
44
"lib": [
5-
"es6",
5+
"ES2017",
66
"dom"
77
],
88
"rootDir": "src",

extensions/eclipse-che-theia-dashboard/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../configs/base.tsconfig.json",
33
"compilerOptions": {
44
"lib": [
5-
"es6",
5+
"ES2017",
66
"dom"
77
],
88
"rootDir": "src",

extensions/eclipse-che-theia-file-sync-tracker/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../configs/base.tsconfig.json",
33
"compilerOptions": {
44
"lib": [
5-
"es6",
5+
"ES2017",
66
"dom"
77
],
88
"rootDir": "src",

extensions/eclipse-che-theia-git-provisioner/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../configs/base.tsconfig.json",
33
"compilerOptions": {
44
"lib": [
5-
"es6",
5+
"ES2017",
66
"dom"
77
],
88
"rootDir": "src",

0 commit comments

Comments
 (0)