unjquerify
unjquerify copied to clipboard
Some examples do not actually change when the transformation is applied
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