From 434aa8343fdcbb4d5002f934979913c099489bee Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 16 Nov 2025 19:08:29 +0800 Subject: sdk, del --- frontend-old/node_modules/protobufjs/src/index.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 frontend-old/node_modules/protobufjs/src/index.js (limited to 'frontend-old/node_modules/protobufjs/src/index.js') 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); -- cgit v1.2.3