astro/packages/astro-parser/src/index.ts
Matthew Phillips 6a660f1b08
Implements low-level custom element support (#587)
* Implements low-level custom element support

* Changes based on self review

* Adds a changeset

* Polyfills are added even when not hydrating

* Remove hydrationMethod option

Punting on this idea until it's really needed.
2021-07-01 08:42:07 -04:00

3 lines
123 B
TypeScript

export * from './interfaces';
export * from './parse/utils/features';
export { default as parse } from './parse/index.js';