Fix lint and yarn.lock

This commit is contained in:
Brian Ng 2018-05-10 09:22:45 -05:00
parent ee1ee0e7ae
commit 21b03c35d3
No known key found for this signature in database
GPG Key ID: 3F2380E1E1508CA9
2 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,6 @@ function isEsModuleType(bodyElement: N.Node): boolean {
);
}
function hasTypeImportKind(node: N.Node): boolean {
return node.importKind === "type" || node.importKind === "typeof";
}

View File

@ -5493,6 +5493,10 @@ lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.2.0, l
version "4.17.5"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
lodash@^4.17.5:
version "4.17.10"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
log-symbols@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"