caddy/caddyconfig/caddyfile
Francis Lavoie c5fffb4ac2
caddyfile: Support for raw token values; improve map, expression (#4643)
* caddyfile: Support for raw token values, improve `map`, `expression`

* Applied code review comments

* Rename RawVal to ValRaw

Co-authored-by: Matthew Holt <mholt@users.noreply.github.com>
2022-03-18 15:08:23 -06:00
..
testdata caddyfile: reject cyclic imports (#4022) 2021-04-09 12:06:25 -06:00
adapter.go caddyfile: impove fmt warning message (#4444) 2021-12-07 10:03:58 -07:00
dispenser.go caddyfile: Support for raw token values; improve map, expression (#4643) 2022-03-18 15:08:23 -06:00
dispenser_test.go caddyfile: keep error chain info in Dispenser.Errf (#4233) 2021-07-19 08:35:14 -06:00
formatter.go caddyfile: Fix caddy fmt nesting not decrementing (#4157) 2021-05-10 12:01:27 -06:00
formatter_fuzz.go ci: Build on Go 1.18, bump actions versions (#4637) 2022-03-15 22:09:19 +00:00
formatter_test.go caddyfile: Copy input before parsing (fix #4422) 2021-11-15 14:41:19 -07:00
importgraph.go caddyfile: reject cyclic imports (#4022) 2021-04-09 12:06:25 -06:00
lexer.go caddyfile: Support for raw token values; improve map, expression (#4643) 2022-03-18 15:08:23 -06:00
lexer_fuzz.go ci: Build on Go 1.18, bump actions versions (#4637) 2022-03-15 22:09:19 +00:00
lexer_test.go Make copyright notice more consistent 2021-09-16 12:50:32 -06:00
parse.go caddyfile: Copy input before parsing (fix #4422) 2021-11-15 14:41:19 -07:00
parse_test.go Move from deprecated ioutil to os and io packages (#4364) 2021-09-29 11:17:48 -06:00