@forge/util

2.0.12.0.1-experimental-7890858
packages/ari/azure-devops.azure-devops/index.js
~packages/ari/azure-devops.azure-devops/index.jsModified
+2−11
Index: package/packages/ari/azure-devops.azure-devops/index.js
===================================================================
--- package/packages/ari/azure-devops.azure-devops/index.js
+++ package/packages/ari/azure-devops.azure-devops/index.js
@@ -283,27 +283,22 @@
 var azureDevopsAzureDevopsRemoteLinkAriStaticOpts = {
   qualifier: "ari",
   platformQualifier: "third-party",
   cloudId: new RegExp("^$"),
-  // eslint-disable-line no-useless-escape
   resourceOwner: AzureDevopsAzureDevopsRemoteLinkAriResourceOwner,
   resourceType: AzureDevopsAzureDevopsRemoteLinkAriResourceType,
   resourceIdSlug: "organization/{organization}/project/{projectId}/repository/{repositoryId}",
   resourceIdSegmentFormats: {
     organization: /[a-fA-F0-9]{64}/,
-    // eslint-disable-line no-useless-escape
     projectId: /[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/,
-    // eslint-disable-line no-useless-escape
     repositoryId: /[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
-    // eslint-disable-line no-useless-escape
   }
 };
 
 // src/azure-devops.azure-devops/remote-link/index.ts
 var AzureDevopsAzureDevopsRemoteLinkAri = class _AzureDevopsAzureDevopsRemoteLinkAri extends RegisteredAri {
   constructor(opts) {
-    super(opts);
-    this._organization = opts.resourceIdSegmentValues.organization, this._projectId = opts.resourceIdSegmentValues.projectId, this._repositoryId = opts.resourceIdSegmentValues.repositoryId;
+    super(opts), this._organization = opts.resourceIdSegmentValues.organization, this._projectId = opts.resourceIdSegmentValues.projectId, this._repositoryId = opts.resourceIdSegmentValues.repositoryId;
   }
   get organization() {
     return this._organization;
   }
@@ -349,27 +344,23 @@
 var azureDevopsAzureDevopsRepositoryAriStaticOpts = {
   qualifier: "ari",
   platformQualifier: "third-party",
   cloudId: new RegExp("^$"),
-  // eslint-disable-line no-useless-escape
   resourceOwner: AzureDevopsAzureDevopsRepositoryAriResourceOwner,
   resourceType: AzureDevopsAzureDevopsRepositoryAriResourceType,
   resourceIdSlug: "organization/{organization}/project/{projectId}/repository/{repositoryId}",
   resourceIdSegmentFormats: {
     organization: /[A-Za-z0-9](?:[A-Za-z0-9\-]{0,48}[A-Za-z0-9])?/,
     // eslint-disable-line no-useless-escape
     projectId: /[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/,
-    // eslint-disable-line no-useless-escape
     repositoryId: /[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
-    // eslint-disable-line no-useless-escape
   }
 };
 
 // src/azure-devops.azure-devops/repository/index.ts
 var AzureDevopsAzureDevopsRepositoryAri = class _AzureDevopsAzureDevopsRepositoryAri extends RegisteredAri {
   constructor(opts) {
-    super(opts);
-    this._organization = opts.resourceIdSegmentValues.organization, this._projectId = opts.resourceIdSegmentValues.projectId, this._repositoryId = opts.resourceIdSegmentValues.repositoryId;
+    super(opts), this._organization = opts.resourceIdSegmentValues.organization, this._projectId = opts.resourceIdSegmentValues.projectId, this._repositoryId = opts.resourceIdSegmentValues.repositoryId;
   }
   get organization() {
     return this._organization;
   }