Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Oct 10, 2024
1 parent 61247c8 commit c28f7a1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 25 deletions.
12 changes: 6 additions & 6 deletions test/dep-order/expected.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
(function(){
var _$one_2 = {};
(function (__filename){
(function (__filename){(function (){
console.log(__filename)

}).call(this,"/test/dep-order/one.js")
}).call(this)}).call(this,"/test/dep-order/one.js")
var _$two_4 = {};
(function (__filename){
(function (__filename){(function (){
console.log(__filename)

}).call(this,"/test/dep-order/two.js")
}).call(this)}).call(this,"/test/dep-order/two.js")
var _$three_3 = {};
(function (__filename){
(function (__filename){(function (){
console.log(__filename)

}).call(this,"/test/dep-order/three.js")
}).call(this)}).call(this,"/test/dep-order/three.js")
var _$app_1 = {};
_$one_2
_$two_4
Expand Down
Loading

0 comments on commit c28f7a1

Please sign in to comment.