diff options
Diffstat (limited to 'frontend-old/node_modules/protobufjs/src/index.js')
| -rw-r--r-- | frontend-old/node_modules/protobufjs/src/index.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/frontend-old/node_modules/protobufjs/src/index.js b/frontend-old/node_modules/protobufjs/src/index.js deleted file mode 100644 index 56bd3d5..0000000 --- a/frontend-old/node_modules/protobufjs/src/index.js +++ /dev/null @@ -1,12 +0,0 @@ -"use strict"; -var protobuf = module.exports = require("./index-light"); - -protobuf.build = "full"; - -// Parser -protobuf.tokenize = require("./tokenize"); -protobuf.parse = require("./parse"); -protobuf.common = require("./common"); - -// Configure parser -protobuf.Root._configure(protobuf.Type, protobuf.parse, protobuf.common); |
