| /expo/tools/src/code-review/reviewers/ |
| H A D | lintSwiftFiles.ts | 22 const comments: ReviewComment[] = []; constant 47 comments.push({ 57 if (comments.length > 0) { 61 comments, 62 body: `Found ${comments.length} violation${ 63 comments.length > 1 ? 's' : ''
|
| H A D | reviewChangelogEntries.ts | 16 const comments: ReviewComment[] = []; constant 51 comments.push({ 62 if (comments.length > 0) { 67 comments,
|
| /expo/tools/src/ |
| H A D | GitHub.ts | 200 const comments = await listPullRequestReviewCommentsAsync(pull_number, review_id); constant 203 comments 294 const comments = [] as ListCommentsResponse['data']; constant 297 for (let page = 1, maxPage = Math.ceil(issue.comments / pageSize); page <= maxPage; page++) { 302 comments.push(...commentsPage); 304 return comments;
|
| /expo/tools/src/code-review/ |
| H A D | index.ts | 134 return ([] as ReviewComment[]).concat(...outputs.map((output) => output.comments ?? [])); 209 async function submitReviewWithCommentsAsync(prNumber: number, comments: ReviewComment[]) { 210 if (comments.length === 0) { 221 comments,
|
| H A D | types.ts | 46 comments?: ReviewComment[];
|
| /expo/docs/ui/components/Snippet/ |
| H A D | Terminal.test.tsx | 26 it('generates correct copyCmd from single command with comments and blank lines', async () => {
|
| /expo/guides/ |
| H A D | Expo JavaScript Style Guide.md | 8 - [Comments](#comments) 28 …eniently and you should almost never have to use `/* eslint-disable */` comments. If you find your… 69 …// line` comments in most places. Use `/** block */` comments above classes, methods, and other st…
|
| H A D | Expo Documentation Writing Style Guide.md | 306 …e following sections, we discuss the guidelines on properly documenting comments and some formatti… 331 … - Any of those annotations will hide the code and comments from the autogenerated API docs output. 336 …- For more information, check out [detect broken internal links in generated doc comments](https:/…
|
| H A D | Developing Expo Go.md | 114 …flags you can pass to this script. They are all documented in the block comments inside `xdl/src/d…
|
| /expo/.github/workflows/ |
| H A D | pr-labeler.yml | 31 # REQUIRED: Allow comments of PRs
|
| /expo/docs/pages/workflow/ |
| H A D | development-mode.mdx | 38 …minify your app. This flag will also eliminate unnecessary data such as comments, formatting, and …
|
| /expo/ |
| H A D | .swiftlint.yml | 266 # Doc comments shouldn’t be used in local scopes. Use regular comments.
|
| /expo/packages/expo-keep-awake/ |
| H A D | CHANGELOG.md | 71 - Define `KeepAwakeOptions` type, update the doc comments. ([#20489](https://github.com/expo/expo/p…
|
| /expo/guides/contributing/ |
| H A D | Updating Changelogs.md | 26 … through PRs referenced in the changelog to find closed issues and then comments on such issues to…
|
| /expo/docs/pages/router/reference/ |
| H A D | static-rendering.mdx | 162 const comments = await getComments(params.id); 163 return comments.map(comment => ({
|
| /expo/docs/pages/eas-update/ |
| H A D | github-actions.mdx | 142 > Don't forget to add the `permissions` section to the job. This enables the job to add comments to…
|
| /expo/android/tools/src/main/java/host/exp/exponent/tools/ |
| H A D | ReactAndroidCodeTransformer.java | 14 import com.github.javaparser.ast.comments.LineComment;
|
| /expo/apps/test-suite/functions/ |
| H A D | yarn.lock | 1076 strip-json-comments "^3.1.0" 1685 strip-json-comments@^3.1.0: 1687 …resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281…
|
| /expo/ios/vendored/sdk47/react-native-screens/ios/ |
| H A D | ABI47_0_0RNSScreenStackHeaderConfig.mm | 27 // of a given ABI47_0_0RCTImageView. See more comments in the code section processing SubviewTypeBa… 590 // See: https://github.com/software-mansion/react-native-screens/issues/1570 (comments)
|
| /expo/docs/ |
| H A D | README.md | 177 > For more information on how TypeDoc/JSDoc parses comments, see [**Doc comments in TypeDoc documen…
|
| /expo/ios/vendored/sdk48/react-native-screens/ios/ |
| H A D | ABI48_0_0RNSScreenStackHeaderConfig.mm | 27 // of a given ABI48_0_0RCTImageView. See more comments in the code section processing SubviewTypeBa… 606 // See: https://github.com/software-mansion/react-native-screens/issues/1570 (comments)
|
| /expo/ios/vendored/sdk49/react-native-screens/ios/ |
| H A D | ABI49_0_0RNSScreenStackHeaderConfig.mm | 33 // of a given ABI49_0_0RCTImageView. See more comments in the code section processing SubviewTypeBa… 621 // See: https://github.com/software-mansion/react-native-screens/issues/1570 (comments)
|
| /expo/ios/vendored/unversioned/react-native-screens/ios/ |
| H A D | RNSScreenStackHeaderConfig.mm | 33 // of a given RCTImageView. See more comments in the code section processing SubviewTypeBackButton 621 // See: https://github.com/software-mansion/react-native-screens/issues/1570 (comments)
|
| /expo/tools/ |
| H A D | yarn.lock | 998 strip-json-comments "^3.1.1" 3117 babel-extract-comments@^1.0.0: 4516 postcss-discard-comments "^4.0.2" 5485 strip-json-comments "^3.1.0" 9915 postcss-discard-comments@^4.0.2: 10591 strip-json-comments "~2.0.1" 11935 strip-comments@^1.0.2: 11940 babel-extract-comments "^1.0.0" 11948 strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: 11953 strip-json-comments@~2.0.1: [all …]
|
| /expo/docs/components/plugins/api/ |
| H A D | APISectionUtils.tsx | 66 …`Using "../" when linking other packages in doc comments produce a broken link! Please use "./" in…
|