biome_js_parser 0.5.7

Biome's JavaScript parser
Documentation
1
2
3
4
5
6
7
8
9
import "foo" assert { type, "json" };
import "bar" \u{61}ssert { type: "json" };
import { foo } assert { type: "json" };
import "lorem"
assert { type: "json" }
import foo2 from "foo.json" assert { "type": "json", type: "html", "type": "js" };
import "x" assert;
import ipsum from "ipsum.json" assert { type: "json", lazy: true, startAtLine: 1 };
import { a } from "a.json" assert