@forge/cli
12.22.012.22.0-experimental-04cc2b9
out/command-line/view/custom-scopes-view.js~
out/command-line/view/custom-scopes-view.jsModified+1−1
Index: package/out/command-line/view/custom-scopes-view.js
===================================================================
--- package/out/command-line/view/custom-scopes-view.js
+++ package/out/command-line/view/custom-scopes-view.js
@@ -5,9 +5,9 @@
var CustomScopesDisplayFormat;
(function (CustomScopesDisplayFormat) {
CustomScopesDisplayFormat[CustomScopesDisplayFormat["JSON"] = 0] = "JSON";
CustomScopesDisplayFormat[CustomScopesDisplayFormat["TABLE"] = 1] = "TABLE";
-})(CustomScopesDisplayFormat = exports.CustomScopesDisplayFormat || (exports.CustomScopesDisplayFormat = {}));
+})(CustomScopesDisplayFormat || (exports.CustomScopesDisplayFormat = CustomScopesDisplayFormat = {}));
class CustomScopesView {
ui;
constructor(ui) {
this.ui = ui;