We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba0ca3 commit d9b4815Copy full SHA for d9b4815
src/rules/reactivity/pluginApi.ts
@@ -58,7 +58,7 @@ export interface ReactivityPluginApi {
58
* reactive(node, '.error');
59
* }
60
*/
61
- reactive(node: T.Node, path: string): void;
+ reactive(node: T.Node, path: string, options?: { mutable?: boolean }): void;
62
63
/**
64
* Convenience method for checking if a node is a call expression. If `primitive` is provided,
0 commit comments