@arcgis/api-extractor 5.0.0-next.67 → 5.0.0-next.69
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/apiJson.d.ts +2 -2
- package/dist/index.js +5 -5
- package/dist/types.d.ts +1 -1
- package/package.json +3 -3
package/dist/apiJson.d.ts
CHANGED
|
@@ -699,7 +699,7 @@ export interface ApiClassDeclaration extends ApiObjectLikeDeclaration, ApiWithEv
|
|
|
699
699
|
* matches the order of language used to describe mixin application, like
|
|
700
700
|
* "S with A, B".
|
|
701
701
|
*
|
|
702
|
-
* @see https://
|
|
702
|
+
* @see https://webgis.esri.com/webgis/core/core/mixins
|
|
703
703
|
*
|
|
704
704
|
*/
|
|
705
705
|
mixins?: ApiReferenceWithTypeArguments[];
|
|
@@ -853,7 +853,7 @@ export interface ApiClassCallSignature extends Omit<ApiFunctionLike, "name">, Ap
|
|
|
853
853
|
/**
|
|
854
854
|
* A description of a class mixin.
|
|
855
855
|
*
|
|
856
|
-
* @see https://
|
|
856
|
+
* @see https://webgis.esri.com/webgis/core/core/mixins
|
|
857
857
|
*/
|
|
858
858
|
export interface ApiMixinDeclaration extends Omit<ApiFunctionLike, "return">, ApiObjectLikeDeclaration, ApiWithEvents {
|
|
859
859
|
kind: "mixin";
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import d from "typescript";
|
|
|
2
2
|
import $, { supportsColorStderr as z } from "chalk";
|
|
3
3
|
import { path as q } from "@arcgis/components-build-utils";
|
|
4
4
|
import { mappedFind as J } from "@arcgis/toolkit/array";
|
|
5
|
-
const j = "@arcgis/api-extractor", X = "5.0.0-next.
|
|
5
|
+
const j = "@arcgis/api-extractor", X = "5.0.0-next.69", P = {
|
|
6
6
|
name: j,
|
|
7
7
|
version: X
|
|
8
8
|
};
|
|
@@ -80,7 +80,7 @@ function Oe(e, t) {
|
|
|
80
80
|
}
|
|
81
81
|
typeof e.deprecated == "string" && (e.deprecated = e.deprecated.replaceAll(M, t.resolveJsDocLink).replaceAll(t.alternativeDocumentationHost, t.normalizedDocumentationHost), e.deprecated.includes("](.") && h(T, e.deprecated, t));
|
|
82
82
|
}
|
|
83
|
-
const T = "Unexpected relative markdown link. For links to API within the package use {@link}. For all other links, use absolute markdown. Documentation: https://
|
|
83
|
+
const T = "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
84
|
function h(e, t, n) {
|
|
85
85
|
const o = n.file?.text.indexOf(t) ?? -1;
|
|
86
86
|
g(`${e}${o === -1 ? `. Found in: ${t}` : ""}`, {
|
|
@@ -237,7 +237,7 @@ class Ke {
|
|
|
237
237
|
const s = o.name;
|
|
238
238
|
let c = n?.[s];
|
|
239
239
|
c === void 0 && g(
|
|
240
|
-
"@copyDoc tag was used, but failed to find copyDoc definition for it. Documentation: https://
|
|
240
|
+
"@copyDoc tag was used, but failed to find copyDoc definition for it. Documentation: https://webgis.esri.com/webgis/core/core/documenting-api#copydoc",
|
|
241
241
|
{
|
|
242
242
|
file: this.file,
|
|
243
243
|
node: t
|
|
@@ -611,8 +611,8 @@ function qe(e, t, n = !0) {
|
|
|
611
611
|
const i = t.text.slice(a.pos, a.end);
|
|
612
612
|
i.startsWith("/**") && (r !== void 0 && g(
|
|
613
613
|
`Found multiple JSDoc comments for the same node. This is not allowed.
|
|
614
|
-
If one of these was meant to be a file-level comment, read the documentation: https://
|
|
615
|
-
If this is meant to be a function overload, read the documentation: https://
|
|
614
|
+
If one of these was meant to be a file-level comment, read the documentation: https://webgis.esri.com/webgis/core/core/documenting-api#file-documentation
|
|
615
|
+
If this is meant to be a function overload, read the documentation: https://webgis.esri.com/webgis/core/core/documenting-api#function-overloads`,
|
|
616
616
|
{
|
|
617
617
|
file: t,
|
|
618
618
|
node: e
|
package/dist/types.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export interface NodeDoc extends ApiWithDescription {
|
|
|
3
3
|
docsTags: ApiDocsTag[];
|
|
4
4
|
}
|
|
5
5
|
/**
|
|
6
|
-
* [Documentation](https://
|
|
6
|
+
* [Documentation](https://webgis.esri.cm/arcgis-components/docs/max-jsapi-typings/webgis-project-docs/core/core/documenting-api#copydoc)
|
|
7
7
|
*/
|
|
8
8
|
export type CopyDocDefinitions = {
|
|
9
9
|
properties?: CopyDocMemberDeclarations<ApiCustomElementField>;
|
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.69",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"bin": "./dist/cli.js",
|
|
19
19
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@arcgis/components-build-utils": "5.0.0-next.
|
|
22
|
-
"@arcgis/toolkit": "5.0.0-next.
|
|
21
|
+
"@arcgis/components-build-utils": "5.0.0-next.69",
|
|
22
|
+
"@arcgis/toolkit": "5.0.0-next.69",
|
|
23
23
|
"@commander-js/extra-typings": "^14.0.0",
|
|
24
24
|
"chalk": "^5.4.1",
|
|
25
25
|
"commander": "^14.0.0",
|