unjquerify icon indicating copy to clipboard operation
unjquerify copied to clipboard

Some examples do not actually change when the transformation is applied

Open devbridie opened this issue 7 years ago • 0 comments

Example: DocumentReadyPlugin.

The example $(document).ready(e) does not transform due to a isFunctionExpression check on the first argument.

Whether or not this check should be done at all is one thing, but all examples should demonstrate a mutation.

Check the following plugins:

  • [ ] DocumentReadyPlugin
  • [ ] GetElementByIdPlugin
  • [ ] GetElementsByClassNamePlugin
  • [ ] QuerySelectorAllPlugin
  • [ ] CssGetPlugin
  • [ ] OnPlugin()
  • [ ] ClickHandlerPlugin
  • [ ] AddClassPlugin
  • [ ] TextSetPlugin
  • [ ] TextGetPlugin
  • [ ] HidePlugin
  • [ ] UnwrapPlugin
  • [ ] IsPlugin

devbridie avatar Jun 11 '18 08:06 devbridie