You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2017. It is now read-only.
Part of the problem is also that pub is not detecting changes in your pubspec. I opened issue dart-lang/pub#1003 for that. Meanwhile, I believe that if you manually restart the pub-serve process, the error will go away.
I'll look into making initPolymer more robust in this case and at least provide a better error message. I'm also planning to change how our transformers are run (see issue #400), at that point we will not need to look at the value of 'entry_points' when you are running pub-serve and loading the code in Dartium.
<img src="https://avatars.githubusercontent.com/u/5405376?v=3" align="left" width="96" height="96"hspace="10"> Issue by jolleekin
Originally opened as dart-lang/sdk#19207
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected: App runs normally
Actual: NoSuchMethodError was thrown as loader.initializers is null.
Zone initPolymer() {
if (loader.deployMode) {
startPolymer(loader.initializers, loader.deployMode);
return Zone.current;
}
return dirtyCheckZone()..run(
() => startPolymer(loader.initializers, loader.deployMode));
}
What version of the product are you using? On what operating system?
Dart Editor 1.5.0.dev_03_04
Windows 7 64bit
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: