Searched refs:tsx (Results 1 - 8 of 8) sorted by relevance
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/ |
H A D | importHelpers-backing-types-removed-incremental.js | 23 //// [/users/username/projects/project/index.tsx]
34 Program root files: ["/users/username/projects/project/index.tsx"]
40 /users/username/projects/project/index.tsx
45 /users/username/projects/project/index.tsx
50 /users/username/projects/project/index.tsx (used version)
69 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./node_modules/tslib/index.d.ts","./index.tsx"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},"1620578607-export function __assign(...args: any[]): any;","-14168389096-export const x = {...{}};"],"options":{"importHelpers":true},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[[3,1]],"semanticDiagnosticsPerFile":[1,3,2]},"version":"FakeTSVersion"}
77 "./index.tsx" 94 "./index.tsx": { 103 "./index.tsx": [ 108 "./index.tsx" [all...] |
H A D | jsxImportSource-backing-types-removed-incremental.js | 34 //// [/users/username/projects/project/index.tsx]
45 Program root files: ["/users/username/projects/project/index.tsx"]
51 /users/username/projects/project/index.tsx
56 /users/username/projects/project/index.tsx
61 /users/username/projects/project/index.tsx (used version)
81 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./node_modules/react/jsx-runtime/index.d.ts","./index.tsx"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},"-35656056833-export namespace JSX {\n interface Element {}\n interface IntrinsicElements {\n div: {\n propA?: boolean;\n };\n }\n}\nexport function jsx(...args: any[]): void;\nexport function jsxs(...args: any[]): void;\nexport const Fragment: unique symbol;\n","-14760199789-export const App = () => <div propA={true}></div>;"],"options":{"jsx":4,"jsxImportSource":"react","module":1},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[[3,1]],"semanticDiagnosticsPerFile":[1,3,2]},"version":"FakeTSVersion"}
89 "./index.tsx" 106 "./index.tsx": { 117 "./index.tsx": [ 122 "./index.tsx" [all...] |
H A D | jsxImportSource-option-changed-incremental.js | 51 //// [/users/username/projects/project/index.tsx]
63 Imported via "react/jsx-runtime" from file 'index.tsx' with packageId 'react/jsx-runtime/index.d.ts@0.0.1' to import 'jsx' and 'jsxs' factory functions 64 index.tsx 68 Program root files: ["/users/username/projects/project/index.tsx"]
74 /users/username/projects/project/index.tsx
79 /users/username/projects/project/index.tsx
84 /users/username/projects/project/index.tsx (used version)
104 {"program":{"fileNames":["../../../../a/lib/lib.d.ts","./node_modules/react/jsx-runtime/index.d.ts","./index.tsx"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},"-35656056833-export namespace JSX {\n interface Element {}\n interface IntrinsicElements {\n div: {\n propA?: boolean;\n };\n }\n}\nexport function jsx(...args: any[]): void;\nexport function jsxs(...args: any[]): void;\nexport const Fragment: unique symbol;\n","-14760199789-export const App = () => <div propA={true}></div>;"],"options":{"jsx":4,"jsxImportSource":"react","module":1},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[[3,1]],"semanticDiagnosticsPerFile":[1,3,2]},"version":"FakeTSVersion"}
112 "./index.tsx" 129 "./index.tsx" [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_miptree.c | 301 unsigned tsx, tsy, tsz; in nv50_miptree_init_layout_tiled() local 309 tsx = NV50_TILE_SIZE_X(lvl->tile_mode); /* x is tile row pitch in bytes */ in nv50_miptree_init_layout_tiled() 313 lvl->pitch = align(nbx * blocksize, tsx); in nv50_miptree_init_layout_tiled()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_miptree.c | 275 unsigned tsx, tsy, tsz; in nvc0_miptree_init_layout_tiled() local 292 tsx = NVC0_TILE_SIZE_X(lvl->tile_mode); /* x is tile row pitch in bytes */ in nvc0_miptree_init_layout_tiled() 296 lvl->pitch = align(nbx * blocksize, tsx); in nvc0_miptree_init_layout_tiled()
|
H A D | nvc0_tex.c | 1187 const unsigned tsx = NVC0_TILE_SIZE_X(lvl->tile_mode); in nvc0_validate_suf() local 1191 adjusted_width = align(nbx, tsx / util_format_get_blocksize(view->format)) * tsz; in nvc0_validate_suf()
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 5758 Extension["Tsx"] = ".tsx"; [all...] |
H A D | tsserver.js | 5759 Extension["Tsx"] = ".tsx"; [all...] |
Completed in 53 milliseconds