Add README files to be filled out
This commit is contained in:
parent
07e3d9a8df
commit
e572d25640
4
src/babel/README.md
Normal file
4
src/babel/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
## Diving into Babel
|
||||
|
||||
If you look around in the various directories in here you'll find some details
|
||||
about the organization of the Babel codebase.
|
||||
3
src/babel/api/README.md
Normal file
3
src/babel/api/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## API
|
||||
|
||||
This is the API directory.
|
||||
3
src/babel/generation/README.md
Normal file
3
src/babel/generation/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Generation
|
||||
|
||||
This is the Generation directory.
|
||||
3
src/babel/helpers/README.md
Normal file
3
src/babel/helpers/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Helpers
|
||||
|
||||
This is the Helpers directory.
|
||||
3
src/babel/tools/README.md
Normal file
3
src/babel/tools/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Tools
|
||||
|
||||
This is the Tools directory.
|
||||
3
src/babel/transformation/README.md
Normal file
3
src/babel/transformation/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Transformation
|
||||
|
||||
This is the Transformation directory.
|
||||
3
src/babel/transformation/file/README.md
Normal file
3
src/babel/transformation/file/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## File Transformation
|
||||
|
||||
This is the File Transformation directory.
|
||||
3
src/babel/transformation/file/options/README.md
Normal file
3
src/babel/transformation/file/options/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## File Options
|
||||
|
||||
This is the File Options directory.
|
||||
3
src/babel/transformation/helpers/README.md
Normal file
3
src/babel/transformation/helpers/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Transformation Helpers
|
||||
|
||||
This is the Transformation Helpers directory.
|
||||
3
src/babel/transformation/modules/README.md
Normal file
3
src/babel/transformation/modules/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Module Transformation
|
||||
|
||||
This is the Module Transformation directory.
|
||||
3
src/babel/transformation/templates/README.md
Normal file
3
src/babel/transformation/templates/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Transformation Templates
|
||||
|
||||
This is the Transformation Templates directory.
|
||||
3
src/babel/transformation/transformers/README.md
Normal file
3
src/babel/transformation/transformers/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Transformers
|
||||
|
||||
This is the Transformers directory.
|
||||
3
src/babel/traversal/README.md
Normal file
3
src/babel/traversal/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Traversal
|
||||
|
||||
This is the Traversal directory.
|
||||
@ -1,3 +1,7 @@
|
||||
## Path Traversal
|
||||
|
||||
This is the Path Traversal directory.
|
||||
|
||||
- `ancestry` - Methods that retrieve or validate anything related to the current paths ancestry.
|
||||
- `context` - Methods responsible for maintaing TraversalContexts.
|
||||
- `conversion` - Methods that convert the path node into another node or some other type of data.
|
||||
|
||||
3
src/babel/traversal/path/inference/README.md
Normal file
3
src/babel/traversal/path/inference/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Inference
|
||||
|
||||
This is the Inference directory.
|
||||
3
src/babel/traversal/scope/README.md
Normal file
3
src/babel/traversal/scope/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Scope Traversal
|
||||
|
||||
This is the Scope Traversal directory.
|
||||
3
src/babel/types/README.md
Normal file
3
src/babel/types/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Types
|
||||
|
||||
This is the Types directory.
|
||||
Loading…
x
Reference in New Issue
Block a user