uselagoon / lagoon-sync

Apache License 2.0
7 stars 5 forks source link

Moves substitutions to better type #74

Open bomoko opened 2 years ago

bomoko commented 2 years ago

For some reason (which I can't remember, and which makes no sense - likely too much JS) we went with the weakest map we could find to do string substitutions for commands. This remedies that.

Putting this out there in case someone can remember why we chose this weakest of datastructures.

timclifford commented 1 year ago

@bomoko Happy for this to go in the release?