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
Thank you for your input. The 'native' keyword is not in the language specification, so we don't plan on supporting it. We are working on a different approach for interacting with 3d party JavaScript libraries, through isolates.
Changes:
```
> git log --format="%C(auto) %h %s" a817863..37d0592
37d05928 Don't ignore 'packages/' over the root-dir (#3162)
85e11718 Add in-memory cache to store version listings (#3163)
46f79d5b Use source.hasMultipleVersions to decide when to show version constraint. (#3159)
0e553a07 Warn against likely bad env-var name (#3146)
30580bee Migrate src/git to null-safety (#3158)
```
Change-Id: Ic04937ad0adbeb228770087dedb25ccfcc4f3206
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215202
Reviewed-by: Sarah Zakarias <[email protected]>
Commit-Queue: Sigurd Meldgaard <[email protected]>
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.
The text was updated successfully, but these errors were encountered: