Home
last modified time | relevance | path

Searched refs:comments (Results 1 – 25 of 37) sorted by relevance

12

/expo/tools/src/code-review/reviewers/
H A DlintSwiftFiles.ts22 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 DreviewChangelogEntries.ts16 const comments: ReviewComment[] = []; constant
51 comments.push({
62 if (comments.length > 0) {
67 comments,
/expo/tools/src/
H A DGitHub.ts200 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 Dindex.ts134 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 Dtypes.ts46 comments?: ReviewComment[];
/expo/docs/ui/components/Snippet/
H A DTerminal.test.tsx26 it('generates correct copyCmd from single command with comments and blank lines', async () => {
/expo/guides/
H A DExpo JavaScript Style Guide.md8 - [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 DExpo Documentation Writing Style Guide.md306 …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 DDeveloping Expo Go.md114 …flags you can pass to this script. They are all documented in the block comments inside `xdl/src/d…
/expo/.github/workflows/
H A Dpr-labeler.yml31 # REQUIRED: Allow comments of PRs
/expo/docs/pages/workflow/
H A Ddevelopment-mode.mdx38 …minify your app. This flag will also eliminate unnecessary data such as comments, formatting, and …
/expo/
H A D.swiftlint.yml266 # Doc comments shouldn’t be used in local scopes. Use regular comments.
/expo/packages/expo-keep-awake/
H A DCHANGELOG.md71 - Define `KeepAwakeOptions` type, update the doc comments. ([#20489](https://github.com/expo/expo/p…
/expo/guides/contributing/
H A DUpdating Changelogs.md26 … through PRs referenced in the changelog to find closed issues and then comments on such issues to…
/expo/docs/pages/router/reference/
H A Dstatic-rendering.mdx162 const comments = await getComments(params.id);
163 return comments.map(comment => ({
/expo/docs/pages/eas-update/
H A Dgithub-actions.mdx142 > 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 DReactAndroidCodeTransformer.java14 import com.github.javaparser.ast.comments.LineComment;
/expo/apps/test-suite/functions/
H A Dyarn.lock1076 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 DABI47_0_0RNSScreenStackHeaderConfig.mm27 // 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 DREADME.md177 > 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 DABI48_0_0RNSScreenStackHeaderConfig.mm27 // 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 DABI49_0_0RNSScreenStackHeaderConfig.mm33 // 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 DRNSScreenStackHeaderConfig.mm33 // 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 Dyarn.lock998 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 DAPISectionUtils.tsx66 …`Using "../" when linking other packages in doc comments produce a broken link! Please use "./" in…

12