MCPcopy Index your code
hub / github.com/keepfool/vue-tutorials / isScript

Function isScript

01.GettingStarted/js/vue.js:7618–7620  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

7616 }
7617
7618 function isScript(el) {
7619 return el.tagName === 'SCRIPT' && (!el.hasAttribute('type') || el.getAttribute('type') === 'text/javascript');
7620 }
7621
7622 var specialCharRE = /[^\w\-:\.]/;
7623

Callers 2

compileFunction · 0.70
compileNodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected