-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
I notice there is no playground website for ts-pegjs. It would be great to have so people could play around with ts-pegjs to decide if it's the tool they need.
Is this repository the appropriate place for a playground? If so, there are a couple of options.
- Change the repo to use npm workspaces. The typical thing to do would be to add a
projects/ts-pegjsandprojects/ts-pegjs-playground. Via some tsconfig.json magic, one can configureimport ... "ts-pegjs"to import the local source instead of a global package. There would then be apackage.jsonin theprojects/ts-pegjsdirectory and one in the root directory marked"private": true. Only theprojects/ts-pegjsworkspace would be published on npm. - Add a
playgrounddirectory and import via relative path../src/...the necessary components. - Create a separate repository.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels