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 f692f67 commit 642bb7eCopy full SHA for 642bb7e
src/nodes/AssemblyStackAssignment.js
@@ -1,9 +1,9 @@
1
-const AssemblyAssignment = {
+const AssemblyStackAssignment = {
2
print: ({ node, path, print }) => [
3
path.call(print, 'expression'),
4
' =: ',
5
node.name
6
]
7
};
8
9
-module.exports = AssemblyAssignment;
+module.exports = AssemblyStackAssignment;
0 commit comments