mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-25 05:29:07 -05:00
Sort baseline reference identifier by name
This commit is contained in:
@@ -17,4 +17,4 @@ exports.foo = foo = 3;
|
||||
var baz = 3;
|
||||
exports.baz = baz;
|
||||
exports.quux = baz;
|
||||
exports.quux = exports.baz = baz = 4;
|
||||
exports.baz = exports.quux = baz = 4;
|
||||
|
||||
Reference in New Issue
Block a user