Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8ffcfb0

Browse files
Remove unnecessary code (#2362)
1 parent 4eecc5e commit 8ffcfb0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

‎lib/utils/ref-object-references.js‎

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -147,17 +147,6 @@ function* iterateDefineModels(globalScope) {
147147
}
148148
}
149149
}
150-
const tracker = new ReferenceTracker(globalScope)
151-
for (const { node } of tracker.iterateGlobalReferences({
152-
defineModel: {
153-
[ReferenceTracker.CALL]: true
154-
}
155-
})) {
156-
const expr = /** @type {CallExpression} */ (node)
157-
yield {
158-
node: expr
159-
}
160-
}
161150
}
162151

163152
/**

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /