Formerly, import {default as X} from y; would not be recognized as an import.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Format/SortJavaScriptImports.cpp | ||
---|---|---|
416 ↗ | (On Diff #109059) | Change to !Current->isOneOf(tok::identifier, tok::kw_default) Same below. |