Patch Changes
-
1b85b61: Add
endLineNumberandendColumnfields to AST JSON output frompanda debugcommand.The
*.ast.jsonfiles generated bypanda debugnow include complete position information for detected CSS usage
locations. Previously, only start position (lineandcolumn) was exported. Now the output includes:line: Start line numbercolumn: Start column numberendLineNumber: End line number (new)endColumn: End column number (new)
This provides complete span coverage for each detected node, making it easier to precisely locate CSS usage in source
files.Fixes #3407
- @pandacss/shared@1.5.0