-
_This issue was originally filed by @pjako_
---
**What steps will reproduce the problem?**
# import("dart:isolate");
class Logic {
static void isolate() {
&n…
-
_This issue was originally filed by matthias.wesse...@kaazing.com_
---
**What steps will reproduce the problem?**
1. can't instantiate an object from the WebSocket class - A factory/constructor…
-
When Frog/Leg/dart2js fails to generate JS, we need to capture the stdout and stderr so that we can better understand the problem...
[user feedback]
org.eclipse.core.runtime.CoreException: Failure to…
-
If I import a library that does not exist, no error is shown
# import('dart:fooberry');
void main() {
print("Hello World");
}
-
The following code:
# import('dart:html');
void main() {
var name = window.prompt('What is your name?');
}
results in a "Uncaught #<NoSuchMethodException$Dart>" from the …
-
_This issue was originally filed by [jimhug@google.com](https://github.com/search?q=jimhug%40google.com&type=Users)_
---
It looks like all three implementations (dartc, vm and frog) currently fail o…
-
_This issue was originally filed by @bp74_
---
Hello
I know you are early in the process and a lot of optimizations will come in the future, but please let me show you a small sample what could be …
-
_This issue was originally filed by ief...@unipro.ru_
---
**What steps will reproduce the problem?**
run the following test through a static checker:
bool foo(x) {}
main() {
try {…
-
Reported by Marcin:
var els = document.queryAll('a.add-event-handler');
els.forEach((el) {
el.classes.remove('add-event-handler');
el.on.click.add(onAnchorClick);
});
This w…
-
coreimpl is largely provided by the implementations (dartc, vm, frog), there's no check that they are all exposing the same coreimpl interface. And right now it doesn't look very consistent between th…