hcl/json
Martin Atkins 2eaeb36cb3 Use Unicode 13 text segmentation rules
HCL uses a number of upstream libraries that implement algorithms defined
in Unicode. This commit is updating those libraries all to versions that
have Unicode 13 support.

The main implication of this for HCL directly is that when it returns
column numbers in source locations it will count characters using the
Unicode 13 definition of "character", which includes various new
multi-codeunit characters added in Unicode 13.

These new version dependencies will also make Unicode 13 support available
for other functionality that HCL callers might use, such as the stdlib
functions in upstream cty, even though HCL itself does not directly use
those.
2021-02-23 09:05:19 -08:00
..
fuzz Update other fuzz docs for consistency 2020-05-14 15:03:29 -04:00
ast.go Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
didyoumean.go Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
didyoumean_test.go Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
doc.go json: Clarify that this package is not interesting to import 2019-10-01 15:59:10 -07:00
navigation.go Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
navigation_test.go Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
parser.go json: Add ParseExpression function 2020-09-04 14:12:01 -07:00
parser_test.go json: Add json.ParseWithStartPos function 2020-08-24 10:53:10 -07:00
peeker.go Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
public.go json: Add ParseExpression function 2020-09-04 14:12:01 -07:00
public_test.go json: Add ParseExpression function 2020-09-04 14:12:01 -07:00
scanner.go Use Unicode 13 text segmentation rules 2021-02-23 09:05:19 -08:00
scanner_test.go json: Fix panic when parsing malformed JSON 2020-03-25 16:40:36 -04:00
spec.md Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
structure.go Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
structure_test.go Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
tokentype_string.go Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00