Hi,
I *just* updated my repo, and tried to compile a simple test script:
#import('dart:html');
main() {
var button = document.query('#button');
}
And I get this error:
error: File not found: /Users/sethladd/Code/Dart-git/dart/xcodebuild/Release_ia32/dart-sdk/lib/html/frog/html_frog.dart
test.dart:4:16: warning: cannot find "document"
var button = document.query('#button');
^^^^^^^^
test.dart:4:16: error: member lookup failed for "get:document"
var button = document.query('#button');
^^^^^^^^
compilation failed with 2 errors
I've filed a
bug, but in the meantime is there a work around?
(Note: this works in the Editor build 5437.)
Thanks,
Seth