mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
5 lines
222 B
Text
5 lines
222 B
Text
language js
|
|
|
|
`$iterator.next().value` as $stmt where {
|
|
register_diagnostic(span=$stmt, message="Avoid reading iterator.next().value directly; use for...of or inspect the typed IteratorResult first.", severity="error")
|
|
}
|