diff --git a/types/ansi/tsconfig.json b/types/ansi/tsconfig.json index 0f2a9ffda906b1..8212078c348b0a 100644 --- a/types/ansi/tsconfig.json +++ b/types/ansi/tsconfig.json @@ -5,7 +5,7 @@ ], "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6" ], diff --git a/types/clearbladejs-node/tsconfig.json b/types/clearbladejs-node/tsconfig.json index 5459ef0414c428..3b599e8df730cf 100644 --- a/types/clearbladejs-node/tsconfig.json +++ b/types/clearbladejs-node/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES5", + "target": "es6", "module": "node16", "lib": [ "es6" diff --git a/types/clearbladejs-server/tsconfig.json b/types/clearbladejs-server/tsconfig.json index b17f9a73e3687e..3e7d418fe24b8c 100644 --- a/types/clearbladejs-server/tsconfig.json +++ b/types/clearbladejs-server/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES5", + "target": "es6", "module": "node16", "lib": [ "es6" diff --git a/types/domexception/tsconfig.json b/types/domexception/tsconfig.json index 2624c7827828b6..c03dd5d50fad45 100644 --- a/types/domexception/tsconfig.json +++ b/types/domexception/tsconfig.json @@ -11,7 +11,7 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "target": "ES5" + "target": "es6" }, "files": [ "test/domexception.index.test.ts", diff --git a/types/ember-data/v3/tsconfig.json b/types/ember-data/v3/tsconfig.json index 723cd1a06a935c..aeb0cb6b9a7d5a 100644 --- a/types/ember-data/v3/tsconfig.json +++ b/types/ember-data/v3/tsconfig.json @@ -5,7 +5,7 @@ "es6", "dom" ], - "target": "es5", + "target": "es6", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, diff --git a/types/ember/v2/tsconfig.json b/types/ember/v2/tsconfig.json index 5791cdba39ea11..5fb019e5e55b4a 100755 --- a/types/ember/v2/tsconfig.json +++ b/types/ember/v2/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember/v3/tsconfig.json b/types/ember/v3/tsconfig.json index af47a75a35c5a9..56e1689a021ed4 100755 --- a/types/ember/v3/tsconfig.json +++ b/types/ember/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__application/v3/tsconfig.json b/types/ember__application/v3/tsconfig.json index 2b05c6b1f3fc66..da07a6dde2ad76 100644 --- a/types/ember__application/v3/tsconfig.json +++ b/types/ember__application/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__array/v3/tsconfig.json b/types/ember__array/v3/tsconfig.json index 17505e853e550c..48510add51a53b 100644 --- a/types/ember__array/v3/tsconfig.json +++ b/types/ember__array/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__component/v3/tsconfig.json b/types/ember__component/v3/tsconfig.json index 4dbb1581a449aa..e3ed6eaa6c3783 100644 --- a/types/ember__component/v3/tsconfig.json +++ b/types/ember__component/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__controller/v3/tsconfig.json b/types/ember__controller/v3/tsconfig.json index ef9b5fba8bf1e1..b67b2fce7024ab 100644 --- a/types/ember__controller/v3/tsconfig.json +++ b/types/ember__controller/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__debug/v3/tsconfig.json b/types/ember__debug/v3/tsconfig.json index fdfd61894f15be..6cfe2d7ff62d05 100644 --- a/types/ember__debug/v3/tsconfig.json +++ b/types/ember__debug/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__destroyable/v3/tsconfig.json b/types/ember__destroyable/v3/tsconfig.json index b1e91c10ee2507..d3af554731f650 100644 --- a/types/ember__destroyable/v3/tsconfig.json +++ b/types/ember__destroyable/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__engine/v3/tsconfig.json b/types/ember__engine/v3/tsconfig.json index 5196b5183107ce..633016c7a292b5 100644 --- a/types/ember__engine/v3/tsconfig.json +++ b/types/ember__engine/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__error/v3/tsconfig.json b/types/ember__error/v3/tsconfig.json index 0ccafbfd30fe19..023d54746ccdd3 100644 --- a/types/ember__error/v3/tsconfig.json +++ b/types/ember__error/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__object/v3/tsconfig.json b/types/ember__object/v3/tsconfig.json index 1a80babee484cc..fbc387358f2247 100644 --- a/types/ember__object/v3/tsconfig.json +++ b/types/ember__object/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__polyfills/v3/tsconfig.json b/types/ember__polyfills/v3/tsconfig.json index 08f85203949596..d533695e95366c 100644 --- a/types/ember__polyfills/v3/tsconfig.json +++ b/types/ember__polyfills/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__routing/v3/tsconfig.json b/types/ember__routing/v3/tsconfig.json index cdf91b05d416d1..27ff53cc14e787 100644 --- a/types/ember__routing/v3/tsconfig.json +++ b/types/ember__routing/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es2018", "dom" diff --git a/types/ember__runloop/v3/tsconfig.json b/types/ember__runloop/v3/tsconfig.json index 56d0d224d824af..0cee8485823c4a 100644 --- a/types/ember__runloop/v3/tsconfig.json +++ b/types/ember__runloop/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__service/v3/tsconfig.json b/types/ember__service/v3/tsconfig.json index ef9b5fba8bf1e1..b67b2fce7024ab 100644 --- a/types/ember__service/v3/tsconfig.json +++ b/types/ember__service/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__string/v2/tsconfig.json b/types/ember__string/v2/tsconfig.json index 0388d18b4c3a57..62e8e0549ebca8 100644 --- a/types/ember__string/v2/tsconfig.json +++ b/types/ember__string/v2/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__template/v3/tsconfig.json b/types/ember__template/v3/tsconfig.json index 4ec247c3d13d1d..0da5559e26d084 100644 --- a/types/ember__template/v3/tsconfig.json +++ b/types/ember__template/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__test/v3/tsconfig.json b/types/ember__test/v3/tsconfig.json index c5bfac9ec83f84..b398b56b2c4df2 100644 --- a/types/ember__test/v3/tsconfig.json +++ b/types/ember__test/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/ember__utils/v3/tsconfig.json b/types/ember__utils/v3/tsconfig.json index 5f98a42f28af40..9f16da9a90b685 100644 --- a/types/ember__utils/v3/tsconfig.json +++ b/types/ember__utils/v3/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/guacamole-client/tsconfig.json b/types/guacamole-client/tsconfig.json index f13ed0a0556401..4a981eda28c29f 100644 --- a/types/guacamole-client/tsconfig.json +++ b/types/guacamole-client/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "module": "node16", "noEmit": true, "forceConsistentCasingInFileNames": true, diff --git a/types/jest/tsconfig.json b/types/jest/tsconfig.json index fbff0bd486f9e5..15e2df8b00455c 100644 --- a/types/jest/tsconfig.json +++ b/types/jest/tsconfig.json @@ -11,7 +11,7 @@ "noImplicitThis": false, "strictNullChecks": true, "strictFunctionTypes": true, - "target": "es5", + "target": "es6", "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true diff --git a/types/material__base/tsconfig.json b/types/material__base/tsconfig.json index e3ecc43dcce5cf..8a62dd66cbab43 100644 --- a/types/material__base/tsconfig.json +++ b/types/material__base/tsconfig.json @@ -4,7 +4,7 @@ ], "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/mssql/tsconfig.json b/types/mssql/tsconfig.json index 0f4dea7f73b544..07486f3774e62c 100644 --- a/types/mssql/tsconfig.json +++ b/types/mssql/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES5", + "target": "es6", "module": "node16", "lib": [ "es6" diff --git a/types/openseadragon/tsconfig.json b/types/openseadragon/tsconfig.json index d7b47718912428..18232d6c1c19e7 100644 --- a/types/openseadragon/tsconfig.json +++ b/types/openseadragon/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "module": "node16", "lib": [ "es6", diff --git a/types/opossum/tsconfig.json b/types/opossum/tsconfig.json index 0bd2c81fc32dc8..411b5fb3550c41 100644 --- a/types/opossum/tsconfig.json +++ b/types/opossum/tsconfig.json @@ -4,7 +4,7 @@ "lib": [ "es6" ], - "target": "es5", + "target": "es6", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, diff --git a/types/oracle__oraclejet/tsconfig.json b/types/oracle__oraclejet/tsconfig.json index e2a1eeb1f3c331..dc5458f0f2d2e0 100644 --- a/types/oracle__oraclejet/tsconfig.json +++ b/types/oracle__oraclejet/tsconfig.json @@ -17,7 +17,7 @@ "types": [], "forceConsistentCasingInFileNames": true, "noEmit": true, - "target": "es5" + "target": "es6" }, "files": [ "oracle__oraclejet-tests.ts", diff --git a/types/postcss-less/tsconfig.json b/types/postcss-less/tsconfig.json index 950eb4fb61ffe0..06f238d25b205b 100644 --- a/types/postcss-less/tsconfig.json +++ b/types/postcss-less/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "ES5", + "target": "es6", "lib": [ "es6", "ES2018.Promise" diff --git a/types/react-transition-group/tsconfig.json b/types/react-transition-group/tsconfig.json index 0a716750001fef..c0ab1b37448112 100644 --- a/types/react-transition-group/tsconfig.json +++ b/types/react-transition-group/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "module": "node16", "lib": [ "es6", diff --git a/types/react-virtualized/tsconfig.json b/types/react-virtualized/tsconfig.json index 8e7125519cd4af..d6d8104be8891e 100644 --- a/types/react-virtualized/tsconfig.json +++ b/types/react-virtualized/tsconfig.json @@ -13,7 +13,7 @@ "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, - "target": "es5" + "target": "es6" }, "files": [ "index.d.ts", diff --git a/types/rsvp/rsvp-tests.ts b/types/rsvp/rsvp-tests.ts index 01b5835c33b303..e508bc3fc9be1c 100755 --- a/types/rsvp/rsvp-tests.ts +++ b/types/rsvp/rsvp-tests.ts @@ -24,7 +24,7 @@ async function testAsyncAwait() { const awaitedNothing = await RSVP.resolve(); const awaitedValue = await RSVP.resolve("just a value"); - async function returnsAPromise(): RSVP.Promise { + function returnsAPromise(): RSVP.Promise { return RSVP.resolve("look, a string"); } diff --git a/types/rsvp/tsconfig.json b/types/rsvp/tsconfig.json index a7b31ee856382b..bd182030d8bd78 100755 --- a/types/rsvp/tsconfig.json +++ b/types/rsvp/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6", "dom" diff --git a/types/sinon/tsconfig.json b/types/sinon/tsconfig.json index d4c9d18f2bfb86..83aab341891922 100644 --- a/types/sinon/tsconfig.json +++ b/types/sinon/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "module": "node16", "lib": [ "es6", diff --git a/types/wechat-miniprogram-xmly/tsconfig.json b/types/wechat-miniprogram-xmly/tsconfig.json index a0ebaab7e91d08..681fc4e4c0058c 100644 --- a/types/wechat-miniprogram-xmly/tsconfig.json +++ b/types/wechat-miniprogram-xmly/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "ES5", + "target": "es6", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, diff --git a/types/wechat-miniprogram/tsconfig.json b/types/wechat-miniprogram/tsconfig.json index b504028055d2b5..2c282b9fe0d6c3 100644 --- a/types/wechat-miniprogram/tsconfig.json +++ b/types/wechat-miniprogram/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "ES5", + "target": "es6", "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, diff --git a/types/when/tsconfig.json b/types/when/tsconfig.json index d2a7befe9b9cfa..5b14db33cd200f 100644 --- a/types/when/tsconfig.json +++ b/types/when/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "node16", - "target": "es5", + "target": "es6", "lib": [ "es6" ],