@arcgis/api-extractor 5.0.0-next.135 → 5.0.0-next.137

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.
Files changed (63) hide show
  1. package/dist/ApiExtractor-BwOcUvPV.js +2644 -0
  2. package/dist/apiJson.d.ts +706 -760
  3. package/dist/cli.js +26 -2
  4. package/dist/compilerHints.d.ts +62 -0
  5. package/dist/diff/diffApiJson.d.ts +6 -3
  6. package/dist/diff/diffApiJson.js +142 -0
  7. package/dist/diff/fetchApiJsonFromNpm.d.ts +5 -2
  8. package/dist/diff/fetchApiJsonFromNpm.js +9 -0
  9. package/dist/diff/types.d.ts +70 -56
  10. package/dist/diffTypes/index.d.ts +20 -23
  11. package/dist/diffTypes/index.js +4 -2
  12. package/dist/extractor/ApiExtractor.d.ts +72 -137
  13. package/dist/extractor/ApiExtractor.js +9 -0
  14. package/dist/extractor/config.d.ts +425 -39
  15. package/dist/extractor/config.js +17 -0
  16. package/dist/extractor/extractors/copyDoc.d.ts +25 -0
  17. package/dist/extractor/privateContext.d.ts +19 -0
  18. package/dist/extractor/privateContext.js +84 -0
  19. package/dist/extractor/processing/links.d.ts +12 -0
  20. package/dist/extractor/processing/links.js +177 -0
  21. package/dist/extractor/types.d.ts +40 -0
  22. package/dist/extractor/webComponent/findComponents.d.ts +19 -0
  23. package/dist/extractor/webComponent/findComponents.js +36 -0
  24. package/dist/extractor/webComponent/pathMapping.d.ts +11 -0
  25. package/dist/extractor/webComponent/pathMapping.js +44 -0
  26. package/dist/index.d.ts +164 -12
  27. package/dist/index.js +3 -841
  28. package/dist/typeScript-CzUTFiYO.js +64 -0
  29. package/dist/uiUtils/index.d.ts +10 -19
  30. package/dist/uiUtils/index.js +3 -55
  31. package/dist/utils/apiHelpers.d.ts +28 -61
  32. package/dist/utils/apiHelpers.js +80 -0
  33. package/dist/utils/astHelpers.d.ts +22 -21
  34. package/dist/utils/astHelpers.js +67 -0
  35. package/dist/utils/hydrateApiType.d.ts +26 -0
  36. package/dist/utils/hydrateApiType.js +62 -0
  37. package/dist/utils/inferEntrypoints.d.ts +17 -0
  38. package/dist/utils/inferEntrypoints.js +26 -0
  39. package/dist/utils/internalTypeScriptApis.d.ts +92 -0
  40. package/dist/utils/internalTypeScriptApis.js +58 -0
  41. package/dist/utils/partPrinter.d.ts +25 -19
  42. package/dist/utils/partPrinter.js +82 -0
  43. package/dist/vite/plugin.d.ts +53 -0
  44. package/dist/vite/plugin.js +107 -0
  45. package/dist/vite/typeScript.d.ts +16 -0
  46. package/dist/vite/typeScript.js +6 -0
  47. package/dist/worker-CULPfolw.js +3599 -0
  48. package/package.json +40 -9
  49. package/dist/cli.d.ts +0 -2
  50. package/dist/config/typeReferences/docLinkAdditions.d.ts +0 -51
  51. package/dist/config/typeReferences/globals.d.ts +0 -11
  52. package/dist/config/typeReferences/stringDocLinkAdditions.d.ts +0 -17
  53. package/dist/config/typeReferences/typeScriptGlobals.json.d.ts +0 -3
  54. package/dist/diff/index.d.ts +0 -3
  55. package/dist/diff/index.js +0 -149
  56. package/dist/ensureCemCompatibility.d.ts +0 -1
  57. package/dist/internalTypeScriptApis.d.ts +0 -31
  58. package/dist/types.d.ts +0 -22
  59. package/dist/utils/error.d.ts +0 -17
  60. package/dist/utils/jsDocHelpers.d.ts +0 -2
  61. package/dist/utils/jsDocParser.d.ts +0 -46
  62. package/dist/utils/jsDocPrinter.d.ts +0 -13
  63. package/dist/utils/print.d.ts +0 -6
