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 has been archived by the owner on Feb 22, 2018. It is now read-only.
rarely used outside tests, but async tests trip on this, so hit while looking at #221. I doubt we need a readable solution, rather just a legal translation or some sort.
The text was updated successfully, but these errors were encountered:
for now I just commented out those tests.
maybe an intermediate fix would be to not generate invalid code :) ... right now we skip the case label, but we generate continue label; which makes JS parser unhappy.
https://github.com/dart-lang/dev_compiler/blob/1c029d0902387059b16866c0c41489e7739ea89a/lib/src/codegen/js_codegen.dart#L2512
rarely used outside tests, but async tests trip on this, so hit while looking at #221. I doubt we need a readable solution, rather just a legal translation or some sort.
The text was updated successfully, but these errors were encountered: