merge commit

This commit is contained in:
isaiM6
2022-08-01 14:11:37 -07:00
3 changed files with 15 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ export type Environment = {
export type Variables = {
key: string
value: string
<<<<<<< HEAD
<<<<<<< HEAD
}[]
@@ -24,6 +25,12 @@ const REGEX_PATHVAR = /{{([^>]*)}}/g // "{{myVariable}}"
const REGEX_ENV_VAR = /<<([^>]*)>>/g // "<<myVariable>>"
const REGEX_PATH_VAR = /{{([^>]*)}}/g // "{{myVariable}}"
>>>>>>> origin/codeday/main
=======
}[]
const REGEX_ENV_VAR = /<<([^>]*)>>/g // "<<myVariable>>"
const REGEX_PATH_VAR = /{{([^>]*)}}/g // "{{myVariable}}"
>>>>>>> origin/codeday/jason
/**
* How much times can we expand environment variables