Revision c3a55681436afb0b57a03871858fdf33eec5726a authored by Paul Gschwendtner on 15 December 2021, 15:14:31 UTC, committed by Dylan Hunn on 04 January 2022, 20:14:14 UTC
Updates the symbol extractor to support IIFE bundles using
arrow-functions instead of function declarations. This is in preparation
for running symbol extraction tests with the overhauled optimization
pipeline for Angular v13, relying on ESBuild internally.

Also removes rollup-specific code that does not seem to be relevant
anymore / rollup will be replaced anyway.

PR Close #44490
1 parent 02bc458
Raw File
.clang-format
Language:        JavaScript
BasedOnStyle:    Google
ColumnLimit:     100
back to top