You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {boolean} [options.considerGetters=false] If `true` then it considers member accesses as the node which has side effects.
176
176
* @param {boolean} [options.considerImplicitTypeConversion=false] If `true` then it considers implicit type conversion as the node which has side effects.
177
-
* @param {object} [options.visitorKeys=evk.KEYS] The keys to traverse nodes. Use `context.getSourceCode().visitorKeys`.
177
+
* @param {object} [options.visitorKeys=KEYS] The keys to traverse nodes. Use `context.getSourceCode().visitorKeys`.
178
178
* @returns {boolean} `true` if the node has a certain side effect.
179
179
*/
180
180
exportfunctionhasSideEffect(
@@ -185,6 +185,6 @@ export function hasSideEffect(
0 commit comments