@arcgis/lumina-compiler 4.34.0-next.3 → 4.34.0-next.30
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.
|
@@ -5,7 +5,7 @@ import { CompilerContext } from '../context';
|
|
|
5
5
|
* Automatically add imports as appropriate for all referenced internally defined
|
|
6
6
|
* and externally defined custom elements
|
|
7
7
|
*/
|
|
8
|
-
export declare function resolveTagName(context: CompilerContext, tagName: string, fileName: string): ModulePath;
|
|
8
|
+
export declare function resolveTagName(context: CompilerContext, tagName: string, fileName: string): ModulePath | undefined;
|
|
9
9
|
export declare function modulePathToString(resolvedPath: ModulePath, distRelativeCwd: string): string;
|
|
10
10
|
export declare function getLocalDefinedComponentsFromApiJson(context: Pick<CompilerContext, "_localDefinedComponents" | "privateApiJson">): Readonly<Record<string, ResolvedDependencyComponent>>;
|
|
11
11
|
export declare const exportsForTests: {
|