0.0.12 • Published 1 year ago

@ossph/temple-parser v0.0.12

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

⛩️ Temple Parser

This package is designed for Temple, the reactive web component template engine. See docs for more information.

Parses the Temple markup language to an abstract syntac tree (AST). This is used by the @ossph/temple-compiler to convert the Temple markup language to JavaScript and HTML.

Install

$ npm -i @ossph/temple-parser

Basic Usage

import { TempleParser } from '@ossph/temple-parser';

const ast = TempleParser.parse('<h1>Hello World</h1>');
0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago