Folks,
Whenever I compile something with dart2js I get a bunch of warnings, some that seem fair, but one that is puzzling me is:
warning: library prefixes not handled.
Is this actually still true? I'm rather surprised that my code works at all if it is ignoring my prefixes....
How should I interpret this warning? If it's a legacy, can we remove it? Am I doing something wrong? Should I file a bug?
Luke