-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(project): Simplifica lógica de parseado de OAs (WIP)
- Loading branch information
1 parent
375b5a2
commit 850bb34
Showing
10 changed files
with
429 additions
and
280 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
15 changes: 15 additions & 0 deletions
15
lib/__tests__/__fixtures__/01-a-project-with-exclude-outside-variant/README.md
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# A project | ||
|
||
## Índice | ||
|
||
Blah blah blah | ||
|
||
*** | ||
|
||
## 1. Preámbulo | ||
|
||
Blah blah blah | ||
|
||
## 2. Resumen del proyecto | ||
|
||
Blah blah blah |
19 changes: 19 additions & 0 deletions
19
lib/__tests__/__fixtures__/01-a-project-with-exclude-outside-variant/project.yml
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
track: web-dev | ||
tracks: | ||
- web-dev | ||
learningObjectives: | ||
- html/semantics | ||
- css/selectors | ||
- dom/selectors | ||
- dom/events | ||
- dom/manipulation | ||
- js/data-types/primitive-vs-non-primitive | ||
- js/data-types/strings | ||
- js/variables | ||
- js/conditionals | ||
- js/functions | ||
- js/semantics | ||
- ux/user-understanding | ||
- ux/prototyping | ||
- id: css | ||
exclude: true |
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 |
---|---|---|
|
@@ -18,4 +18,5 @@ learningObjectives: | |
variants: | ||
- name: cli | ||
learningObjectives: | ||
- css: false | ||
- id: css | ||
exclude: true |
Oops, something went wrong.