We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18526f commit 1a2b1a5Copy full SHA for 1a2b1a5
packages/route-pattern/src/lib/parse.ts
@@ -1,4 +1,4 @@
1
-import type { Node, Optional } from '../ast.ts';
+import type { Node, Optional } from './ast.ts';
2
import { lexHostname, lexPathname, lexProtocol } from './lex.ts';
3
import type { Token } from './token.ts';
4
import { split } from './split.ts';
0 commit comments