SYMBOL INDEX (15 symbols across 6 files) FILE: env.d.ts type ImportMetaEnv (line 8) | interface ImportMetaEnv { type ImportMeta (line 13) | interface ImportMeta { FILE: eslint.config.ts constant APP_FILES (line 27) | const APP_FILES = ['**/*.{vue,ts,mts,tsx}']; constant VUE_FILES (line 28) | const VUE_FILES = ['*.vue', '**/*.vue']; constant MARKDOWN_FILES (line 29) | const MARKDOWN_FILES = ['.github/**/*.md']; constant E2E_FILES (line 30) | const E2E_FILES = ['e2e/**/*.{test,spec}.{js,ts,jsx,tsx}']; constant UNIT_TEST_FILES (line 31) | const UNIT_TEST_FILES = ['src/**/__tests__/*']; constant GLOBAL_IGNORES (line 32) | const GLOBAL_IGNORES = ['**/dist/**', '**/dist-ssr/**', '**/coverage/**']; FILE: src/__tests__/CodeMirror.ssr.spec.ts function noopExtendSelectionsBy (line 135) | function noopExtendSelectionsBy() {} FILE: src/helpers/h-demi.ts type Options (line 16) | interface Options extends VNodeProps { function h (line 39) | function h( FILE: src/index.ts method setup (line 385) | setup(props, context) { method render (line 868) | render() { type CodeMirrorExposed (line 900) | type CodeMirrorExposed = { FILE: src/interfaces/MetaInterface.ts type MetaInterface (line 2) | type MetaInterface = {