e382632473
We recently reworked our `ng_rollup_bundle` rule to no longer output
ESM5 and to optimize applications properly (previously applications were
not optimized properly due to incorrect build optimizer setup).
This change meant that a lot of symbols have been removed from the
golden correctly. See:
|
||
---|---|---|
.. | ||
BUILD.bazel | ||
dont_pick_up_inner_symbols.js | ||
dont_pick_up_inner_symbols.json | ||
drop_trailing_suffix.js | ||
drop_trailing_suffix.json | ||
empty.js | ||
empty.json | ||
empty_iife.js | ||
empty_iife.json | ||
es2015_class_output.json | ||
es2015_class_output.ts | ||
hello_world_min_debug.js | ||
hello_world_min_debug.json | ||
iife_with_export.js | ||
iife_with_export.json | ||
simple.js | ||
simple.json | ||
two_symbols_per_var.js | ||
two_symbols_per_var.json | ||
var_list.js | ||
var_list.json |