amilajack / amilajack/eslint-plugin-compat

`requestIdleCallback` is not correctly reported, it's not supported in all ios safari versions.

未關閉
#670 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
TypeScript
星號
3.2k
分支
115
PR 合併指標
30 天內沒有已合併 PR

描述

.browserslistrc
```
iOS >= 11.3
android >= 63
not IE > 0
not and_qq > 0
not and_uc > 0
not kaios > 0
not op_mob > 0
not samsung > 0
```

``` bash
pnpm exec eslint --stdin --stdin-filename temp.ts <<'EOF'
requestIdleCallback(() => {});
EOF

(node:30160) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
```

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。