{"id":27473,"library":"ts-mini-transpiler-html","title":"ts-mini-transpiler-html","description":"ts-mini-transpiler-html is an HTML transpiler for the ts-mini ecosystem, designed to convert HTML files into TypeScript-compatible modules. Version 0.0.1 is an initial release with no active maintenance commitment. It serves as a specialized tool within the ts-mini build pipeline, focusing on HTML transformation for TypeScript projects. Differentiators include tight integration with ts-mini and minimal overhead for HTML transpilation.","status":"active","version":"0.0.1","language":"javascript","source_language":"en","source_url":"https://github.com/DanielMazurkiewicz/ts-mini-transpiler-html","tags":["javascript","ts-mini","html","transpiler"],"install":[{"cmd":"npm install ts-mini-transpiler-html","lang":"bash","label":"npm"},{"cmd":"yarn add ts-mini-transpiler-html","lang":"bash","label":"yarn"},{"cmd":"pnpm add ts-mini-transpiler-html","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Requires ESM; CJS not supported in this early version.","symbol":"transpileHtml","correct":"import { transpileHtml } from 'ts-mini-transpiler-html'"},{"note":"Package provides both named and default exports.","wrong":"const transpileHtml = require('ts-mini-transpiler-html')","symbol":"defaultImport","correct":"import transpileHtml from 'ts-mini-transpiler-html'"},{"note":"Type imports available for TypeScript users.","symbol":"Type definitions","correct":"import type { TranspileOptions } from 'ts-mini-transpiler-html'"}],"quickstart":{"code":"import { transpileHtml } from 'ts-mini-transpiler-html';\n\nconst html = '<div>Hello World</div>';\nconst result = transpileHtml(html);\nconsole.log(result);","lang":"typescript","description":"Basic usage showing how to transpile an HTML string using the package."},"warnings":[{"fix":"Pin to exact version and expect breaking changes.","message":"Package is v0.0.1, API may change without notice.","severity":"breaking","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 ts-mini-transpiler-html`.","cause":"Package not installed or not in node_modules.","error":"Cannot find module 'ts-mini-transpiler-html'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}