]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
types: remove unnecessary types (#234)
authorSangeeth Sudheer <sangeeth96@users.noreply.github.com>
Sat, 12 Oct 2019 23:33:48 +0000 (05:03 +0530)
committerEvan You <yyx990803@gmail.com>
Sat, 12 Oct 2019 23:33:48 +0000 (19:33 -0400)
packages/compiler-core/src/utils.ts

index d78208745ce939b8a80f4ec93229cf3016cb1782..a297d54c4fcb088fad0565564c6f81ccc47b70a4 100644 (file)
@@ -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.`