feat: some sort of Astro support #13
Annotations
3 errors and 1 warning
|
|
|
napi/parser/test/astro.test.ts#L78
AssertionError: expected undefined to be defined
❯ test/astro.test.ts:78:25
|
|
napi/parser/test/astro.test.ts#L37
AssertionError: expected { type: 'AstroFrontmatter', …(3) } to be null
- Expected:
null
+ Received:
{
"end": 0,
"program": {
"body": [],
"end": 0,
"hashbang": null,
"sourceType": "module",
"start": 0,
"type": "Program",
},
"start": 0,
"type": "AstroFrontmatter",
}
❯ test/astro.test.ts:37:30
|
|
|
The logs for this run have expired and are no longer available.
Loading