Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/utils/case"

Index

Variables

Const caseRoot

caseRoot: string = resolve(__dirname, '../../node_modules/san-html-cases/src')

Const debug

debug: Debugger = debugFactory('case')

Const nsPrefix

nsPrefix: "san\" = "san\"

Const sanProject

sanProject: SanProject = new SanProject(tsConfigFilePath)

Const tsConfigFilePath

tsConfigFilePath: string = resolve(__dirname, '../../test/tsconfig.json')

Functions

compile

  • compile(caseName: string): void

compileComponentFile

  • compileComponentFile(filepath: string): string

filterSanPHPFiles

  • filterSanPHPFiles(files: string[]): Set<string>

isSourceFile

  • isSourceFile(file: string): boolean

removeCorrespondingJS

  • removeCorrespondingJS(files: Set<string>): void

Generated using TypeDoc