{"id":27553,"library":"wind-compiler","title":"wind-compiler","description":"Template compiler for wind-reactive, a reactive UI library. Version 0.0.30 is the latest as of 2025-12-22. Unlikely to be stable given the 0.x version range. Differentiators from other template compilers are minimal; appears to be a niche project. Not recommended for production use. No maintainers listed.","status":"active","version":"0.0.30","language":"javascript","source_language":"en","source_url":null,"tags":["javascript"],"install":[{"cmd":"npm install wind-compiler","lang":"bash","label":"npm"},{"cmd":"yarn add wind-compiler","lang":"bash","label":"yarn"},{"cmd":"pnpm add wind-compiler","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"ESM only.","wrong":"const compile = require('wind-compiler')","symbol":"compile","correct":"import { compile } from 'wind-compiler'"},{"note":"No subpath exports.","wrong":"import { parseTemplate } from 'wind-compiler/parse'","symbol":"parseTemplate","correct":"import { parseTemplate } from 'wind-compiler'"},{"note":"Named export only.","wrong":"import * as wind from 'wind-compiler'; wind.transform()","symbol":"transform","correct":"import { transform } from 'wind-compiler'"}],"quickstart":{"code":"import { compile } from 'wind-compiler';\n\nconst code = '<div>{greeting}</div>';\nconst result = compile(code, { mode: 'runtime' });\nconsole.log(result);","lang":"typescript","description":"Shows basic usage of the compile function to transform a template string into a reactive render function."},"warnings":[{"fix":"Pin exact version and test with every update.","message":"Version 0.0.30 is pre-release; API may change without notice.","severity":"gotcha","affected_versions":">=0.0.1"},{"fix":"Check source code or contact maintainer.","message":"No README or documentation available; API must be inferred from source.","severity":"gotcha","affected_versions":">=0.0.1"},{"fix":"Use import syntax or dynamic import() in CJS.","message":"Only supports ESM imports; CommonJS require will fail.","severity":"gotcha","affected_versions":">=0.0.1"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run 'npm install wind-compiler@0.0.30'.","cause":"Package not installed or not in node_modules.","error":"Cannot find module 'wind-compiler'"},{"fix":"Use import statement or set type: 'module' in package.json.","cause":"Using CommonJS require() with an ESM-only package.","error":"require() of ES Module not supported"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}