Skip to content

Commit

Permalink
added missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
trullock committed Apr 23, 2024
1 parent 5c49d39 commit 1d375f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/NUglify.Tests/TestData/JS/Expected/Bugs/Bug391.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
function func(){return{...{arrow:()=>{},anonymous:function(){},named:function(){}}}}
9 changes: 9 additions & 0 deletions src/NUglify.Tests/TestData/JS/Input/Bugs/Bug391.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
function func() {
return {
...{
arrow: () => { },
anonymous: function () { },
named: function name() { },
}
};
}

0 comments on commit 1d375f9

Please sign in to comment.