lwc
lwc copied to clipboard
Remove flag: experimentalComplexExpressions
Complex template expressions are being shipped behind an experimental compiler flag: experimentalComplexExpressions. The non-experimental implementation is unchanged, requiring forks in behavior depending on the flag's value.
This flag & associated forks in behavior should removed as soon as we 1) decide not to ship complex template expressions, or 2) complex template expressions go to beta or GA.
I am not aware of any consumers of this experimental flag. Should we start deprecating it today by remoting a warning message when it is enabled?