-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update list of groups to agreed list. - Lower case `ALIAS` names to be consistent with function names. - Add `GROUP` to methods. - All constructors and functions have doc comments. - Correct a few typos (e.g. `PRVIATE`). - Mark some more things as `PRIVATE`. - Use `ToDo:` and `Note:` consistently. - Order tags in doc comment. # Important Notes We don't have all the doc comments on types and will want to add them in future,
- Loading branch information
1 parent
4203a6e
commit 7d83b3d
Showing
134 changed files
with
1,952 additions
and
1,114 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,35 +10,22 @@ maintainers: | |
email: [email protected] | ||
component-groups: | ||
new: | ||
- Input: | ||
exports: [] | ||
- Web: | ||
exports: [] | ||
- Parse: | ||
exports: | ||
- Standard.Base.Data.Json.Json.parse | ||
- Standard.Base.Data.Text.Regex.compile | ||
- Standard.Base.Data.Text.Regex.escape | ||
- Select: | ||
exports: | ||
- Standard.Base.Data.Vector.Vector.at | ||
- Standard.Base.Data.Vector.Vector.get | ||
- Standard.Base.Data.Vector.Vector.filter | ||
- Standard.Base.Data.Vector.Vector.find | ||
- Standard.Base.Data.Vector.Vector.take | ||
- Standard.Base.Data.Vector.Vector.drop | ||
- Standard.Base.Data.Vector.Vector.partition | ||
- Standard.Base.Data.Vector.Vector.distinct | ||
- Join: | ||
exports: | ||
- Standard.Base.Data.Vector.Vector.zip | ||
- Transform: | ||
exports: | ||
- Standard.Base.Data.Vector.Vector.insert | ||
- Standard.Base.Data.Vector.Vector.remove | ||
- Standard.Base.Data.Vector.Vector.map | ||
- Standard.Base.Data.Vector.Vector.sort | ||
- Standard.Base.Data.Vector.Vector.distinct | ||
- Output: | ||
exports: | ||
- Standard.Base.Data.Text.Text.write | ||
- Input: {} | ||
- Constants: {} | ||
- Metadata: {} | ||
- Output: {} | ||
- Calculations: {} | ||
- Statistics: {} | ||
- Selections: {} | ||
- Conversions: {} | ||
- Values: {} | ||
- Math: {} | ||
- Rounding: {} | ||
- Trigonometry: {} | ||
- Random: {} | ||
- Bitwise: {} | ||
- Text: {} | ||
- DateTime: {} | ||
- Logical: {} | ||
- Operators: {} | ||
- Errors: {} |
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
Oops, something went wrong.