Lines Matching full: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.
51 Closure Compiler style imports and one that uses CommonJS imports.
61 little different depending on whether you are using Closure imports
62 or CommonJS imports:
64 Closure Imports
67 If you want to use Closure imports, your build should run a command
72 For Closure imports, `protoc` will generate a single output file
96 CommonJS imports
99 If you want to use CommonJS imports, your build should run a command
104 For CommonJS imports, `protoc` will spit out one file per input file