@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.
@@ -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
  */