rescript-compiler icon indicating copy to clipboard operation
rescript-compiler copied to clipboard

Move runtime artifacts into @rescript/runtime; remove external-stdlib setting

Open cknitt opened this issue 7 months ago • 0 comments

As a further step towards what's outlined in #6183:

  • Move the runtime artifacts (including Js, Belt, ...) from the rescript npm package into @rescript/runtime.
  • So behavior will always be as if the external-stdlib config setting was on, but using the @rescript/runtime package instead of @rescript/std.
  • Deprecate @rescript/std/external-stdlib in v11 and remove it in v12.

cknitt avatar May 10 '25 07:05 cknitt