Lines Matching refs:imports
12 1. CommonJS-style imports (eg. `var protos = require('my-protos');`)
13 2. Closure-style imports (eg. `goog.require('my.package.MyProto');`)
15 Support for ES6-style imports is not implemented yet. Browsers can
17 resolve imports at compile time.
53 Closure Compiler style imports and one that uses CommonJS imports.
63 little different depending on whether you are using Closure imports
64 or CommonJS imports:
69 If you want to use Closure imports, your build should run a command
74 For Closure imports, `protoc` will generate a single output file
104 CommonJS imports
107 If you want to use CommonJS imports, your build should run a command
112 For CommonJS imports, `protoc` will spit out one file per input file