work around acorn types

pull/10301/head
Rich Harris 3 years ago
parent af5204a765
commit d3133d0e63

@ -0,0 +1,4 @@
declare module 'acorn' {
export function isIdentifierStart(code: number, astral: boolean): boolean;
export function isIdentifierChar(code: number, astral: boolean): boolean;
}
Loading…
Cancel
Save