Analysis

Description of Analysis Class.

Analysis
Static Members
Architecture(directory)
ParentChild(directory)

Exports

Description of Exports Class.

Exports
Static Members
ExportParentChild(directory)
ExportArchitecture(directory)

Files

Description of Files Class.

Files
Static Members
GetVue(directory)
Read(filePath)

Classes

Get the css classes in the the .vue file.

Classes(fileString: any): Array<String>
Parameters
fileString (any) The raw text content (string) of the file.
Returns
Array<String>: An array of css classes strings from the .vue file.

IdSelectors

Get the css id selectors in the the .vue file.

IdSelectors(fileString: any): Array<String>
Parameters
fileString (any) The raw text content (string) of the file.
Returns
Array<String>: An array of css id selector strings from the .vue file.

MetaDataES6

Description of MetaDataES6 Class.

MetaDataES6
Static Members
Comments(fileString)

MetaDataVue

Description of MetaDataVue Class.

MetaDataVue
Static Members
ES6(fileString)
VueComponents(fileString)
VueTemplate(fileString)