Skip to content

Commit

Permalink
Merge pull request #115 in ADGUARD-FILTERS/scriptlets from feature/AG…
Browse files Browse the repository at this point in the history
…-161 to master

* commit '52f2451ea0eb851dd2a524f87756d1d319b881e6':
  simplify raf tests
  correct jsdoc
  specify necessary delays for test checking
  improve hit and fix tests
  edit comments
  add tests for prevent-raf
  move test file
  add raf scriptlet + test file
  create raf file
  • Loading branch information
slavaleleka committed Apr 13, 2020
2 parents 083ecdd + 52f2451 commit 026fe7c
Show file tree
Hide file tree
Showing 57 changed files with 767 additions and 118 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"import/no-extraneous-dependencies": "off"
},
"env": {
"browser": true
"browser": true,
"qunit": true
}
}
135 changes: 130 additions & 5 deletions dist/cjs/scriptletsCjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/scriptletsCjs.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 026fe7c

Please sign in to comment.