<!-- Please only use this template for submitting feature requests --> **What would you like to be added**: Execute script tags in the html **Why is this needed**: Makes it easier to add external dependencies and below code would work ```html <script> function test() { // Something } </script> <button onclick="test">Click me</button> ```
What would you like to be added:
Execute script tags in the html
Why is this needed:
Makes it easier to add external dependencies and below code would work