Skip to content

Commit bd2462f

Browse files
committed
ContextNode: Remove invalid /*@__PURE__*/ comment.
1 parent bd03102 commit bd2462f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes/core/ContextNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default ContextNode;
166166
* @param {Object} [value={}] - The modified context data.
167167
* @returns {ContextNode}
168168
*/
169-
export const context = /*@__PURE__*/ ( nodeOrValue = null, value = {} ) => {
169+
export const context = ( nodeOrValue = null, value = {} ) => {
170170

171171
let node = nodeOrValue;
172172

0 commit comments

Comments
 (0)