sachinchoolur/replace-jquery – automatically replace jQuery
Automatically find jQuery methods from existing projects and generate vanilla js alternatives.
Automatically find jQuery methods from existing projects and generate vanilla js alternatives.
<script>
let name = 'world';
</script>
<h1>Hello {name.toUpperCase()}!</h1>
Рендерит в браузере
<h1>Hello WORLD!</h1>