Closed
Description
This issue was originally filed by [email protected]
When compile dart code with dart2js, it complains "Unexpected token" for "native" keyword while "frogc" let go without problem.
I think dart2js shall allow using "native" keyword so dart can access 3rd party JavaScript libraries (such as Google Maps APIs) easily.