localvoid / liquid

[UNMAINTAINED] Library to build User Interfaces in Dart [Virtual DOM]
http://localvoid.github.io/liquid/
BSD 2-Clause "Simplified" License
29 stars 3 forks source link

Can't build: Unable to resolve asset ID for "dart:core" #11

Open davenotik opened 9 years ago

davenotik commented 9 years ago

Giving this a go. Can't build my test. Snippet:

Building vdom_fun... 
[Error from Factory on vdom_fun|web/boxes.dart]:
Unable to resolve asset ID for "dart:core"
Build error:
Transform Factory on vdom_fun|web/boxes.dart threw error: <rethrow>
Caused by Could not resolve dart:core
#0      AnalysisTask._safelyPerform (package:analyzer/src/generated/engine.dart:6762:7)
#1      AnalysisTask.perform (package:analyzer/src/generated/engine.dart:6727:21)
...

Related? https://code.google.com/p/dart/issues/detail?id=22099

localvoid commented 9 years ago

Yes, it is the same error. I am not sure why this is happening, cannot reproduce this error on Linux/Dart 1.8.5/code_transformers 0.2.4/analyzer 0.22.4.

Maybe I am missing something, or doing something stupid with "analyzer", or "code_transformers" packages, I don't have too much experience with this packages.