Alias to keywords (eg source) (#4835)

* Allow aliasing source

* Add test
This commit is contained in:
JT
2022-03-13 11:30:37 -07:00
committed by GitHub
parent ff3dffd813
commit c023d4111a
4 changed files with 30 additions and 4 deletions

View File

@ -1,3 +1,4 @@
mod alias;
mod all;
mod any;
mod append;