As it is now, all modules rely on the previous step input as an argument. It would be beneficial to use a single document instance from start to finish. This would have the following perks:
- easier chaining of parsers, like JS -> ExpressJS
- streamlined and well known API
- node nesting for free
This requires node types for the build steps, however this should be fairly easy.
As it is now, all modules rely on the previous step input as an argument. It would be beneficial to use a single document instance from start to finish. This would have the following perks:
This requires node types for the build steps, however this should be fairly easy.