Open vinniefalco opened 1 year ago
When emitting flags / bitmasks, only insert the property key when the value is true. Absent properties evaluate to null which is equivalent to false, this will speed up template processing (and make debugging easier).
Does this issue still make sense?
When emitting flags / bitmasks, only insert the property key when the value is true. Absent properties evaluate to null which is equivalent to false, this will speed up template processing (and make debugging easier).