/third_party/typescript/tests/baselines/reference/ |
D | expandoOnAlias.symbols | 1 === tests/cases/conformance/salsa/vue.js === 3 >Vue : Symbol(Vue, Decl(vue.js, 0, 0)) 6 >config : Symbol(config, Decl(vue.js, 1, 12)) 7 >x : Symbol(x, Decl(vue.js, 1, 23)) 10 import { Vue, config } from "./vue"; 23 >config.x : Symbol(x, Decl(vue.js, 1, 23)) 25 >x : Symbol(x, Decl(vue.js, 1, 23)) 33 >config.x : Symbol(x, Decl(vue.js, 1, 23)) 35 >x : Symbol(x, Decl(vue.js, 1, 23))
|
D | thisTypeInObjectLiterals2.js | 217 let vue = new Vue({ variable 238 vue; 239 vue.x; 240 vue.f("abc"); 241 vue.test; 242 vue.hello; 380 var vue = new Vue({ variable 400 vue; 401 vue.x; 402 vue.f("abc"); [all …]
|
D | thisTypeInObjectLiterals2.symbols | 711 let vue = new Vue({ 712 >vue : Symbol(vue, Decl(thisTypeInObjectLiterals2.ts, 215, 3)) 759 vue; 760 >vue : Symbol(vue, Decl(thisTypeInObjectLiterals2.ts, 215, 3)) 762 vue.x; 763 >vue.x : Symbol(x, Decl(thisTypeInObjectLiterals2.ts, 216, 18)) 764 >vue : Symbol(vue, Decl(thisTypeInObjectLiterals2.ts, 215, 3)) 767 vue.f("abc"); 768 >vue.f : Symbol(f, Decl(thisTypeInObjectLiterals2.ts, 217, 14)) 769 >vue : Symbol(vue, Decl(thisTypeInObjectLiterals2.ts, 215, 3)) [all …]
|
D | thisTypeInObjectLiterals2.types | 709 let vue = new Vue({ 710 >vue : { x: number; y: number; } & { f(x: string): number; } & { test: number; hello: string; } 771 vue; 772 >vue : { x: number; y: number; } & { f(x: string): number; } & { test: number; hello: string; } 774 vue.x; 775 >vue.x : number 776 >vue : { x: number; y: number; } & { f(x: string): number; } & { test: number; hello: string; } 779 vue.f("abc"); 780 >vue.f("abc") : number 781 >vue.f : (x: string) => number [all …]
|
D | expandoOnAlias.errors.txt | 4 ==== tests/cases/conformance/salsa/vue.js (0 errors) ==== 9 import { Vue, config } from "./vue";
|
D | expandoOnAlias.types | 1 === tests/cases/conformance/salsa/vue.js === 12 import { Vue, config } from "./vue";
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | vue-next.log | 9 Writing: /vue-next/temp/compiler-core.api.json 11 Writing package typings: /vue-next/packages/compiler-core/dist/compiler-core.d.ts 12 Writing package typings: /vue-next/dist/compiler-core.d.ts 17 Writing: /vue-next/temp/compiler-dom.api.json 19 Writing package typings: /vue-next/packages/compiler-dom/dist/compiler-dom.d.ts 20 Writing package typings: /vue-next/dist/compiler-dom.d.ts 25 Writing: /vue-next/temp/compiler-ssr.api.json 27 Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts 28 Writing package typings: /vue-next/dist/compiler-ssr.d.ts 33 Writing: /vue-next/temp/compiler-sfc.api.json [all …]
|
/third_party/typescript_eslint/tests/integration/fixtures/vue-jsx/ |
D | test.sh | 20 npm install vue-eslint-parser@latest eslint-plugin-vue@latest 22 npm install vuex@latest vue-property-decorator@latest 26 … --output-file /usr/lint-output.json --config /usr/linked/.eslintrc.js /usr/linked/**/*.vue || true
|
D | test.js.snap | 7 "filePath": "/usr/linked/Jsx.vue", 48 import Vue from 'vue' 50 import { Component } from 'vue-property-decorator'
|
D | Jsx.vue | 2 import Vue from 'vue' 4 import { Component } from 'vue-property-decorator'
|
/third_party/typescript_eslint/tests/integration/fixtures/vue-sfc/ |
D | test.sh | 20 npm install vue-eslint-parser@latest eslint-plugin-vue@latest 22 npm install vuex@latest vue-property-decorator@latest 26 …e /usr/lint-output.json --config /usr/linked/.eslintrc.js /usr/linked/**/*.vue --fix-dry-run || tr…
|
D | test.js.snap | 7 "filePath": "/usr/linked/Hello.vue", 47 "source": "<!-- Hello.vue --> 60 import Vue from \\"vue\\"; 89 "filePath": "/usr/linked/Utility.vue", 114 "filePath": "/usr/linked/World.vue",
|
/third_party/typescript/tests/cases/conformance/types/thisType/ |
D | thisTypeInObjectLiterals2.ts | 220 let vue = new Vue({ variable 241 vue; 242 vue.x; 243 vue.f("abc"); 244 vue.test; 245 vue.hello;
|
/third_party/typescript/tests/cases/docker/vue-next/ |
D | Dockerfile | 3 RUN git clone https://github.com/vuejs/vue-next.git /vue-next 4 WORKDIR /vue-next
|
/third_party/typescript_eslint/tests/integration/ |
D | run-all-tests.sh | 11 docker-compose -f tests/integration/docker-compose.yml up --build --abort-on-container-exit vue-sfc 14 docker-compose -f tests/integration/docker-compose.yml up --build --abort-on-container-exit vue-jsx
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir.h | 112 void brw_nir_lower_tes_inputs(nir_shader *nir, const struct brw_vue_map *vue); 117 void brw_nir_lower_tcs_outputs(nir_shader *nir, const struct brw_vue_map *vue,
|
D | brw_compiler.h | 1422 struct brw_vue_prog_data vue; member 1456 DEFINE_PROG_DATA_DOWNCAST(vue, prog_data->stage == MESA_SHADER_VERTEX ||
|
/third_party/typescript/tests/cases/user/vue/ |
D | index.ts | 1 import vue = require("vue");
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_context.h | 222 struct iris_vue_prog_key vue; member 226 struct iris_vue_prog_key vue; member 242 struct iris_vue_prog_key vue; member 252 struct iris_vue_prog_key vue; member 278 struct iris_vue_prog_key vue; member
|
D | iris_program.c | 103 BRW_KEY_INIT(devinfo->ver, key->vue.base.program_string_id), in iris_to_brw_vs_key() 117 BRW_KEY_INIT(devinfo->ver, key->vue.base.program_string_id), in iris_to_brw_tcs_key() 131 BRW_KEY_INIT(devinfo->ver, key->vue.base.program_string_id), in iris_to_brw_tes_key() 142 BRW_KEY_INIT(devinfo->ver, key->vue.base.program_string_id), in iris_to_brw_gs_key() 1321 if (key->vue.nr_userclip_plane_consts) { in iris_compile_vs() 1323 nir_lower_clip_vs(nir, (1 << key->vue.nr_userclip_plane_consts) - 1, in iris_compile_vs() 1399 struct iris_vs_prog_key key = { KEY_ID(vue.base) }; in iris_update_compiled_vs() 1602 .vue.base.program_string_id = tcs ? tcs->program_id : 0, in iris_update_compiled_tcs() 1686 if (key->vue.nr_userclip_plane_consts) { in iris_compile_tes() 1688 nir_lower_clip_vs(nir, (1 << key->vue.nr_userclip_plane_consts) - 1, in iris_compile_tes() [all …]
|
/third_party/typescript_eslint/packages/parser/ |
D | README.md | 81 - unknown extensions (`.md`, `.vue`) will respect this setting. 85 - "unknown" extensions (`.md`, `.vue`) **are parsed as if this is false**. 198 …with `.`, followed by the file extension. E.g. for a `.vue` file use `"extraFileExtensions: [".vue…
|
/third_party/typescript_eslint/docs/getting-started/linting/ |
D | FAQ.md | 7 …arserOptions.extraFileExtensions` to your config"](#i-use-a-framework-like-vue-that-requires-custo… 77 + extraFileExtensions: ['.vue'], 93 … issues in environments that use non-standard extensions (for example, a `.vue` and a `.md` file c…
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestRandomWordsUDHR_fr.txt | 930 vue l’auteur 1128 vue 1494 vue l’avènement s’il 2171 qu’ils vue 2530 vue applicable technique 2759 vue 2881 compris vue 2908 cruels vue dissolution 3173 fondées esclavage vue 3235 vue donner résultent [all …]
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_state_upload.c | 479 unsigned vue = brw->vb.nr_enabled; in genX() local 485 assert(vue > 0); in genX() 486 vue--; in genX() 489 WARN_ONCE(vue >= 33, in genX() 497 vfs.VertexIDElementOffset = vue; in genX() 503 vfs.InstanceIDElementOffset = vue; in genX() 509 vfi.VertexElementIndex = vue; in genX()
|
/third_party/typescript_eslint/packages/typescript-estree/tests/lib/__snapshots__/ |
D | parse.test.ts.snap | 31 The file does not match your project config: other/notIncluded.vue. 3458 exports[`parseAndGenerateServices isolated parsing should parse .vue file - with JSX content - pars… 3748 exports[`parseAndGenerateServices isolated parsing should parse .vue file - without JSX content - p… 3928 exports[`parseAndGenerateServices isolated parsing should parse .vue file - without JSX content - p…
|