[js_fail.tar.gz](https://github.com/bblfsh/javascript-driver/files/2283669/js_fail.tar.gz) The files attached above produce several problems with the JS Driver: - Blacklisted types that should have been promoted to semantic objects (FunctionDeclaration, ImportDeclaration, ImportSpecifier, BlockStatement, etc). - `partial parse: message is not defined` errors. - Some failed checks on transforms like `check: key "specifiers": field was not used: leadingComments`. They also generate many `Unannotated` roles but I'll be fixing those as part of #28 and #29.
js_fail.tar.gz
The files attached above produce several problems with the JS Driver:
Blacklisted types that should have been promoted to semantic objects (FunctionDeclaration, ImportDeclaration, ImportSpecifier, BlockStatement, etc).
partial parse: message is not definederrors.Some failed checks on transforms like
check: key "specifiers": field was not used: leadingComments.They also generate many
Unannotatedroles but I'll be fixing those as part of #28 and #29.