Socket
Socket
Sign inDemoInstall

riot-compiler

Package Overview
Dependencies
13
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    riot-compiler

Compiler for riot .tag files


Version published
Weekly downloads
2.4K
decreased by-2.23%
Maintainers
1
Install size
3.05 MB
Created
Weekly downloads
 

Readme

Source

Build Status Issue Count Coverage Status NPM version NPM downloads MIT License

Info

WIP come back soon

New specs

  • All the code in the <script> tag will be left untouched without adding any extra riot magic
  • The relation riot tag => file.tag will be 1 to 1 so it will be not possible to define multiple tags in the same file
  • It will be not possible to define multiple <script><template><style> tags in the same file

New feature

  • The new compiler is per default async so it will always return a promise
  • The source code will be simplified a lot avoiding to maintain different forks for the browser/node versions
  • It will generate always sourcemaps
  • It will be simpler to validate the riot tags syntax due to a cleaner and unambigous structure
  • No need for <virtual> tags and other weird hacks
  • Allow the rendering of raw markup

Keywords

FAQs

Last updated on 29 Dec 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc