merge commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user