-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add initial support for fragments (#81)
* Add fragment helper * Add barrels Signed-off-by: Lucas Santos <lhs.santoss@gmail.com> * Add warning Signed-off-by: Lucas Santos <lhs.santoss@gmail.com> * 2.0.6 * Add initial fragment support As requested by #55 this address a first approach to add the fragment support * Bump * Rollback * 2.0.7-alpha1.0 * Update readme * 2.1.1-alpha1.0 * chore: update packages * fix(runner): linting and build errors * fix(parser): linting and build errors * ci: update and clean workflows * ci: update minimum node version to 18 * chore: add jest globals * test(runner): fix tests after new version * docs: add fragment docs --------- Signed-off-by: Lucas Santos <lhs.santoss@gmail.com>
- Loading branch information
1 parent
bc725cc
commit bb1e416
Showing
15 changed files
with
5,868 additions
and
4,721 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
"/coverage/", | ||
"/.devcontainer/", | ||
"/.nyc_output/", | ||
"/.vscode/" | ||
"/.vscode/", | ||
"/src/helpers/index.ts" | ||
] | ||
} |
Oops, something went wrong.