CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.13 (changelog, source)
Search

Module Vue

Import path

import javascript

Predicates

routeObject

Gets a data flow node that refers to a Route object from vue-router.

vue

Gets a reference to the ‘Vue’ object.

vueLibrary

Gets a reference to the Vue object.

Classes

ClassComponent

A class with a @Component decorator, making it usable as an “options” object in Vue.

Component

A Vue component, such as a new Vue({ ... }) call or a .vue file.

ComponentExtension

A component created via an explicit call to Vue.extend({...}) or CustomComponent.extend({...}).

ComponentRegistration

A Vue component from Vue.component("my-component", { ... }).

SingleFileComponent

A single file Vue component in a .vue file.

VHtmlAttribute

A Vue v-html attribute.

VueFile

A .vue file.

Modules