mirror of https://github.com/sveltejs/svelte
work around acorn types (#10301)
* work around acorn types * ugh --------- Co-authored-by: Rich Harris <rich.harris@vercel.com>pull/10336/head
parent
4d8ce93d2e
commit
452dc4ac9b
@ -0,0 +1,4 @@
|
|||||||
|
declare module 'acorn' {
|
||||||
|
export function isIdentifierStart(code: number, astral: boolean): boolean;
|
||||||
|
export function isIdentifierChar(code: number, astral: boolean): boolean;
|
||||||
|
}
|
Loading…
Reference in new issue