feat: some sort of Astro support #10
ci.yml
on: pull_request
Test Linux
3m 12s
Test Linux ARM64
0s
Test Mac
0s
Test Windows
0s
Test big-endian
0s
Test 32-bit
0s
Test wasm32-wasip1-threads
2m 15s
Test NAPI
4m 21s
Test NAPI (windows)
0s
Spell Check
14s
Lint
3m 29s
Conformance
4m 18s
Minification Size
1m 2s
Allocations
1m 4s
AST Changes
1m 6s
Linter changes
22s
Annotations
4 errors, 1 warning, and 1 notice
|
Lint
Process completed with exit code 101.
|
|
Conformance
Process completed with exit code 1.
|
|
Test NAPI
Process completed with exit code 1.
|
|
test/astro.test.ts > parseAstro > parses Astro file without frontmatter:
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
|
|
Test NAPI
Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']
|
|
Conformance tests
Will run conformance tests
|