A transpiler that converts legacy BEMHTML source code (pre-2013 syntax) into modern JavaScript-compatible code for BEM frameworks. Current stable version is 0.1.2, with no active development since 2014. It is a specialized tool for migrating BEMHTML templates from the old declarative format to the new functional style using `match()` calls. Its key differentiator is handling the syntax shift in BEM libraries, but it has been superseded by direct development on BEMHTML and is no longer maintained.
npm install bemhtml-compatNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpiles an old-style BEMHTML block declaration to modern JavaScript.
Use the built-in BEMHTML transpilation features in the 'bem' package or write templates directly in modern BEMHTML syntax.
Run 'npm install bemhtml-compat' (version 0.1.2). If that fails, the package may have been unpublished.
No dependency data recorded yet.