mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-27 07:20:19 +00:00
push all website files
This commit is contained in:
18
website/functions/node_modules/protobufjs/src/roots.js
generated
vendored
Normal file
18
website/functions/node_modules/protobufjs/src/roots.js
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
"use strict";
|
||||
module.exports = {};
|
||||
|
||||
/**
|
||||
* Named roots.
|
||||
* This is where pbjs stores generated structures (the option `-r, --root` specifies a name).
|
||||
* Can also be used manually to make roots available accross modules.
|
||||
* @name roots
|
||||
* @type {Object.<string,Root>}
|
||||
* @example
|
||||
* // pbjs -r myroot -o compiled.js ...
|
||||
*
|
||||
* // in another module:
|
||||
* require("./compiled.js");
|
||||
*
|
||||
* // in any subsequent module:
|
||||
* var root = protobuf.roots["myroot"];
|
||||
*/
|
Reference in New Issue
Block a user