Greg Littlefield

Results 25 comments of Greg Littlefield

> My problem when profiling dart2js-compiled code is that the source references become a complete mystery to me. Everything is compiled into unreadable minified JS code, so I don't know...

Hey @dave-doty, so sorry for the delayed response; I lost track of this issue for a while. Thank you for putting together that perf data! You're right, most of it...

Looks like there's the ability to create analyzer plugins? See https://github.com/dart-lang/angular2-dart-analyzer. It's not really documented though. Something like that would probably be our best bet.

@dotdotcommadot That would definitely be possible, but then there'd be no analyzer support when authoring the JSX. At that point, is writing JSX really favorable to the over_react syntax, which...

Relates to https://github.com/cleandart/react-dart/issues/109