eslint plugin dom:Lint DOM API性能 源码
eslint-plugin-dom :warning: 工作正在进行中 :warning: 目标 使用静态分析来检测强制回流。 建议requestAnimationFrame 使用强制同步布局计算时发出警告(例如offsetLeft) 警告一般性能问题,例如。 [removed]() 理念 22: const elem = document.querySelector('.some') 23: elem.offsetLeft ^^^^^^^^^^ `offsetLeft` will trigger synchronous style and layout
文件列表
eslint-plugin-dom-master.zip
(预估有个18文件)
eslint-plugin-dom-master
.eslintrc
2KB
.flowconfig
214B
yarn.lock
128KB
src
Lint.js
1KB
index.js
577B
rules
compat.js
2KB
.babelrc
212B
暂无评论