Formerly, import {default as X} from y; would not be recognized as an import.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 8806 Build 8806: arc lint + arc unit
Event Timeline
lib/Format/SortJavaScriptImports.cpp | ||
---|---|---|
416 | Change to !Current->isOneOf(tok::identifier, tok::kw_default) Same below. |
Change to
Same below.