stdlib
stdlib copied to clipboard
Add split function to gleam/bit_array
Split function for the bit_array package
~NOTE: This still lacks the javascript target~ The Javascript target has been implemented to match the Erlang one.
I'm having trouble working with the gleam_stdlib.mjs as it cannot import gleam.mjs as it's missing. How I'm supposed to get it?
Could you expand on that a little please? You import it like any other file.
src/gleam_stdlib.mjs |12 col 8-21 error| Unable to load a local module: file:///Users/renata-amutio/Projects/renatillas/stdlib/src/gleam.mjs Please check the file path.
While working on the gleam_stdlib.mjs there's a dependency to ./gleam.mjs but the file is missing in the repository. What am I missing?
Also
./gleam.mjs is the Gleam prelude, it is rendered by the build tool during project compilation.
Closing due to inactivity. Please feel free to reopen! Thank you
Hi! The PR is ready for review as the implementation is completed with some tests and documentation. Is something missing? In the case we feel this should be reopened, should I create a new PR or can it be done on the same PR?
Thank you!