Consider not using runtimeType #85
Labels
contributions-welcome
Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)
type-enhancement
A request for a change that isn't a bug
This causes code-size warnings when compiling to js:
And we only use it in:
source_span/lib/src/span_mixin.dart
Lines 82 to 83 in 24151fd
Maybe we can just change it to:
And have subclasses overwrite
toString
to ensure that they keep their name.The text was updated successfully, but these errors were encountered: