Create a build script for typocomath #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
One thing it needs to do is put a package.json file in the object directory, with contents at least
{"type": "module"}
, so that the resulting files will run with node.Yes, so right now in the
rtti
branch I've added this file/build/package.json
, but ideally, not output folder should be committed (it should be safe to delete this folder), so the build script should take care of that instead.Jos, I am happy to do this and it is something I can tackle between now and when you conclude your studies on what runtime typing scheme to use. Please just let me know your directive on whether the target directory should be changed to
build
in branchmain
as you made it in branchrtti
or left asobj
as I originally made it inmain
.👍
I have a slight preference for
build
as output folder, thanks!