Document how to generate SEA that does not log experimental warning · nodejs/single-executable · Discussion #60
Ok thanks for the context. Though I don't actually want to suppress all warnings, only the one that is intrinsic to the executable: that it is an SEA.
For example, if I wrap up a cosmiconfig-style CLI tool into a single executable, and someone does tool --config foo.config.cjs, and that config file uses some experimental features, I still want those warnings.