rescript-compiler
rescript-compiler copied to clipboard
Move runtime artifacts into @rescript/runtime; remove external-stdlib setting
As a further step towards what's outlined in #6183:
- Move the runtime artifacts (including Js, Belt, ...) from the
rescriptnpm package into@rescript/runtime. - So behavior will always be as if the
external-stdlibconfig setting was on, but using the@rescript/runtimepackage instead of@rescript/std. - Deprecate
@rescript/std/external-stdlibin v11 and remove it in v12.