Built motion from commit 44377920.|2.6.11
[motion2.git] / legacy-libs / protobufjs / src / index.js
1 "use strict";
2 var protobuf = module.exports = require("./index-light");
3
4 protobuf.build = "full";
5
6 // Parser
7 protobuf.tokenize         = require("./tokenize");
8 protobuf.parse            = require("./parse");
9 protobuf.common           = require("./common");
10
11 // Configure parser
12 protobuf.Root._configure(protobuf.Type, protobuf.parse, protobuf.common);