Skip to content

Commit 642bb7e

Browse files
committed
Changing function's name
1 parent f692f67 commit 642bb7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
const AssemblyAssignment = {
1+
const AssemblyStackAssignment = {
22
print: ({ node, path, print }) => [
33
path.call(print, 'expression'),
44
' =: ',
55
node.name
66
]
77
};
88

9-
module.exports = AssemblyAssignment;
9+
module.exports = AssemblyStackAssignment;

0 commit comments

Comments
 (0)