We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d17199 commit ab9132fCopy full SHA for ab9132f
1 file changed
tasks/updater/js.rb
@@ -53,7 +53,7 @@ def initialize
53
end
54
55
def add(from, *tos)
56
- (@imports[from] ||= []).push(*tos)
+ (@imports[from] ||= []).push(*tos.sort)
57
58
59
def tsort_each_child(node, &block)
0 commit comments