0.0.12 • Published 2 years ago

@ossph/temple-parser v0.0.12

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years 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

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago