@arcgis/lumina-compiler 4.34.0-next.46 → 4.34.0-next.47
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 +2 -1
- package/dist/index.js +802 -799
- package/dist/jsxToLitHtml/importsConfig.d.ts +10 -0
- package/dist/plugins/loadLitCss.d.ts +1 -0
- package/package.json +5 -5
package/dist/context/index.d.ts
CHANGED
|
@@ -267,7 +267,8 @@ export declare class CompilerContext {
|
|
|
267
267
|
*/
|
|
268
268
|
_globalHydratedCssString: string;
|
|
269
269
|
/**
|
|
270
|
-
* Contents of the bundled global CSS file
|
|
270
|
+
* Contents of the bundled global CSS file. The string is JSON-encoded so that
|
|
271
|
+
* it can be injected into a JavaScript file as a string literal.
|
|
271
272
|
*
|
|
272
273
|
* @private
|
|
273
274
|
*/
|