platform_build_blueprint/parser
Jooyung Han 53e92a0de6
bpmodify: support numerical sort (#332)
bpmodify sorts touched list respecting numbers embedded in strings. For
example, "foo-2" comes before "foo-10".

Test: bpmodify_test.go
Change-Id: If2fe9bc871a463a47dd3c0b52982b34c9fde05f0

Co-authored-by: Jooyung Han <jooyung@google.com>
2020-12-14 11:30:48 -08:00
..
ast.go Implement list of maps 2020-03-02 17:26:20 -08:00
modify.go Add Patch and PatchList for making textual changes 2018-04-10 16:50:39 -07:00
modify_test.go Add Patch and PatchList for making textual changes 2018-04-10 16:50:39 -07:00
parser.go Implement list of maps 2020-03-02 17:26:20 -08:00
parser_test.go Implement list of maps 2020-03-02 17:26:20 -08:00
printer.go Improve indentation for multi-line expressions 2018-05-07 16:15:33 -07:00
printer_test.go Implement list of maps 2020-03-02 17:26:20 -08:00
sort.go bpmodify: support numerical sort (#332) 2020-12-14 11:30:48 -08:00