configorama 0.7.1 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,4 +18,13 @@ export function getFallbackString(split: string[], nestedVar: string): string;
18
18
  * Verify if variable string is valid
19
19
  */
20
20
  export function verifyVariable(variableString: any, valueObject: any, variableTypes: any, config: any): any;
21
+ /**
22
+ * Build default variable syntax regex with dynamic character class
23
+ * Excludes suffix characters from the allowed set to prevent parsing issues
24
+ * @param {string} [prefix='${'] - Variable prefix
25
+ * @param {string} [suffix='}'] - Variable suffix
26
+ * @param {string[]} [excludePatterns=['AWS', 'stageVariables']] - Patterns to exclude via negative lookahead
27
+ * @returns {string} Regex source string
28
+ */
29
+ export function buildVariableSyntax(prefix?: string, suffix?: string, excludePatterns?: string[]): string;
21
30
  //# sourceMappingURL=variableUtils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"variableUtils.d.ts","sourceRoot":"","sources":["../../../../src/utils/variables/variableUtils.js"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,qDAHW,MAAM,GACJ;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAqC9C;AAED;;;;;GAKG;AACH,yCAJW,MAAM,EAAE,aACR,MAAM,GACJ,MAAM,CAelB;AAED;;GAEG;AACH,4GAsBC"}
1
+ {"version":3,"file":"variableUtils.d.ts","sourceRoot":"","sources":["../../../../src/utils/variables/variableUtils.js"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,qDAHW,MAAM,GACJ;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAqC9C;AAED;;;;;GAKG;AACH,yCAJW,MAAM,EAAE,aACR,MAAM,GACJ,MAAM,CAelB;AAED;;GAEG;AACH,4GAsBC;AAED;;;;;;;GAOG;AACH,6CALW,MAAM,WACN,MAAM,oBACN,MAAM,EAAE,GACN,MAAM,CA4ClB"}