This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Split parsing and compilation #103
Labels
Comments
🎉 This issue has been resolved in version 7.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As discussed in apiaryio/dredd#600, I think it would be beneficial to split parsing and compilation. As a first step, I propose this library to export two functions instead of just one:
parse
compile
That would solve #27 as well. Dredd would then use these two functions separately.
The text was updated successfully, but these errors were encountered: