mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 19:55:08 -06:00
Sort baseline reference identifier by name
This commit is contained in:
parent
81ee9687e7
commit
63291d1de0
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user