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(
|
assert(
|
||||||
!__BROWSER__,
|
!__BROWSER__,
|
||||||
`Expression AST analysis can only be performed in non-browser builds.`
|
`Expression AST analysis can only be performed in non-browser builds.`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user