{"library":"sfc-compiler","title":"sfc-compiler","description":"A compiler for SFC (Single File Components) that provides rendering capabilities. Version 0.7.6 is the current stable release. Minimal documentation is available; the package is very simple with a single main export. It targets Node.js environments and uses CommonJS. There are no significant differentiators documented.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install sfc-compiler"],"cli":null},"imports":["const { createCompiler } = require('sfc-compiler');","const compiler = require('sfc-compiler').createCompiler();","const compiler = require('sfc-compiler').createCompiler(); compiler.render();"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"const compiler = require('sfc-compiler').createCompiler();\ncompiler.render();","lang":"javascript","description":"Shows how to create a compiler instance and call render.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}