Skip to content

Commit a8386aa

Browse files
mdvaccafacebook-github-bot
authored andcommitted
Prevent exporting internal objects of codegen (facebook#51990)
Summary: Pull Request resolved: facebook#51990 In this diff I'm limiting visibility of internal objects of codegen, these objects are being exported but they are unused, let's avoid exporting them changelog: [internal] internal Reviewed By: christophpurrer Differential Revision: D76470809 fbshipit-source-id: 0e168558d2d3211ab5a3a3de05e2495d7c1ae4f5
1 parent e8b55a4 commit a8386aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-native-codegen/src/generators/RNCodegen.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@ function checkOrWriteFiles(
245245

246246
module.exports = {
247247
allGenerators: ALL_GENERATORS,
248-
libraryGenerators: LIBRARY_GENERATORS,
249-
schemaGenerators: SCHEMAS_GENERATORS,
250248

251249
generate(
252250
{

0 commit comments

Comments
 (0)