DescriptionManually default Error messages to avoid dart2js code bloat.
The generated code with this change has 'null' arguments instead of
multiple copies of the default message string.
Ideally the compiler would recognize common code patterns and extract
them into helper code. This requires architectural changes to the
compiler. The nulls can be removed with an optimization (pending)
that is possible with the current architecture.
Patch Set 1 : #
Messages
Total messages: 5 (2 generated)
|