-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Continued from nodejs/node#22722 (comment):
IMHO bundle-ability is a goal for general tooling enablement (we can argue on priority later). I believe that single file cohesive packing has many benefits for tools. But at the moment CJS based tools are hard to bundle, and node doesn't provide enough hook point to achieve this.
Perceived benefits:
- Opacity to IDEs - they should not try to parse/analyse/fix
- Compact size
- 0 install - single file, just copy&run
- Cohesive - can't break it by misplacing parts
- Maybe faster?
- Easy to SCM - single file to track, light on FS and on git.
Metadata
Metadata
Assignees
Labels
No labels