Skip to content
This repository has been archived by the owner on Oct 25, 2020. It is now read-only.

halfnelson/svelte-component-parser

Repository files navigation

DEPRECATED

Use the parse function exposed in svelte/compiler instead.


Extracted parser class and method from the svelte compiler for use in preprocessors.

Usage

import parse from 'svelte-template-parser'

const ast = parse(template, options as ParserOptions)

About

Parser extracted from the Svelte compiler for use in preprocessors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published