@homebound/truss 2.15.0 → 2.15.2
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/build/plugin/index.d.ts +2 -1
- package/build/plugin/index.js +311 -212
- package/build/plugin/index.js.map +1 -1
- package/package.json +1 -1
package/build/plugin/index.d.ts
CHANGED
|
@@ -41,7 +41,8 @@ interface TrussEsbuildPluginOptions {
|
|
|
41
41
|
outputCss?: string;
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
|
-
* esbuild plugin that transforms `Css.*.$` expressions
|
|
44
|
+
* esbuild plugin that transforms `Css.*.$` expressions, collects `.css.ts` blocks,
|
|
45
|
+
* and emits a `truss.css` file.
|
|
45
46
|
*
|
|
46
47
|
* Designed for library builds using tsup/esbuild. Transforms source files
|
|
47
48
|
* during the build and writes an annotated `truss.css` alongside the output
|