* Pre-builds the core runtime and the JS files that it loads. * @return {Promise }
()
| 147 | * @return {Promise<void>} |
| 148 | */ |
| 149 | async function preBuildRuntimeFiles() { |
| 150 | await build(jsBundles, 'amp.js', (_bundles, _name, options) => |
| 151 | compileCoreRuntime(options) |
| 152 | ); |
| 153 | } |
| 154 | |
| 155 | /** |
| 156 | * Pre-builds default extensions and ones requested via command line flags. |
no test coverage detected