@arcgis/lumina-compiler 4.33.0-next.64 → 4.33.0-next.66
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/context/index.d.ts +0 -7
- package/dist/index.js +1470 -1415
- package/dist/jsxToLitHtml/comments.d.ts +1 -1
- package/package.json +5 -5
package/dist/context/index.d.ts
CHANGED
|
@@ -311,13 +311,6 @@ export declare class CompilerContext {
|
|
|
311
311
|
regex: RegExp;
|
|
312
312
|
replacements: Record<string, string>;
|
|
313
313
|
};
|
|
314
|
-
/**
|
|
315
|
-
* Mapping between component tag name and public properties in that component
|
|
316
|
-
* whose type depends on another property.
|
|
317
|
-
*
|
|
318
|
-
* @private
|
|
319
|
-
*/
|
|
320
|
-
_typeDependencies: Map<string, Set<string>>;
|
|
321
314
|
private _silencedRules;
|
|
322
315
|
/**
|
|
323
316
|
* Promise that resolves once src/lumina.ts is updated
|