@arcgis/api-extractor 5.1.0-next.95 → 5.1.0-next.97
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-CSZ7AmTL.js → ApiExtractor-C80dphXQ.js} +2 -2
- package/dist/extractor/ApiExtractor.js +3 -3
- package/dist/extractor/config.js +2 -2
- package/dist/{typeScript-DbLmNbpz.js → typeScript-zGiGmG3F.js} +1 -1
- package/dist/vite/plugin.js +3 -3
- package/dist/vite/typeScript.js +1 -1
- package/dist/{worker-CW1yVtu9.js → worker-DPDqLo0a.js} +4 -2
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { l as H, a as se, e as De, p as me } from "./typeScript-
|
|
2
|
-
import { a as be, o as xe, t as Le, b as Oe, c as Ne, e as Be, p as We, d as Ue, f as _, i as pe, g as ze, h as je, j as He, k as Je, n as Ve, r as Xe } from "./worker-
|
|
1
|
+
import { l as H, a as se, e as De, p as me } from "./typeScript-zGiGmG3F.js";
|
|
2
|
+
import { a as be, o as xe, t as Le, b as Oe, c as Ne, e as Be, p as We, d as Ue, f as _, i as pe, g as ze, h as je, j as He, k as Je, n as Ve, r as Xe } from "./worker-DPDqLo0a.js";
|
|
3
3
|
import { getViewUrl as Ye, postProcessDeprecated as Q, postProcessDescription as G, postProcessDocsTags as V, resolveJsDocLink as qe } from "./extractor/processing/links.js";
|
|
4
4
|
import E from "typescript";
|
|
5
5
|
import { path as N, toPosixPathSeparators as Ze } from "@arcgis/components-build-utils";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import "../typeScript-
|
|
2
|
-
import "../worker-
|
|
1
|
+
import "../typeScript-zGiGmG3F.js";
|
|
2
|
+
import "../worker-DPDqLo0a.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-C80dphXQ.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, m as n, r as A } from "../worker-
|
|
2
|
+
import "../typeScript-zGiGmG3F.js";
|
|
3
|
+
import { l, m as n, r as A } from "../worker-DPDqLo0a.js";
|
|
4
4
|
import "./processing/links.js";
|
|
5
5
|
import "typescript";
|
|
6
6
|
import "fs/promises";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { findPath as E, path as u, toSystemPathSeparators as S } from "@arcgis/components-build-utils";
|
|
2
2
|
import t from "typescript";
|
|
3
3
|
import { styleText as f } from "util";
|
|
4
|
-
const w = "@arcgis/api-extractor", P = "5.1.0-next.
|
|
4
|
+
const w = "@arcgis/api-extractor", P = "5.1.0-next.97", D = {
|
|
5
5
|
name: w,
|
|
6
6
|
version: P
|
|
7
7
|
};
|
package/dist/vite/plugin.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { l as O, m as J } from "../worker-
|
|
2
|
-
import { A as S, w as T } from "../ApiExtractor-
|
|
3
|
-
import { p as A, l as C } from "../typeScript-
|
|
1
|
+
import { l as O, m as J } from "../worker-DPDqLo0a.js";
|
|
2
|
+
import { A as S, w as T } from "../ApiExtractor-C80dphXQ.js";
|
|
3
|
+
import { p as A, l as C } from "../typeScript-zGiGmG3F.js";
|
|
4
4
|
import { writeFile as M } from "node:fs/promises";
|
|
5
5
|
import { path as w } from "@arcgis/components-build-utils";
|
|
6
6
|
const N = A.name;
|
package/dist/vite/typeScript.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { path as He, existsAsync as Yt, getCwd as Di, retrievePackageJson as ct, toPosixPathSeparators as xi } from "@arcgis/components-build-utils";
|
|
2
|
-
import { b as Ri, p as Li, l as Ii } from "./typeScript-
|
|
2
|
+
import { b as Ri, p as Li, l as Ii } from "./typeScript-zGiGmG3F.js";
|
|
3
3
|
import { getDefaultBasePath as Zt, buildViewUrl as Ai, getViewUrl as Ue } from "./extractor/processing/links.js";
|
|
4
4
|
import o from "typescript";
|
|
5
5
|
import "fs/promises";
|
|
@@ -527,7 +527,9 @@ function un(e, t, n) {
|
|
|
527
527
|
export abstract class __FeatureLayerSansType extends FeatureLayerSuperclass {`;
|
|
528
528
|
return e.slice(0, a) + p + e.slice(a + i.length, c) + e.slice(s);
|
|
529
529
|
}
|
|
530
|
-
case "layers/OrientedImageryLayer":
|
|
530
|
+
case "layers/OrientedImageryLayer":
|
|
531
|
+
case "layers/AnnotationLayer":
|
|
532
|
+
case "layers/DimensionFeatureLayer": {
|
|
531
533
|
const i = `import type { __FeatureLayerSansType } from "./FeatureLayer.js";
|
|
532
534
|
`, a = `extends FeatureLayer {
|
|
533
535
|
`, r = e.indexOf(a);
|
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.97",
|
|
4
4
|
"description": "Documentation engine for WebGIS SDK packages",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"@commander-js/extra-typings": "^14.0.0",
|
|
54
54
|
"commander": "^14.0.0",
|
|
55
55
|
"tslib": "^2.8.1",
|
|
56
|
-
"@arcgis/
|
|
57
|
-
"@arcgis/
|
|
56
|
+
"@arcgis/components-build-utils": "5.1.0-next.97",
|
|
57
|
+
"@arcgis/toolkit": "5.1.0-next.97"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"typescript": "~6.0.2",
|