Minifies GEL (Generic Expression Language) expressions by removing unnecessary whitespace and comments. Version 1.0.2 is the latest stable release. Designed to work with custom tokenisers passed as a callback, making it extensible for different GEL dialects. Lightweight with no runtime dependencies, suitable for build-time or server-side minification.
npm install gel-minifierNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialises the minifier with a custom tokeniser and minifies a GEL expression.
Call the factory: require('gel-minifier')(tokeniser).Ensure the callback returns an array of strings.
Use: var minify = require('gel-minifier')(tokeniser); minify(expression);Run: npm install gel-minifier
No dependency data recorded yet.