diff --git a/aether-core/aether/client/src/app/renderermain.js b/aether-core/aether/client/src/app/renderermain.js index 797b3b6..d47f791 100644 --- a/aether-core/aether/client/src/app/renderermain.js +++ b/aether-core/aether/client/src/app/renderermain.js @@ -3,7 +3,7 @@ This is the main entry point to the client app. See app.vue for the start logic, and globally-applicable css. */ var __awaiter = - (this && this.__awaiter) || + this?.__awaiter || function (thisArg, _arguments, P, generator) { return new (P || (P = Promise))(function (resolve, reject) { function fulfilled(value) { @@ -31,7 +31,7 @@ var __awaiter = }) } var __generator = - (this && this.__generator) || + this?.__generator || function (thisArg, body) { var _ = { label: 0, diff --git a/aether-core/aether/client/src/app/services/feapiconsumer/feapiconsumer.js b/aether-core/aether/client/src/app/services/feapiconsumer/feapiconsumer.js index 31264c1..5d5a67b 100644 --- a/aether-core/aether/client/src/app/services/feapiconsumer/feapiconsumer.js +++ b/aether-core/aether/client/src/app/services/feapiconsumer/feapiconsumer.js @@ -1,7 +1,7 @@ 'use strict' // Services > Frontend API Consumer var __awaiter = - (this && this.__awaiter) || + this?.__awaiter || function (thisArg, _arguments, P, generator) { return new (P || (P = Promise))(function (resolve, reject) { function fulfilled(value) { @@ -29,7 +29,7 @@ var __awaiter = }) } var __generator = - (this && this.__generator) || + this?.__generator || function (thisArg, body) { var _ = { label: 0, diff --git a/aether-core/aether/client/src/app/store/index.js b/aether-core/aether/client/src/app/store/index.js index 6c67298..cbc6cf6 100644 --- a/aether-core/aether/client/src/app/store/index.js +++ b/aether-core/aether/client/src/app/store/index.js @@ -5,7 +5,7 @@ This is the data store for the client. This data store does not hold any persistent data, nor does it cache it. The point of this is to hold the instance data. The frontend is the actual caching and compile logic that regenerates the data to be used as needed. */ var __assign = - (this && this.__assign) || + this?.__assign || function () { __assign = Object.assign ||