Files
blockly/packages
Christopher Allen 4afab1d054 refactor(build): Separate chunk exporter creation from compilation
Since the chunk export files are source files to Closure Compiler,
separate the creation of the former from the invocation of the
latter.  Specifically:

- Rename writeChunkExportFiles to buildChunkExporters.
- Invoked as a separate task in the minify series, instead of
  calling it directly from buildCompiled.
- Revert the changes to buildCompiled that made it an async
  function just so it could call writeChunkExportFiles.
2026-06-08 15:41:54 +01:00
..
2026-05-18 13:18:12 -07:00