summaryrefslogtreecommitdiff
path: root/packages/astro-parser/src/interfaces.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro-parser/src/interfaces.ts')
-rw-r--r--packages/astro-parser/src/interfaces.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/astro-parser/src/interfaces.ts b/packages/astro-parser/src/interfaces.ts
index f3fa5da9d..f1cf2af25 100644
--- a/packages/astro-parser/src/interfaces.ts
+++ b/packages/astro-parser/src/interfaces.ts
@@ -106,6 +106,9 @@ export interface Ast {
css: Style;
module: Script;
// instance: Script;
+ meta: {
+ features: number;
+ }
}
export interface Warning {