@arcgis/api-extractor 5.1.0-next.12 → 5.1.0-next.13
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/{ApiExtractor-BCmY4dON.js → ApiExtractor-CsZw1gc4.js} +2 -2
- package/dist/diff/apiDiffToMarkdown.js +59 -61
- package/dist/extractor/ApiExtractor.js +3 -3
- package/dist/extractor/config.js +2 -2
- package/dist/{typeScript-BCBmfHLx.js → typeScript-C2M4aviw.js} +1 -1
- package/dist/vite/plugin.js +3 -3
- package/dist/vite/typeScript.js +1 -1
- package/dist/{worker-BVWpH1zZ.js → worker-oskaUWnO.js} +1 -2
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { l as H, a as se, e as Re, p as fe } from "./typeScript-
|
|
2
|
-
import { a as be, o as Me, t as Ge, b as De, c as Le, e as Oe, d as _, p as Ne, f as Be, i as me, g as We, h as Ue, j as ze, k as je, n as He, r as Je } from "./worker-
|
|
1
|
+
import { l as H, a as se, e as Re, p as fe } from "./typeScript-C2M4aviw.js";
|
|
2
|
+
import { a as be, o as Me, t as Ge, b as De, c as Le, e as Oe, d as _, p as Ne, f as Be, i as me, g as We, h as Ue, j as ze, k as je, n as He, r as Je } from "./worker-oskaUWnO.js";
|
|
3
3
|
import { getViewUrl as Ve, postProcessDeprecated as ee, postProcessDescription as G, postProcessDocsTags as V, resolveJsDocLink as Xe } from "./extractor/processing/links.js";
|
|
4
4
|
import E from "typescript";
|
|
5
5
|
import { path as N, toPosixPathSeparators as Ye } from "@arcgis/components-build-utils";
|
|
@@ -5,81 +5,79 @@ function K({ modules: e }, t) {
|
|
|
5
5
|
members: []
|
|
6
6
|
};
|
|
7
7
|
for (let n = 0; n < e.length; ++n) {
|
|
8
|
-
const s = e[n],
|
|
9
|
-
let y =
|
|
10
|
-
const
|
|
11
|
-
s.declarations.length === 1 && s.declarations[0].name ===
|
|
12
|
-
let
|
|
13
|
-
for (const
|
|
14
|
-
|
|
15
|
-
for (let
|
|
16
|
-
const
|
|
17
|
-
if (
|
|
18
|
-
for (let
|
|
19
|
-
const
|
|
20
|
-
if (
|
|
8
|
+
const s = e[n], w = s.path.split("/");
|
|
9
|
+
let y = w;
|
|
10
|
+
const M = w.at(-1);
|
|
11
|
+
s.declarations.length === 1 && s.declarations[0].name === M && (y = w.slice(0, -1));
|
|
12
|
+
let U = o;
|
|
13
|
+
for (const g of y)
|
|
14
|
+
U = N(U, g);
|
|
15
|
+
for (let g = 0; g < s.declarations.length; ++g) {
|
|
16
|
+
const h = s.declarations[g], S = B(h), O = h.removed === !0 ? void 0 : $(t, s.path, h, void 0), k = j(h), x = { label: S, viewUrl: O, change: k }, d = h, m = [];
|
|
17
|
+
if (d.members !== void 0)
|
|
18
|
+
for (let l = 0; l < d.members.length; ++l) {
|
|
19
|
+
const a = d.members[l], f = p(a.kind, a);
|
|
20
|
+
if (f === void 0)
|
|
21
21
|
continue;
|
|
22
|
-
const v = F(
|
|
22
|
+
const v = F(a), r = a.removed === !0 ? void 0 : $(
|
|
23
23
|
t,
|
|
24
24
|
s.path,
|
|
25
|
-
|
|
26
|
-
"name" in
|
|
25
|
+
h,
|
|
26
|
+
"name" in a ? a.name : `${h.name}Properties`
|
|
27
27
|
);
|
|
28
|
-
|
|
28
|
+
m.push({ label: v, viewUrl: r, change: f });
|
|
29
29
|
}
|
|
30
|
-
if (
|
|
31
|
-
for (let
|
|
32
|
-
const
|
|
33
|
-
if (
|
|
30
|
+
if (d.events !== void 0)
|
|
31
|
+
for (let l = 0; l < d.events.length; ++l) {
|
|
32
|
+
const a = d.events[l], f = p("event", a);
|
|
33
|
+
if (f === void 0)
|
|
34
34
|
continue;
|
|
35
|
-
const v =
|
|
36
|
-
|
|
35
|
+
const v = a.removed === !0 ? void 0 : $(t, s.path, h, `event-${a.name}`);
|
|
36
|
+
m.push({ label: `@${a.name}`, viewUrl: v, change: f });
|
|
37
37
|
}
|
|
38
|
-
if (typeof
|
|
39
|
-
const
|
|
40
|
-
if (
|
|
41
|
-
for (let
|
|
42
|
-
const
|
|
43
|
-
if (
|
|
38
|
+
if (typeof d.tagName == "string") {
|
|
39
|
+
const l = d.slots, a = d.cssParts, f = d.cssProperties, v = d.cssStates;
|
|
40
|
+
if (l !== void 0)
|
|
41
|
+
for (let r = 0; r < l.length; ++r) {
|
|
42
|
+
const i = l[r], u = p("slot", i);
|
|
43
|
+
if (u === void 0)
|
|
44
44
|
continue;
|
|
45
|
-
const
|
|
46
|
-
|
|
45
|
+
const b = i.removed === !0 ? void 0 : $(t, s.path, h, `slot-${i.name}`);
|
|
46
|
+
m.push({ label: i.name, viewUrl: b, change: u });
|
|
47
47
|
}
|
|
48
|
-
if (
|
|
49
|
-
for (let
|
|
50
|
-
const
|
|
51
|
-
if (
|
|
48
|
+
if (a !== void 0)
|
|
49
|
+
for (let r = 0; r < a.length; ++r) {
|
|
50
|
+
const i = a[r], u = p("css part", i);
|
|
51
|
+
if (u === void 0)
|
|
52
52
|
continue;
|
|
53
|
-
|
|
54
|
-
f.push({ label: r.name, viewUrl: p, change: h });
|
|
53
|
+
m.push({ label: i.name, viewUrl: void 0, change: u });
|
|
55
54
|
}
|
|
56
|
-
if (
|
|
57
|
-
for (let
|
|
58
|
-
const
|
|
59
|
-
if (
|
|
55
|
+
if (f !== void 0)
|
|
56
|
+
for (let r = 0; r < f.length; ++r) {
|
|
57
|
+
const i = f[r], u = p("css property", i);
|
|
58
|
+
if (u === void 0)
|
|
60
59
|
continue;
|
|
61
|
-
const
|
|
62
|
-
|
|
60
|
+
const b = i.removed === !0 ? void 0 : $(t, s.path, h, i.name);
|
|
61
|
+
m.push({ label: i.name, viewUrl: b, change: u });
|
|
63
62
|
}
|
|
64
63
|
if (v !== void 0)
|
|
65
|
-
for (let
|
|
66
|
-
const
|
|
67
|
-
if (
|
|
64
|
+
for (let r = 0; r < v.length; ++r) {
|
|
65
|
+
const i = v[r], u = p("css state", i);
|
|
66
|
+
if (u === void 0)
|
|
68
67
|
continue;
|
|
69
|
-
|
|
70
|
-
f.push({ label: r.name, viewUrl: p, change: h });
|
|
68
|
+
m.push({ label: i.name, viewUrl: void 0, change: u });
|
|
71
69
|
}
|
|
72
70
|
}
|
|
73
|
-
|
|
71
|
+
m.length > 0 ? E(U, x).members.push(...m) : k !== void 0 && U.members.push(x);
|
|
74
72
|
}
|
|
75
73
|
}
|
|
76
74
|
const c = [];
|
|
77
75
|
for (const n of o.children.values())
|
|
78
|
-
|
|
76
|
+
L(n, "", c);
|
|
79
77
|
return c.join(`
|
|
80
78
|
`);
|
|
81
79
|
}
|
|
82
|
-
function
|
|
80
|
+
function N(e, t) {
|
|
83
81
|
const o = e.children.get(t);
|
|
84
82
|
if (o !== void 0)
|
|
85
83
|
return o;
|
|
@@ -88,16 +86,16 @@ function L(e, t) {
|
|
|
88
86
|
}
|
|
89
87
|
function j(e) {
|
|
90
88
|
const t = e.tagName !== void 0 ? "component" : e.kind === "interface" ? "type declaration" : e.kind;
|
|
91
|
-
return
|
|
89
|
+
return p(t, e);
|
|
92
90
|
}
|
|
93
|
-
function
|
|
91
|
+
function p(e, t) {
|
|
94
92
|
const { added: o, removed: c, deprecated: n } = t;
|
|
95
93
|
if (c) {
|
|
96
94
|
const s = `**removed** ${e}`;
|
|
97
|
-
return typeof n == "string" ? `${s} - deprecated ${
|
|
95
|
+
return typeof n == "string" ? `${s} - deprecated ${D(n)}` : s;
|
|
98
96
|
}
|
|
99
97
|
if (n)
|
|
100
|
-
return typeof n == "string" ? `**deprecated** ${e} ${
|
|
98
|
+
return typeof n == "string" ? `**deprecated** ${e} ${D(n)}` : `**deprecated** ${e}`;
|
|
101
99
|
if (o)
|
|
102
100
|
return `**added** ${e}`;
|
|
103
101
|
}
|
|
@@ -105,12 +103,12 @@ function B(e) {
|
|
|
105
103
|
const t = e.tagName;
|
|
106
104
|
return typeof t == "string" && t.length > 0 ? t : C(e.name) + (e.kind === "function" ? "()" : "");
|
|
107
105
|
}
|
|
108
|
-
function
|
|
109
|
-
const n = `${e}${t}
|
|
106
|
+
function $(e, t, o, c) {
|
|
107
|
+
const n = `${e}${t}/`;
|
|
110
108
|
return T(n, o.kind === "class" ? void 0 : o.name, c);
|
|
111
109
|
}
|
|
112
110
|
function E(e, t) {
|
|
113
|
-
const o =
|
|
111
|
+
const o = N(e, t.label);
|
|
114
112
|
return o.node = t, o;
|
|
115
113
|
}
|
|
116
114
|
function F(e) {
|
|
@@ -119,11 +117,11 @@ function F(e) {
|
|
|
119
117
|
function C(e) {
|
|
120
118
|
return e.replace(/[\\\[\]\(\)]/gu, "\\$&");
|
|
121
119
|
}
|
|
122
|
-
function
|
|
120
|
+
function D(e) {
|
|
123
121
|
return e.split(`
|
|
124
122
|
`)[0];
|
|
125
123
|
}
|
|
126
|
-
function
|
|
124
|
+
function L(e, t, o) {
|
|
127
125
|
if (e.node) {
|
|
128
126
|
const n = e.node.viewUrl === void 0 ? e.node.label : `[${e.node.label}](${e.node.viewUrl})`;
|
|
129
127
|
e.node.change ? o.push(`${t}- ${n} - ${e.node.change}`) : o.push(`${t}- ${n}`);
|
|
@@ -135,7 +133,7 @@ function M(e, t, o) {
|
|
|
135
133
|
n.change ? o.push(`${c}- ${s} - ${n.change}`) : o.push(`${c}- ${s}`);
|
|
136
134
|
}
|
|
137
135
|
for (const n of e.children.values())
|
|
138
|
-
|
|
136
|
+
L(n, c, o);
|
|
139
137
|
}
|
|
140
138
|
export {
|
|
141
139
|
K as apiDiffToMarkdown
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import "../typeScript-
|
|
2
|
-
import "../worker-
|
|
1
|
+
import "../typeScript-C2M4aviw.js";
|
|
2
|
+
import "../worker-oskaUWnO.js";
|
|
3
3
|
import "./processing/links.js";
|
|
4
4
|
import "typescript";
|
|
5
|
-
import { A as x } from "../ApiExtractor-
|
|
5
|
+
import { A as x } from "../ApiExtractor-CsZw1gc4.js";
|
|
6
6
|
import "@arcgis/toolkit/function";
|
|
7
7
|
export {
|
|
8
8
|
x as ApiExtractor
|
package/dist/extractor/config.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "@arcgis/components-build-utils";
|
|
2
|
-
import "../typeScript-
|
|
3
|
-
import { l as n, m as A, r as C } from "../worker-
|
|
2
|
+
import "../typeScript-C2M4aviw.js";
|
|
3
|
+
import { l as n, m as A, r as C } from "../worker-oskaUWnO.js";
|
|
4
4
|
import "./processing/links.js";
|
|
5
5
|
import "typescript";
|
|
6
6
|
import "fs/promises";
|
|
@@ -2,7 +2,7 @@ import { findPath as v, path as C, toSystemPathSeparators as y } from "@arcgis/c
|
|
|
2
2
|
import t from "typescript";
|
|
3
3
|
import E, { supportsColorStderr as S } from "chalk";
|
|
4
4
|
import { styleText as w } from "util";
|
|
5
|
-
const P = "@arcgis/api-extractor", D = "5.1.0-next.
|
|
5
|
+
const P = "@arcgis/api-extractor", D = "5.1.0-next.13", N = {
|
|
6
6
|
name: P,
|
|
7
7
|
version: D
|
|
8
8
|
};
|
package/dist/vite/plugin.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { l as T, m as J } from "../worker-
|
|
2
|
-
import { A as b, w as S } from "../ApiExtractor-
|
|
3
|
-
import { p as k, l as A } from "../typeScript-
|
|
1
|
+
import { l as T, m as J } from "../worker-oskaUWnO.js";
|
|
2
|
+
import { A as b, w as S } from "../ApiExtractor-CsZw1gc4.js";
|
|
3
|
+
import { p as k, l as A } from "../typeScript-C2M4aviw.js";
|
|
4
4
|
import { writeFile as C } from "node:fs/promises";
|
|
5
5
|
import { path as w } from "@arcgis/components-build-utils";
|
|
6
6
|
const M = k.name;
|
package/dist/vite/typeScript.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { path as $e, existsAsync as Qt, getCwd as Pi, retrievePackageJson as lt, toPosixPathSeparators as xi } from "@arcgis/components-build-utils";
|
|
2
|
-
import { b as Ri, p as Di, l as Li } from "./typeScript-
|
|
2
|
+
import { b as Ri, p as Di, l as Li } from "./typeScript-C2M4aviw.js";
|
|
3
3
|
import { getDefaultBasePath as Yt, buildViewUrl as Ii, getViewUrl as Ge } from "./extractor/processing/links.js";
|
|
4
4
|
import o from "typescript";
|
|
5
5
|
import "fs/promises";
|
|
@@ -514,7 +514,6 @@ function mn(e, t, n) {
|
|
|
514
514
|
export abstract class __FeatureLayerSansType extends FeatureLayerSuperclass {`;
|
|
515
515
|
return e.slice(0, a) + m + e.slice(a + i.length, c) + e.slice(r);
|
|
516
516
|
}
|
|
517
|
-
case "layers/CSVLayer":
|
|
518
517
|
case "layers/OrientedImageryLayer": {
|
|
519
518
|
const i = `import type { __FeatureLayerSansType } from "./FeatureLayer.js";
|
|
520
519
|
`, a = `extends FeatureLayer {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/api-extractor",
|
|
3
|
-
"version": "5.1.0-next.
|
|
3
|
+
"version": "5.1.0-next.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"chalk": "^5.4.1",
|
|
54
54
|
"commander": "^14.0.0",
|
|
55
55
|
"tslib": "^2.8.1",
|
|
56
|
-
"@arcgis/components-build-utils": "5.1.0-next.
|
|
57
|
-
"@arcgis/toolkit": "5.1.0-next.
|
|
56
|
+
"@arcgis/components-build-utils": "5.1.0-next.13",
|
|
57
|
+
"@arcgis/toolkit": "5.1.0-next.13"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"typescript": "~5.9.3",
|