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 was archived by the owner on Feb 22, 2018. It is now read-only.
* This is preparatory work for #113.
* Note that there are **three kinds of keywords**: reserved, built-in,
and
limited. Only reserved words must be avoided when porting from JS to
Dart (see [footnote 1 in Dart Up and Running Chap.
2](https://www.dartlang.org/docs/dart-up-and-running/ch02.html#keywords)
).
* `getLibraryName()` has been tweaked to only rename libraries having
names that match a *reserved word*.
* Added test case for built-in and limited keywords.
0 commit comments