@arcgis/api-extractor 5.0.0-next.110 → 5.0.0-next.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +10 -6
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import d from "typescript";
|
|
|
2
2
|
import z, { supportsColorStderr as q } from "chalk";
|
|
3
3
|
import { path as J } from "@arcgis/components-build-utils";
|
|
4
4
|
import { mappedFind as j } from "@arcgis/toolkit/array";
|
|
5
|
-
const X = "@arcgis/api-extractor", Q = "5.0.0-next.
|
|
5
|
+
const X = "@arcgis/api-extractor", Q = "5.0.0-next.112", D = {
|
|
6
6
|
name: X,
|
|
7
7
|
version: Q
|
|
8
8
|
};
|
|
@@ -73,12 +73,13 @@ const Ge = "global:", Oe = /* @__PURE__ */ new Set([
|
|
|
73
73
|
"privateRemarks"
|
|
74
74
|
]), re = /* @__PURE__ */ new Set(["example", "see"]);
|
|
75
75
|
function Fe(e, t) {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
76
|
+
const n = t.moduleName, o = e.inheritedFrom?.module;
|
|
77
|
+
if (o !== void 0 && (t.moduleName = o), e.description && (e.description = e.description.replaceAll(b, t.resolveJsDocLink).replaceAll(t.alternativeDocumentationHost, t.normalizedDocumentationHost), e.description.includes("](.") && M(h, e.description, t)), e.docsTags !== void 0 && e.inheritedFrom === void 0)
|
|
78
|
+
for (let r = 0; r < e.docsTags.length; r++) {
|
|
79
|
+
const i = e.docsTags[r];
|
|
80
|
+
i.text && (i.text = i.text.replaceAll(b, t.resolveJsDocLink).replaceAll(t.alternativeDocumentationHost, t.normalizedDocumentationHost), i.text.includes("](.") && M(h, i.text, t));
|
|
80
81
|
}
|
|
81
|
-
typeof e.deprecated == "string" && (e.deprecated = e.deprecated.replaceAll(b, t.resolveJsDocLink).replaceAll(t.alternativeDocumentationHost, t.normalizedDocumentationHost), e.deprecated.includes("](.") && M(h, e.deprecated, t));
|
|
82
|
+
typeof e.deprecated == "string" && (e.deprecated = e.deprecated.replaceAll(b, t.resolveJsDocLink).replaceAll(t.alternativeDocumentationHost, t.normalizedDocumentationHost), e.deprecated.includes("](.") && M(h, e.deprecated, t)), o !== void 0 && (t.moduleName = n);
|
|
82
83
|
}
|
|
83
84
|
const h = "Unexpected relative markdown link. For links to API within the package use {@link}. For all other links, use absolute markdown. Documentation: https://webgis.esri.com/webgis/core/core/documenting-api#link";
|
|
84
85
|
function M(e, t, n) {
|
|
@@ -197,6 +198,9 @@ class Ue {
|
|
|
197
198
|
kind: "javascript-module",
|
|
198
199
|
path: o,
|
|
199
200
|
sourcePath: n,
|
|
201
|
+
deprecated: void 0,
|
|
202
|
+
description: void 0,
|
|
203
|
+
docsTags: void 0,
|
|
200
204
|
declarations: [],
|
|
201
205
|
exports: []
|
|
202
206
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/api-extractor",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.112",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"bin": "./dist/cli.js",
|
|
22
22
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@arcgis/components-build-utils": "5.0.0-next.
|
|
25
|
-
"@arcgis/toolkit": "5.0.0-next.
|
|
24
|
+
"@arcgis/components-build-utils": "5.0.0-next.112",
|
|
25
|
+
"@arcgis/toolkit": "5.0.0-next.112",
|
|
26
26
|
"@commander-js/extra-typings": "^14.0.0",
|
|
27
27
|
"chalk": "^5.4.1",
|
|
28
28
|
"commander": "^14.0.0",
|