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
@@ -52,6 +52,7 @@ val PROTO_PATHS: List<ProtoPath> = listOf(
ProtoPath("core/deserialization/src/descriptors.proto"),
ProtoPath("core/deserialization/src/builtins.proto"),
ProtoPath("js/js.serializer/src/js.proto"),
ProtoPath("js/js.serializer/src/js-ast.proto"),
ProtoPath("core/descriptor.loader.java/src/jvm_descriptors.proto"),
ProtoPath("core/descriptor.loader.java/src/jvm_package_table.proto")
)