types: remove unnecessary types (#234)
This commit is contained in:
parent
9371e65187
commit
96681942c1
@ -45,7 +45,7 @@ export function loadDep(name: string) {
|
||||
}
|
||||
}
|
||||
|
||||
export const parseJS: typeof parse = (code: string, options: any) => {
|
||||
export const parseJS: typeof parse = (code, options) => {
|
||||
assert(
|
||||
!__BROWSER__,
|
||||
`Expression AST analysis can only be performed in non-browser builds.`
|
||||
|
Loading…
Reference in New Issue
Block a user