Skip to content

Commit b88cdfe

Browse files
Update packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/utils.js
Co-authored-by: Simon H <[email protected]>
1 parent 674b175 commit b88cdfe

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client/visitors/shared

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function memoize_expression(state, value) {
2121
}
2222

2323
/**
24-
*
24+
* Pushes `value` into `expressions` and returns a new id
2525
* @param {Expression[]} expressions
2626
* @param {Expression} value
2727
*/

0 commit comments

Comments
 (0)