Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions scripts/build-types/templates/ReactNativeApi.d.ts-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ function apiSnapshotTemplate(source: string): string {
* LICENSE file in the root directory of this source tree.
*
* ${signedsource.getSigningToken()}
* @${'nocommit'} EXPERIMENTAL V2 API SNAPSHOT - Continue to use public-api-test.js
* until we productionize this format.
*
* This file was generated by scripts/build-types/index.js.
*/
Expand All @@ -33,6 +35,8 @@ function apiSnapshotTemplate(source: string): string {
// values and types that can be imported from the react-native package.
// ----------------------------------------------------------------------------

/* eslint-disable redundant-undefined/redundant-undefined */

${source}
`,
);
Expand Down
Loading