A compiler that transforms Visual Grid Language (VGL) statements, used in GSS (Grid Style Sheets), into GSS-flavored Visual Format Language (VFL). Current version 0.0.6 is an early release with minimal documentation. It aims to provide feature parity with W3C Grid Layout Module using constraint-based primitives. The project has been moved to the GSS organization on GitHub. Key differentiator: enables 2D grid layout authoring via VGL, compiled to 1D VFL constraints.
npm install vgl-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compile a VGL grid definition into VFL constraints.
Consider using grid layout directly or browser-native CSS Grid.
Update dependency to gss/vgl-compiler and ensure version >=0.0.6.
Use @types/vgl-compiler if available or declare module.
npm install vgl-compiler@0.0.6 (or add error-reporter to your own dependencies).
Use import { compile } from 'vgl-compiler' instead of require('vgl-compiler').compile.