JS: add protobuf declarations for JS AST

This commit is contained in:
Alexey Andreev
2017-02-15 19:47:35 +03:00
parent df4c7048d0
commit 83df21329f
5 changed files with 84003 additions and 1 deletions
@@ -39,7 +39,7 @@ public class JsProgramFragment {
}
@NotNull
public JsBlock getDeclarationBlock() {
public JsGlobalBlock getDeclarationBlock() {
return declarationBlock;
}