@arcgis/api-extractor 4.34.0-next.12 → 4.34.0-next.121
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/LICENSE.md +17 -0
- package/README.md +2 -10
- package/dist/index.js +5 -5
- package/package.json +3 -3
package/LICENSE.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Licensing
|
|
2
|
+
|
|
3
|
+
COPYRIGHT © Esri
|
|
4
|
+
|
|
5
|
+
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
|
|
6
|
+
|
|
7
|
+
This material is licensed for use under the [Esri Master License Agreement (MLA)](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf), and is bound by the terms of that agreement.
|
|
8
|
+
You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
|
|
9
|
+
|
|
10
|
+
For additional information, contact:
|
|
11
|
+
Environmental Systems Research Institute, Inc.
|
|
12
|
+
Attn: Contracts and Legal Services Department
|
|
13
|
+
380 New York Street
|
|
14
|
+
Redlands, California, USA 92373
|
|
15
|
+
USA
|
|
16
|
+
|
|
17
|
+
email: legal@esri.com
|
package/README.md
CHANGED
|
@@ -8,14 +8,6 @@ It is not intended to be used directly, but rather used as a dependency by other
|
|
|
8
8
|
|
|
9
9
|
## License
|
|
10
10
|
|
|
11
|
-
COPYRIGHT ©
|
|
11
|
+
COPYRIGHT © Esri
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
|
|
16
|
-
|
|
17
|
-
See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
|
|
18
|
-
|
|
19
|
-
For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
|
|
20
|
-
|
|
21
|
-
email: contracts@esri.com
|
|
13
|
+
This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package.
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import a from "typescript";
|
|
2
2
|
import { path as x } from "@arcgis/components-build-utils";
|
|
3
|
-
import { mappedFind as m } from "@arcgis/
|
|
4
|
-
const h = "@arcgis/api-extractor", g = "4.34.0-next.
|
|
3
|
+
import { mappedFind as m } from "@arcgis/toolkit/array";
|
|
4
|
+
const h = "@arcgis/api-extractor", g = "4.34.0-next.121", j = (e) => e.kind === "method", A = (e) => e.kind === "field";
|
|
5
5
|
function v(e, s) {
|
|
6
6
|
const t = e.path.split("/"), n = t.pop(), i = t.join("/"), o = s.path.split("/"), c = o.pop(), r = o.join("/");
|
|
7
7
|
return i === r ? n < c ? -1 : 1 : i.startsWith(r) ? 1 : r.startsWith(i) || i < r ? -1 : 1;
|
|
@@ -132,7 +132,7 @@ function S(e, s) {
|
|
|
132
132
|
}
|
|
133
133
|
const D = `
|
|
134
134
|
|
|
135
|
-
{@link `, k = "Read more...}", $ = (e) => e.map((s) => ({
|
|
135
|
+
{@link `, k = "Read more...}", $ = (e) => e.filter((s) => s.name !== "privateRemarks").map((s) => ({
|
|
136
136
|
name: s.name,
|
|
137
137
|
text: s.text?.map((t) => t.text).join("")
|
|
138
138
|
}));
|
|
@@ -194,7 +194,7 @@ function I(e = "", s = []) {
|
|
|
194
194
|
}).join("")}${i ? `
|
|
195
195
|
` : ""} `;
|
|
196
196
|
}
|
|
197
|
-
function
|
|
197
|
+
function R(e, s, t, n) {
|
|
198
198
|
const i = s.getSymbolAtLocation(e);
|
|
199
199
|
if (n ??= i === void 0 ? void 0 : S(s, i), n !== void 0) {
|
|
200
200
|
for (const o of n.docsTags) {
|
|
@@ -236,7 +236,7 @@ export {
|
|
|
236
236
|
j as isApiMethod,
|
|
237
237
|
A as isApiProperty,
|
|
238
238
|
T as multipleJsDocTags,
|
|
239
|
-
|
|
239
|
+
R as setApiDocFromJsDoc,
|
|
240
240
|
O as setDefaultFromInitializer,
|
|
241
241
|
S as symbolToDocs
|
|
242
242
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/api-extractor",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.121",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
],
|
|
15
15
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@arcgis/components-build-utils": "4.34.0-next.
|
|
18
|
-
"@arcgis/
|
|
17
|
+
"@arcgis/components-build-utils": "4.34.0-next.121",
|
|
18
|
+
"@arcgis/toolkit": "4.34.0-next.121",
|
|
19
19
|
"tslib": "^2.8.1",
|
|
20
20
|
"typescript": "~5.8.3"
|
|
21
21
|
}
|