| /expo/home/ |
| H A D | graphql-codegen.yml | 9 - typescript 10 - typescript-operations 11 - typescript-react-apollo
|
| /expo/packages/eslint-config-universe/__tests__/__snapshots__/ |
| H A D | typescript-analysis-test.js.snap | 3 exports[`lints: fixtures/typescript-analysis-00.ts 1`] = ` 42 exports[`lints: fixtures/typescript-analysis-01.ts 1`] = ` 57 "ruleId": "@typescript-eslint/no-for-in-array", 74 exports[`lints: fixtures/typescript-analysis-02.ts 1`] = ` 89 "ruleId": "@typescript-eslint/prefer-nullish-coalescing", 118 exports[`lints: fixtures/typescript-analysis-03.ts 1`] = ` 133 "ruleId": "@typescript-eslint/no-throw-literal",
|
| H A D | default-test.js.snap | 110 "ruleId": "@typescript-eslint/no-dupe-class-members", 121 "ruleId": "@typescript-eslint/no-unused-vars", 235 "ruleId": "@typescript-eslint/no-unused-vars", 246 "ruleId": "@typescript-eslint/no-unused-vars", 257 "ruleId": "@typescript-eslint/no-unused-vars", 268 "ruleId": "@typescript-eslint/no-unused-vars",
|
| H A D | node-test.js.snap | 115 "ruleId": "@typescript-eslint/no-dupe-class-members", 126 "ruleId": "@typescript-eslint/no-unused-vars", 250 "ruleId": "@typescript-eslint/no-unused-vars", 261 "ruleId": "@typescript-eslint/no-unused-vars", 272 "ruleId": "@typescript-eslint/no-unused-vars", 283 "ruleId": "@typescript-eslint/no-unused-vars",
|
| H A D | native-test.js.snap | 110 "ruleId": "@typescript-eslint/no-dupe-class-members", 121 "ruleId": "@typescript-eslint/no-unused-vars", 235 "ruleId": "@typescript-eslint/no-unused-vars", 246 "ruleId": "@typescript-eslint/no-unused-vars", 257 "ruleId": "@typescript-eslint/no-unused-vars", 268 "ruleId": "@typescript-eslint/no-unused-vars",
|
| H A D | web-test.js.snap | 110 "ruleId": "@typescript-eslint/no-dupe-class-members", 121 "ruleId": "@typescript-eslint/no-unused-vars", 235 "ruleId": "@typescript-eslint/no-unused-vars", 246 "ruleId": "@typescript-eslint/no-unused-vars", 257 "ruleId": "@typescript-eslint/no-unused-vars", 268 "ruleId": "@typescript-eslint/no-unused-vars",
|
| /expo/packages/eslint-config-universe/ |
| H A D | CHANGELOG.md | 31 - Bumped `@typescript-eslint/*` dependencies from 5.27.0 to 5.45.1, to add the TypeScript 4.9 suppo… 35 - Upgrade typescript-eslint packages. ([#21025](https://github.com/expo/expo/pull/21025) by [@wschu… 49 - Bumped `@typescript-eslint/*` dependencies from 5.14.0 to 5.27.0, to add the TypeScript 4.7 suppo… 69 - Bumped `@typescript-eslint/eslint-plugin` from 4.28.5 to 5.9.0 for ESLint 8.x support. Same with … 105 - `@typescript-eslint/eslint-plugin` and `@typescript-eslint/eslint-parser` updated to 4.28.5, 121 …typescript-eslint/eslint-plugin` to 4.12.0 and `@typescript-eslint/parser` to 4.12.0. [See the cha… 140 …typescript-eslint/eslint-plugin` to 4.2.0 and `@typescript-eslint/parser` to 4.2.0. [See the chang… 158 …typescript-eslint/eslint-plugin` to 3.3.0 and `@typescript-eslint/parser` to 3.3.0. [See the v3 ch…
|
| H A D | README.md | 78 …typescript-eslint` rules that make use of the parsed type information. Note that this may increase… 88 + 'universe/shared/typescript-analysis', 105 …roject` option can be found in the [`typescript-eslint` repository](https://github.com/typescript-…
|
| /expo/packages/@expo/cli/ |
| H A D | graphql-codegen.yml | 8 - 'typescript' 9 - 'typescript-operations'
|
| /expo/packages/@expo/cli/src/customize/ |
| H A D | typescript.ts | 5 export async function typescript(projectRoot: string) { function
|
| H A D | generate.ts | 95 const { typescript } = await import('./typescript.js'); constant 96 return typescript(projectRoot);
|
| /expo/templates/expo-template-blank-typescript/ |
| H A D | gitignore | 34 # typescript
|
| /expo/templates/expo-template-blank/ |
| H A D | gitignore | 34 # typescript
|
| /expo/templates/expo-template-tabs/ |
| H A D | gitignore | 34 # typescript
|
| /expo/templates/expo-template-bare-minimum/ |
| H A D | gitignore | 34 # typescript
|
| /expo/templates/expo-template-tv/ |
| H A D | gitignore | 34 # typescript
|
| /expo/packages/expo-gl/build/ |
| H A D | types.js.map | 1 …\n */\nexport interface WebGLObject {}\n\n// eslint-disable-next-line @typescript-eslint/no-redecl…
|
| /expo/apps/native-component-list/src/screens/GL/ |
| H A D | ProcessingNoClearScreen.tsx | 4 // eslint-disable-next-line @typescript-eslint/ban-types
|
| H A D | ProcessingWrap.tsx | 13 // eslint-disable-next-line @typescript-eslint/ban-types
|
| /expo/docs/pages/develop/user-interface/ |
| H A D | next-steps.mdx | 29 href="/guides/typescript/"
|
| /expo/docs/ |
| H A D | .vale.ini | 17 …li, npx+, Build & deploy, OAuth & Permissions, Languages & Frameworks, typescript, Privacy & Secur…
|
| /expo/packages/expo-dev-menu/mocks/react-native-gesture-handler/src/ |
| H A D | index.tsx | 38 // eslint-disable-next-line @typescript-eslint/no-redeclare
|
| /expo/docs/pages/guides/ |
| H A D | typescript.mdx | 14 title="with-typescript" 16 href="https://github.com/expo/examples/tree/master/with-typescript" 28 <Terminal cmd={['$ npx create-expo-app -t expo-template-blank-typescript']} /> 66 …expo start` prompts you to install the required dependencies, such as `typescript` and `@types/rea… 228 <Terminal cmd={['$ npm install ts-node typescript --save-dev']} /> 234 <Terminal cmd={['$ yarn add -D ts-node typescript']} /> 301 …mend referring to the [React TypeScript CheatSheet](https://github.com/typescript-cheatsheets/reac…
|
| /expo/apps/native-component-list/src/screens/AV/ |
| H A D | RecordingScreen.tsx | 14 // eslint-disable-next-line @typescript-eslint/ban-types
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | AppearanceScreen.tsx | 12 // eslint-disable-next-line @typescript-eslint/ban-types
|