MCPcopy
hub / github.com/ampproject/amphtml / no-array-destructuring.js

File no-array-destructuring.js

build-system/eslint-rules/no-array-destructuring.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2
3// Only allow array destructuring on preact functions that are known to return
4// real arrays. This is to avoid the very large iterator polyfill and the very

Callers

nothing calls this directly

Calls 2

isAllowedFunction · 0.85
reportMethod · 0.45

Tested by

no test coverage detected