diff options
Diffstat (limited to 'packages/astro-parser/src/parse/utils/features.ts')
-rw-r--r-- | packages/astro-parser/src/parse/utils/features.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/astro-parser/src/parse/utils/features.ts b/packages/astro-parser/src/parse/utils/features.ts new file mode 100644 index 000000000..629e436d2 --- /dev/null +++ b/packages/astro-parser/src/parse/utils/features.ts @@ -0,0 +1,2 @@ + +export const FEATURE_CUSTOM_ELEMENT = 1 << 0;
\ No newline at end of file |