Skip to content

TS: Fix variable initialization

Matt Wala requested to merge fix-uninitialized-ts-flags into master

The flag variables for which expansions to evaluate were not always being initialized.

This changes the code to always initialize the flags.

Merge request reports