SYMBOL INDEX (26 symbols across 8 files) FILE: esbuild.js function start (line 2) | async function start(watch) { method onRebuild (line 21) | onRebuild(error) { FILE: src/config.ts function getConfigTailwindCssEnable (line 3) | function getConfigTailwindCssEnable() { function getConfigCustomServerPath (line 7) | function getConfigCustomServerPath() { function getConfigExcludePatterns (line 11) | function getConfigExcludePatterns(): string[] { FILE: src/constants.ts constant CONFIG_GLOB (line 3) | const CONFIG_GLOB = '{tailwind,tailwind.config,tailwind.*.config,tailwin... constant PACKAGE_LOCK_GLOB (line 4) | const PACKAGE_LOCK_GLOB = '{package-lock.json,yarn.lock,pnpm-lock.yaml}'; constant CSS_GLOB (line 5) | const CSS_GLOB = '*.{css,scss,sass,less,pcss}'; FILE: src/headwind/headwindFeature.ts type LangConfig (line 4) | type LangConfig = function activate (line 27) | function activate(context: ExtensionContext, outputChannel: OutputChanne... FILE: src/headwind/headwindUtils.ts type Options (line 3) | interface Options { function isArrayOfStrings (line 48) | function isArrayOfStrings(value: unknown): value is string[] { type Matcher (line 52) | type Matcher = { function buildMatcher (line 58) | function buildMatcher(value: LangConfig): Matcher { function buildMatchers (line 85) | function buildMatchers(value: LangConfig | LangConfig[]): Matcher[] { function getTextMatch (line 98) | function getTextMatch( FILE: src/index.ts type ConfigurationScope (line 31) | type ConfigurationScope = Uri | TextDocument | WorkspaceFolder | { uri?:... function sortedWorkspaceFolders (line 37) | function sortedWorkspaceFolders(): string[] { function getOuterMostWorkspaceFolder (line 56) | function getOuterMostWorkspaceFolder(folder: WorkspaceFolder): Workspace... function getUserLanguages (line 73) | function getUserLanguages(folder?: WorkspaceFolder): Record { FILE: src/util/array.ts function dedupe (line 3) | function dedupe(arr: Array): Array { function equal (line 7) | function equal(a: any[], b: any[]): boolean { FILE: src/util/isObject.ts function isObject (line 2) | function isObject(variable: any): boolean {