mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00: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