Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Provide the code with more detailed documentation comments * Fix typo * Refactor the code a bit * Use the right environment key * Add a conditional statement to handle environment specific conditions * Add a loop statement to handle environment specific sequences * Make string interpolation of a environment value possible * Make environmentvalue conditionable * Refactor the code a bit * Avoid type casting by using a type erasure * Test the error reporting for the environment through the provider * Make environment statement and sequence a global element * Introduce a method to unwrap optional environment values * Tidy up a bit * Rename the method for the conditional statement
- Loading branch information