diff --git a/scripts/build-types/templates/ReactNativeApi.d.ts-template.js b/scripts/build-types/templates/ReactNativeApi.d.ts-template.js index 88440ed013ff..52c76567e12e 100644 --- a/scripts/build-types/templates/ReactNativeApi.d.ts-template.js +++ b/scripts/build-types/templates/ReactNativeApi.d.ts-template.js @@ -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. */ @@ -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} `, );