You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether to keep create running in a “watch” mode after its initial pass. When in watch mode, create will re-apply file creations whenever the “from” file or any of its imported entries change. This is only supported when the “from” is a relative path to a local ESM entry point on disk.
For example, using a sibling create-typescript-app directory’s package entry point to create a new repository under a child generated/ directory:
Well, I prototyped this out in #97. But it's more work than I'd hoped. Because Node doesn't export a way to clear the ESM import cache (https://github.com/nodejs/modules/issues/307), I don't believe this can realistically be done without manually massaging the process / process children / workers.
Removing from the Blocks Launch milestone. I want this to happen but it'll be a lot more work than I'd hoped.
Bug Report Checklist
main
branch of the repository.Overview
Following #26, I'm very much looking forward to implementing a watch mode for
create
. The idea is described in https://create-josh.vercel.app/cli#-w----watch right now:Additional Info
💖
The text was updated successfully, but these errors were encountered: