react/scripts/print-warnings
Andrew Clark 9b5c2c9f4a [Codemod] Update copyright header to Meta (#25315)
* Facebook -> Meta in copyright

rg --files | xargs sed -i 's#Copyright (c) Facebook, Inc. and its affiliates.#Copyright (c) Meta Platforms, Inc. and affiliates.#g'

* Manual tweaks
2022-12-03 10:40:55 -05:00
..
README.md Fix the print warnings script (#9344) 2017-04-05 18:54:48 +01:00
print-warnings.js [Codemod] Update copyright header to Meta (#25315) 2022-12-03 10:40:55 -05:00

README.md

We use this script to extract all messages from warning() calls. They don't get substituted with anything in the source or the build. We only do this so we can have a copy of these messages in our internal repository and can spot accidental changes to them.