@@ -0,0 +1,177 @@
1
+ import $ from "chalk";
2
+ import { emitJsDocError as a, getApiNodeLabel as D } from "../../utils/apiHelpers.js";
3
+ import { getModuleContext as y } from "../privateContext.js";
4
+ import { kebabToPascal as A } from "@arcgis/toolkit/string";
5
+ function J(e, n) {
6
+ if (typeof e == "string") {
7
+ const t = e.replaceAll(F, n.resolveJsDocLink).replaceAll(n.alternativeDocumentationHost, n.normalizedDocumentationHost);
8
+ return e.includes("](.") && a(P, e, n), t;
9
+ }
10
+ return e;
11
+ }
12
+ function W(e, n) {
13
+ if (e) {
14
+ const t = e.replaceAll(F, n.resolveJsDocLink).replaceAll(n.alternativeDocumentationHost, n.normalizedDocumentationHost);
15
+ return t.includes("](.") && a(P, t, n), t;
16
+ }
17
+ return e;
18
+ }
19
+ function j(e, n) {
20
+ if (e !== void 0 && n.inheritedModuleName === void 0)
21
+ for (let t = 0; t < e.length; ++t) {
22
+ const d = e[t];
23
+ d.text && (d.text = d.text.replaceAll(F, n.resolveJsDocLink).replaceAll(n.alternativeDocumentationHost, n.normalizedDocumentationHost), d.text.includes("](.") && a(P, d.text, n));
24
+ }
25
+ }
26
+ const P = "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", F = /\{@link +([^}]+)\}/gu;
27
+ function x(e, n, t) {
28
+ let d = t.indexOf(" ");
29
+ d === -1 && (d = t.length);
30
+ const m = t.slice(0, d), u = t.slice(d + 1);
31
+ if (m.startsWith("https://"))
32
+ return e.config.strict ? (a(
33
+ "Did not expect absolute URLs in a @link tag. Please use markdown links for external links. See https://webgis.esri.com/webgis/core/core/documenting-api#link",
34
+ n,
35
+ e
36
+ ), "") : `[${u || m}](${m})`;
37
+ const [g, s] = m.split("#"), [r, w] = g.split("!");
38
+ if (r === "")
39
+ return a(
40
+ `Expected @link reference to start with a module name (before ! or #), but got: ${m}`,
41
+ n,
42
+ e
43
+ ), n;
44
+ let b = e.moduleMap.get(r);
45
+ if (b === void 0 && e.isComponentProject && !e.config.strict) {
46
+ for (const f of e.moduleMap.values())
47
+ if (y(f).index.class?.name === r) {
48
+ b = f;
49
+ break;
50
+ }
51
+ }
52
+ if (b === void 0)
53
+ return e.config.verify.detectBrokenLinks ? a(
54
+ `Failed to find referenced module: ${$.red(r)}${r.startsWith("module:") ? '. Module name in @link does not need the "module:" prefix' : r.startsWith("esri/") ? '. Module name in @link does not need to start with the "esri/" prefix.' : ""}`,
55
+ n,
56
+ e
57
+ ) : e.silencedBrokenLinkCount += 1, n;
58
+ const k = y(b), L = e.inheritedModuleName === void 0 ? e.apiModule : e.moduleMap.get(e.inheritedModuleName) ?? e.apiModule;
59
+ if (e.watchFiles !== void 0 && r !== L.path && y(L).isStale) {
60
+ const f = y(L).file.fileName.slice(e.config.context.cwd.length), i = k.file.fileName.slice(e.config.context.cwd.length);
61
+ e.watchFiles.get(f).docLinks.push(t), e.watchFiles.get(f).dependencies.add(i);
62
+ const h = e.watchFiles.get(i).dependents;
63
+ h.has(f) || h.set(f, !1);
64
+ }
65
+ const C = M(b.path, w, s, e);
66
+ if (w !== void 0) {
67
+ if (s !== void 0)
68
+ return a(
69
+ `Documentation UI does not yet support linking to members in non-classes. If linking to a class member, omit the class name from the link (${$.green(`${r}#${s}`)})`,
70
+ n,
71
+ e
72
+ ), n;
73
+ const f = k.index.named[w];
74
+ return f === void 0 ? (e.config.verify.detectBrokenLinks ? a(
75
+ `Failed to find the referenced declaration inside the module: ${$.red(`${r}!${w}`)}`,
76
+ n,
77
+ e
78
+ ) : e.silencedBrokenLinkCount += 1, n) : f === k.index.class ? (a(
79
+ `Invalid reference syntax used. Class/mixin/custom element declarations must be referenced without specifying the class name. Expected ${$.green(r)}`,
80
+ n,
81
+ e
82
+ ), n) : `[${u || D(f)}](${C})`;
83
+ } else if (s !== void 0) {
84
+ const f = b.path === L.path, i = k.index.class;
85
+ if (i === void 0)
86
+ return k.index.named[s] === void 0 ? e.config.verify.detectBrokenLinks ? a(
87
+ 'Failed to find the referenced member. Class member reference syntax was used, yet current module does not expose a class/mixin/custom element? Linking to properties in interfaces is not yet supported. For event links, prefix with "event-"',
88
+ n,
89
+ e
90
+ ) : e.silencedBrokenLinkCount += 1 : a(
91
+ `Invalid reference syntax used. This syntax is only permitted on modules that export a class/mixin/web component. Perhaps you meant to use ${$.red(`${r}!${s}`)} instead? Linking to properties in interfaces is not yet supported`,
92
+ n,
93
+ e
94
+ ), n;
95
+ const h = k.inheritance, p = typeof h == "object" ? h : void 0;
96
+ let c;
97
+ if (s.startsWith("event-")) {
98
+ const o = s.slice(6);
99
+ if (p !== void 0)
100
+ c = p.indexedEvents?.[o];
101
+ else if (i.events !== void 0)
102
+ for (let l = 0; l < i.events.length; ++l) {
103
+ const v = i.events[l];
104
+ if (o === v.name) {
105
+ c = v;
106
+ break;
107
+ }
108
+ }
109
+ } else if (s.startsWith("slot-")) {
110
+ const o = s.slice(5);
111
+ if (p !== void 0)
112
+ c = p.indexedSlots?.[o];
113
+ else if (i.slots !== void 0)
114
+ for (let l = 0; l < i.slots.length; ++l) {
115
+ const v = i.slots[l];
116
+ if (o === v.name) {
117
+ c = v;
118
+ break;
119
+ }
120
+ }
121
+ } else if (s.startsWith("--")) {
122
+ const o = s.slice(2);
123
+ if (p !== void 0)
124
+ c = p.indexedCssProperties?.[o];
125
+ else if (i.cssProperties !== void 0)
126
+ for (let l = 0; l < i.cssProperties.length; ++l) {
127
+ const v = i.cssProperties[l];
128
+ if (o === v.name) {
129
+ c = v;
130
+ break;
131
+ }
132
+ }
133
+ } else if (p?.indexedMembers !== void 0 && (c = p.indexedMembers[s] ?? p.indexedMembers[`static ${s}`]), c === void 0 && i.members !== void 0) {
134
+ for (let o = 0; o < i.members.length; ++o) {
135
+ const l = i.members[o];
136
+ if (s === l.name) {
137
+ c = l;
138
+ break;
139
+ }
140
+ }
141
+ if (c === void 0 && !e.config.strict && e.isComponentProject && i.events !== void 0)
142
+ for (let o = 0; o < i.events.length; ++o) {
143
+ const l = i.events[o];
144
+ if (s === l.name) {
145
+ c = l;
146
+ break;
147
+ }
148
+ }
149
+ }
150
+ if (c === void 0)
151
+ return e.config.verify.detectBrokenLinks ? a("Failed to find the referenced class member", n, e) : e.silencedBrokenLinkCount += 1, n;
152
+ const I = e.isJsApi ? "#" : ".";
153
+ return `[${u || (f ? D(c) : `${D(i)}${I}${D(c)}`)}](${C})`;
154
+ } else {
155
+ const f = k.index.class === void 0 ? U(r) : D(k.index.class);
156
+ return `[${u || f}](${C})`;
157
+ }
158
+ }
159
+ function M(e, n, t, d) {
160
+ let m = `${d.normalizedApiReferencePrefix}${e.replaceAll("/", "-")}.html`;
161
+ if (d.isComponentProject && typeof d.config.documentation.getComponentDocsUrl == "function" && e.startsWith("components/")) {
162
+ const u = e.slice(11), g = u.indexOf("/"), s = g === -1 ? u : u.slice(0, g), r = d.config.documentation.getComponentDocsUrl(s, A(s));
163
+ r !== void 0 && (m = r + (g === -1 ? "" : u.slice(g + 1)));
164
+ }
165
+ return t !== void 0 ? `${m}#${encodeURIComponent(t)}` : n !== void 0 ? `${m}#${encodeURIComponent(n)}` : m;
166
+ }
167
+ function U(e) {
168
+ const n = e.lastIndexOf("/");
169
+ return n === -1 ? e : e.slice(n + 1);
170
+ }
171
+ export {
172
+ M as getViewUrl,
173
+ J as postProcessDeprecated,
174
+ W as postProcessDescription,
175
+ j as postProcessDocsTags,
176
+ x as resolveJsDocLink
177
+ };
@@ -0,0 +1,40 @@
1
+ import type { ApiReference, ApiClassDeclaration, ApiMixinDeclaration, ApiClassMember, ApiCustomElementMember, ApiEvent, ApiAttribute, ApiSlot, ApiCssPart, ApiCssCustomProperty, ApiCssCustomState, ApiCustomElementDeclaration, ApiDeclaration, ApiJson } from "../apiJson.js";
2
+
3
+ /**
4
+ * If there were errors, they will be logged using the provided logger, and the
5
+ * [ApiExtractor.errorCount](https://developers.arcgis.com/javascript/latest/api-reference/esri-extractor-ApiExtractor.html#errorCount) will be incremented.
6
+ */
7
+ export interface ApiExtractorResult {
8
+ apiJson: ApiJson;
9
+ /**
10
+ * .d.ts files. This field is present only if either `context.dtsEmitPath` or
11
+ * `types.forceProduceDts` option is set.
12
+ */
13
+ dtsFiles?: Map<string, string>;
14
+ }
15
+
16
+ export interface ApiExtractorWatcher {
17
+ /** Callback to stop the watcher. */
18
+ close(): Promise<void>;
19
+ }
20
+
21
+ /** @experimental */
22
+ export interface ApiExtractorInheritanceData {
23
+ readonly inheritanceData: ApiReference;
24
+ readonly declaration: ApiClassDeclaration | ApiMixinDeclaration;
25
+ /** Indexed by name for quick lookup of "overridden" status. */
26
+ readonly indexedMembers?: Record<string, ApiClassMember | ApiCustomElementMember | undefined>;
27
+ readonly indexedEvents?: Record<string, ApiEvent>;
28
+ readonly indexedAttributes?: Record<string, ApiAttribute>;
29
+ readonly indexedSlots?: Record<string, ApiSlot>;
30
+ readonly indexedCssParts?: Record<string, ApiCssPart>;
31
+ readonly indexedCssProperties?: Record<string, ApiCssCustomProperty>;
32
+ readonly indexedCssStates?: Record<string, ApiCssCustomState>;
33
+ }
34
+
35
+ /** @experimental */
36
+ export interface IndexedModuleDeclarations {
37
+ class?: ApiClassDeclaration | ApiCustomElementDeclaration | ApiMixinDeclaration;
38
+ default?: ApiDeclaration;
39
+ named: Record<string, ApiDeclaration>;
40
+ }
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Exposed only for usage by the \@arcgis/stencil-to-lumina codemod.
3
+ *
4
+ * @param code
5
+ * @internal
6
+ * @experimental
7
+ */
8
+ export function findDeclaredComponent(code: string): readonly [tagName: string, className: string] | undefined;
9
+
10
+ /**
11
+ * Check if absolute file path looks like a component entrypoint
12
+ * Looking for .tsx files in src/components/ whose name matches their folder
13
+ * name.
14
+ *
15
+ * @param absolutePath
16
+ * @param componentsFolder - Absolute path to src/components/
17
+ * @experimental
18
+ */
19
+ export function pathIsComponentEntrypoint(absolutePath: string, componentsFolder: string): boolean;
@@ -0,0 +1,36 @@
1
+ function c(n) {
2
+ const t = s(n);
3
+ if (t !== void 0)
4
+ for (const e of t.split(`
5
+ `)) {
6
+ if (!e.includes(":"))
7
+ continue;
8
+ let [r, l] = e.replace(";", "").replaceAll('"', "").replaceAll("'", "").split(":");
9
+ if (r = r.trim(), l = l.trim(), !(r.startsWith("/") || r.startsWith("*")))
10
+ return [r, l];
11
+ }
12
+ }
13
+ function s(n) {
14
+ const t = n.indexOf("declare global {");
15
+ if (t === -1)
16
+ return;
17
+ const e = n.indexOf(`
18
+ }`, t) + 2;
19
+ return n.slice(t, e);
20
+ }
21
+ function o(n, t) {
22
+ if (!n.startsWith(t) || !n.endsWith(".tsx"))
23
+ return !1;
24
+ const e = n.lastIndexOf("/");
25
+ if (e === -1)
26
+ return !1;
27
+ const r = n.lastIndexOf("/", e - 1);
28
+ if (r === -1)
29
+ return !1;
30
+ const l = n.slice(r + 1, e), i = n.slice(e + 1, -4);
31
+ return l === i;
32
+ }
33
+ export {
34
+ c as findDeclaredComponent,
35
+ o as pathIsComponentEntrypoint
36
+ };
@@ -0,0 +1,11 @@
1
+ import type { ApiExtractor } from "../ApiExtractor.js";
2
+
3
+ /**
4
+ * Given component source file path rewrite the path to use component tag name
5
+ * as the folder name and flatten nested sub-components.
6
+ *
7
+ * @param srcRelativeFilePath - File path relative to src/ directory
8
+ * @param extractor
9
+ * @experimental
10
+ */
11
+ export function renameComponentFolder(srcRelativeFilePath: string, extractor: ApiExtractor): string;
@@ -0,0 +1,44 @@
1
+ import { path as a } from "@arcgis/components-build-utils";
2
+ function u(o, s, n) {
3
+ const e = n.indexOf(a.sep);
4
+ let t = s.componentPathMapping;
5
+ for (let i = n.indexOf(a.sep, e); i !== -1; ) {
6
+ const p = n.indexOf(a.sep, i + 1);
7
+ if (p === -1) {
8
+ t[""] ??= o;
9
+ break;
10
+ } else {
11
+ const c = n.slice(i + 1, p);
12
+ t[c] ??= /* @__PURE__ */ Object.create(null), t = t[c], i = p;
13
+ }
14
+ }
15
+ }
16
+ function P(o, s, n = !1) {
17
+ if (!s.isComponentProject || !o.startsWith(r))
18
+ return n && (s.componentTagName = void 0), o;
19
+ const e = o.slice(h), t = l(e, n, s);
20
+ return `${r}${t}`;
21
+ }
22
+ const r = "components/", h = r.length;
23
+ function l(o, s, n) {
24
+ const e = o.split(a.sep);
25
+ e.push(".");
26
+ let t = n.componentPathMapping, i = 0;
27
+ for (let p = 0; p < e.length; ++p) {
28
+ const m = e[p];
29
+ if (t[m] === void 0) {
30
+ const c = t[""];
31
+ if (typeof c == "string") {
32
+ const f = m === e[p - 1], d = f ? -2 : -1;
33
+ return s && (n.componentTagName = f ? c : void 0), [c, ...e.slice(i, d)].join(a.sep);
34
+ } else
35
+ return s && (n.componentTagName = void 0), o;
36
+ } else
37
+ t = t[m], i += 1;
38
+ }
39
+ return o;
40
+ }
41
+ export {
42
+ u as addComponentPathMapping,
43
+ P as renameComponentFolder
44
+ };
package/dist/index.d.ts CHANGED
@@ -1,12 +1,164 @@
1
- export type * from './apiJson.ts';
2
- export { ApiExtractor, type ApiExtractorOptions } from './extractor/ApiExtractor.ts';
3
- export { unsafeGetUndocumentedPrinter, unsafeUndocumentedTs } from './internalTypeScriptApis.ts';
4
- export type { CopyDocDefinitions, NodeDoc } from './types.ts';
5
- export { findReferenceRanges, getApiMemberName, getMaybeStaticApiMemberName, getApiNodeLabel, globalPackageIdentifier, isApiMethod, isApiProperty, multipleJsDocTags, naturalSortModules, postProcessLinks, apiExtractorJsDocError, compareClassMembers, compareNamedNodes, compareStrings, } from './utils/apiHelpers.ts';
6
- export { extractBooleanInitializer, findDecorator, getMemberName, hasIgnoredModifier, setDefaultFromInitializer, getBasename, } from './utils/astHelpers.ts';
7
- export { alternativeDocumentationHost, normalizedDocumentationHost } from './utils/jsDocHelpers.ts';
8
- export { apiMemberToNodeDoc, nodeDocToString, nodeDocToSynthesizedComment } from './utils/jsDocPrinter.ts';
9
- export { setApiDocFromJsDoc, setApiDocFromSymbol, symbolToDocs, getNodeDoc } from './utils/jsDocParser.ts';
10
- export { typeScriptGlobals, typeScriptGlobalsViewUrlCommonPrefix } from './config/typeReferences/globals.ts';
11
- export { printClass, printInterface, printMethod, printFunction, printSignature, printProperty, printGetterSetter, printVariable, printTypeAlias, printTypeParameters, } from './utils/partPrinter.ts';
12
- export { apiExtractorError, apiExtractorErrorCount, resetApiExtractorErrorCount, setApiExtractorErrorLogger, apiExtractorDiagnosticContext, type ApiExtractorErrorContext, } from './utils/error.ts';
1
+ import type { CopyDocDefinitions as CopyDocDefinitionsAliased } from "./extractor/extractors/copyDoc.js";
2
+ import type { ApiJson as ApiJsonAliased, ApiJsonCompiler as ApiJsonCompilerAliased, ApiModule as ApiModuleAliased, ApiJavaScriptModule as ApiJavaScriptModuleAliased, ApiWithDescription as ApiWithDescriptionAliased, ApiWithDocsTags as ApiWithDocsTagsAliased, ApiWithDeprecated as ApiWithDeprecatedAliased, ApiWithUnusedSummary as ApiWithUnusedSummaryAliased, ApiDocsTag as ApiDocsTagAliased, ApiExport as ApiExportAliased, ApiJavaScriptExport as ApiJavaScriptExportAliased, ApiTypeScriptExport as ApiTypeScriptExportAliased, ApiCustomElementExport as ApiCustomElementExportAliased, ApiDeclaration as ApiDeclarationAliased, ApiReference as ApiReferenceAliased, ApiReferenceWithTypeArguments as ApiReferenceWithTypeArgumentsAliased, ApiCustomElementDeclaration as ApiCustomElementDeclarationAliased, ApiWithPrivacy as ApiWithPrivacyAliased, ApiAttribute as ApiAttributeAliased, ApiEvent as ApiEventAliased, ApiWithInheritance as ApiWithInheritanceAliased, ApiSlot as ApiSlotAliased, ApiCssPart as ApiCssPartAliased, ApiCssCustomState as ApiCssCustomStateAliased, ApiCssCustomProperty as ApiCssCustomPropertyAliased, ApiType as ApiTypeAliased, ApiWithUnusedSource as ApiWithUnusedSourceAliased, ApiValue as ApiValueAliased, ApiTypeReference as ApiTypeReferenceAliased, ApiObjectLikeDeclaration as ApiObjectLikeDeclarationAliased, ApiWithTypeParameters as ApiWithTypeParametersAliased, ApiTypeParameter as ApiTypeParameterAliased, ApiClassDeclaration as ApiClassDeclarationAliased, ApiWithEvents as ApiWithEventsAliased, ApiInterfaceDeclaration as ApiInterfaceDeclarationAliased, ApiClassMember as ApiClassMemberAliased, ApiCustomElementMember as ApiCustomElementMemberAliased, ApiPropertyLike as ApiPropertyLikeAliased, ApiClassField as ApiClassFieldAliased, ApiWithStatic as ApiWithStaticAliased, ApiCustomElementField as ApiCustomElementFieldAliased, ApiClassMethod as ApiClassMethodAliased, ApiClassConstructor as ApiClassConstructorAliased, ApiClassCallSignature as ApiClassCallSignatureAliased, ApiMixinDeclaration as ApiMixinDeclarationAliased, ApiCustomElementMixinDeclaration as ApiCustomElementMixinDeclarationAliased, ApiVariableDeclaration as ApiVariableDeclarationAliased, ApiFunctionDeclaration as ApiFunctionDeclarationAliased, ApiParameter as ApiParameterAliased, ApiFunctionLike as ApiFunctionLikeAliased, ApiFunctionLikeReturn as ApiFunctionLikeReturnAliased, ApiDemo as ApiDemoAliased, ApiFunctionLike as ApiFunctionLike2 } from "./apiJson.js";
3
+
4
+ /** @deprecated import type { CopyDocDefinitions } from "@arcgis/api-extractor/copyDoc"; instead */
5
+ export type CopyDocDefinitions = CopyDocDefinitionsAliased;
6
+
7
+ /** @deprecated import { printSignature } from "@arcgis/api-extractor/partPrinter"; instead */
8
+ export const printSignature: (functionLike: Pick<ApiFunctionLike2, "parameters" | "return" | "typeParameters">) => string;
9
+
10
+ /** @deprecated import type { ApiJson } from "@arcgis/api-extractor/apiJson"; instead */
11
+ export type ApiJson = ApiJsonAliased;
12
+
13
+ /** @deprecated import type { ApiJsonCompiler } from "@arcgis/api-extractor/apiJson"; instead */
14
+ export type ApiJsonCompiler = ApiJsonCompilerAliased;
15
+
16
+ /** @deprecated import type { ApiModule } from "@arcgis/api-extractor/apiJson"; instead */
17
+ export type ApiModule = ApiModuleAliased;
18
+
19
+ /** @deprecated import type { ApiJavaScriptModule } from "@arcgis/api-extractor/apiJson"; instead */
20
+ export type ApiJavaScriptModule = ApiJavaScriptModuleAliased;
21
+
22
+ /** @deprecated import type { ApiWithDescription } from "@arcgis/api-extractor/apiJson"; instead */
23
+ export type ApiWithDescription = ApiWithDescriptionAliased;
24
+
25
+ /** @deprecated import type { ApiWithDocsTags } from "@arcgis/api-extractor/apiJson"; instead */
26
+ export type ApiWithDocsTags = ApiWithDocsTagsAliased;
27
+
28
+ /** @deprecated import type { ApiWithDeprecated } from "@arcgis/api-extractor/apiJson"; instead */
29
+ export type ApiWithDeprecated = ApiWithDeprecatedAliased;
30
+
31
+ /** @deprecated import type { ApiWithUnusedSummary } from "@arcgis/api-extractor/apiJson"; instead */
32
+ export type ApiWithUnusedSummary = ApiWithUnusedSummaryAliased;
33
+
34
+ /** @deprecated import type { ApiDocsTag } from "@arcgis/api-extractor/apiJson"; instead */
35
+ export type ApiDocsTag = ApiDocsTagAliased;
36
+
37
+ /** @deprecated import type { ApiExport } from "@arcgis/api-extractor/apiJson"; instead */
38
+ export type ApiExport = ApiExportAliased;
39
+
40
+ /** @deprecated import type { ApiJavaScriptExport } from "@arcgis/api-extractor/apiJson"; instead */
41
+ export type ApiJavaScriptExport = ApiJavaScriptExportAliased;
42
+
43
+ /** @deprecated import type { ApiTypeScriptExport } from "@arcgis/api-extractor/apiJson"; instead */
44
+ export type ApiTypeScriptExport = ApiTypeScriptExportAliased;
45
+
46
+ /** @deprecated import type { ApiCustomElementExport } from "@arcgis/api-extractor/apiJson"; instead */
47
+ export type ApiCustomElementExport = ApiCustomElementExportAliased;
48
+
49
+ /** @deprecated import type { ApiDeclaration } from "@arcgis/api-extractor/apiJson"; instead */
50
+ export type ApiDeclaration = ApiDeclarationAliased;
51
+
52
+ /** @deprecated import type { ApiReference } from "@arcgis/api-extractor/apiJson"; instead */
53
+ export type ApiReference = ApiReferenceAliased;
54
+
55
+ /** @deprecated import type { ApiReferenceWithTypeArguments } from "@arcgis/api-extractor/apiJson"; instead */
56
+ export type ApiReferenceWithTypeArguments = ApiReferenceWithTypeArgumentsAliased;
57
+
58
+ /** @deprecated import type { ApiCustomElementDeclaration } from "@arcgis/api-extractor/apiJson"; instead */
59
+ export type ApiCustomElementDeclaration = ApiCustomElementDeclarationAliased;
60
+
61
+ /** @deprecated import type { ApiWithPrivacy } from "@arcgis/api-extractor/apiJson"; instead */
62
+ export type ApiWithPrivacy = ApiWithPrivacyAliased;
63
+
64
+ /** @deprecated import type { ApiAttribute } from "@arcgis/api-extractor/apiJson"; instead */
65
+ export type ApiAttribute = ApiAttributeAliased;
66
+
67
+ /** @deprecated import type { ApiEvent } from "@arcgis/api-extractor/apiJson"; instead */
68
+ export type ApiEvent = ApiEventAliased;
69
+
70
+ /** @deprecated import type { ApiWithInheritance } from "@arcgis/api-extractor/apiJson"; instead */
71
+ export type ApiWithInheritance = ApiWithInheritanceAliased;
72
+
73
+ /** @deprecated import type { ApiSlot } from "@arcgis/api-extractor/apiJson"; instead */
74
+ export type ApiSlot = ApiSlotAliased;
75
+
76
+ /** @deprecated import type { ApiCssPart } from "@arcgis/api-extractor/apiJson"; instead */
77
+ export type ApiCssPart = ApiCssPartAliased;
78
+
79
+ /** @deprecated import type { ApiCssCustomState } from "@arcgis/api-extractor/apiJson"; instead */
80
+ export type ApiCssCustomState = ApiCssCustomStateAliased;
81
+
82
+ /** @deprecated import type { ApiCssCustomProperty } from "@arcgis/api-extractor/apiJson"; instead */
83
+ export type ApiCssCustomProperty = ApiCssCustomPropertyAliased;
84
+
85
+ /** @deprecated import type { ApiType } from "@arcgis/api-extractor/apiJson"; instead */
86
+ export type ApiType = ApiTypeAliased;
87
+
88
+ /** @deprecated import type { ApiWithUnusedSource } from "@arcgis/api-extractor/apiJson"; instead */
89
+ export type ApiWithUnusedSource = ApiWithUnusedSourceAliased;
90
+
91
+ /** @deprecated import type { ApiValue } from "@arcgis/api-extractor/apiJson"; instead */
92
+ export type ApiValue = ApiValueAliased;
93
+
94
+ /** @deprecated import type { ApiTypeReference } from "@arcgis/api-extractor/apiJson"; instead */
95
+ export type ApiTypeReference = ApiTypeReferenceAliased;
96
+
97
+ /** @deprecated import type { ApiObjectLikeDeclaration } from "@arcgis/api-extractor/apiJson"; instead */
98
+ export type ApiObjectLikeDeclaration = ApiObjectLikeDeclarationAliased;
99
+
100
+ /** @deprecated import type { ApiWithTypeParameters } from "@arcgis/api-extractor/apiJson"; instead */
101
+ export type ApiWithTypeParameters = ApiWithTypeParametersAliased;
102
+
103
+ /** @deprecated import type { ApiTypeParameter } from "@arcgis/api-extractor/apiJson"; instead */
104
+ export type ApiTypeParameter = ApiTypeParameterAliased;
105
+
106
+ /** @deprecated import type { ApiClassDeclaration } from "@arcgis/api-extractor/apiJson"; instead */
107
+ export type ApiClassDeclaration = ApiClassDeclarationAliased;
108
+
109
+ /** @deprecated import type { ApiWithEvents } from "@arcgis/api-extractor/apiJson"; instead */
110
+ export type ApiWithEvents = ApiWithEventsAliased;
111
+
112
+ /** @deprecated import type { ApiInterfaceDeclaration } from "@arcgis/api-extractor/apiJson"; instead */
113
+ export type ApiInterfaceDeclaration = ApiInterfaceDeclarationAliased;
114
+
115
+ /** @deprecated import type { ApiClassMember } from "@arcgis/api-extractor/apiJson"; instead */
116
+ export type ApiClassMember = ApiClassMemberAliased;
117
+
118
+ /** @deprecated import type { ApiCustomElementMember } from "@arcgis/api-extractor/apiJson"; instead */
119
+ export type ApiCustomElementMember = ApiCustomElementMemberAliased;
120
+
121
+ /** @deprecated import type { ApiPropertyLike } from "@arcgis/api-extractor/apiJson"; instead */
122
+ export type ApiPropertyLike = ApiPropertyLikeAliased;
123
+
124
+ /** @deprecated import type { ApiClassField } from "@arcgis/api-extractor/apiJson"; instead */
125
+ export type ApiClassField = ApiClassFieldAliased;
126
+
127
+ /** @deprecated import type { ApiWithStatic } from "@arcgis/api-extractor/apiJson"; instead */
128
+ export type ApiWithStatic = ApiWithStaticAliased;
129
+
130
+ /** @deprecated import type { ApiCustomElementField } from "@arcgis/api-extractor/apiJson"; instead */
131
+ export type ApiCustomElementField = ApiCustomElementFieldAliased;
132
+
133
+ /** @deprecated import type { ApiClassMethod } from "@arcgis/api-extractor/apiJson"; instead */
134
+ export type ApiClassMethod = ApiClassMethodAliased;
135
+
136
+ /** @deprecated import type { ApiClassConstructor } from "@arcgis/api-extractor/apiJson"; instead */
137
+ export type ApiClassConstructor = ApiClassConstructorAliased;
138
+
139
+ /** @deprecated import type { ApiClassCallSignature } from "@arcgis/api-extractor/apiJson"; instead */
140
+ export type ApiClassCallSignature = ApiClassCallSignatureAliased;
141
+
142
+ /** @deprecated import type { ApiMixinDeclaration } from "@arcgis/api-extractor/apiJson"; instead */
143
+ export type ApiMixinDeclaration = ApiMixinDeclarationAliased;
144
+
145
+ /** @deprecated import type { ApiCustomElementMixinDeclaration } from "@arcgis/api-extractor/apiJson"; instead */
146
+ export type ApiCustomElementMixinDeclaration = ApiCustomElementMixinDeclarationAliased;
147
+
148
+ /** @deprecated import type { ApiVariableDeclaration } from "@arcgis/api-extractor/apiJson"; instead */
149
+ export type ApiVariableDeclaration = ApiVariableDeclarationAliased;
150
+
151
+ /** @deprecated import type { ApiFunctionDeclaration } from "@arcgis/api-extractor/apiJson"; instead */
152
+ export type ApiFunctionDeclaration = ApiFunctionDeclarationAliased;
153
+
154
+ /** @deprecated import type { ApiParameter } from "@arcgis/api-extractor/apiJson"; instead */
155
+ export type ApiParameter = ApiParameterAliased;
156
+
157
+ /** @deprecated import type { ApiFunctionLike } from "@arcgis/api-extractor/apiJson"; instead */
158
+ export type ApiFunctionLike = ApiFunctionLikeAliased;
159
+
160
+ /** @deprecated import type { ApiFunctionLikeReturn } from "@arcgis/api-extractor/apiJson"; instead */
161
+ export type ApiFunctionLikeReturn = ApiFunctionLikeReturnAliased;
162
+
163
+ /** @deprecated import type { ApiDemo } from "@arcgis/api-extractor/apiJson"; instead */
164
+ export type ApiDemo = ApiDemoAliased;