0.3.3 • Published 6 months ago

@webreflection/uparser v0.3.3

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

µparser

Build Status Coverage Status

The µhtml and µcontent template parser.

import parse from '@webreflection/uparser';

const html = template => parse(template, 'secret', false);
const svg = template => parse(template, 'secret', true);

html`<div />`; // <div></div>
svg`<rect />`; // <rect />
0.3.0

6 months ago

0.3.2

6 months ago

0.3.1

6 months ago

0.3.3

6 months ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.2.1

2 years ago