This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decode null as NULL token in yaml decoder
This PR will fix #185 as `BasicLit` will be returned for null value. When we walk through the ast to create the instance, null value will be handled as `BasicLit` instead of `Ident`. Closes #186 #186 GitOrigin-RevId: 9dadc29 Change-Id: I8bfd84c5c1c4ab60bbc1fbfcd76bb5a4561a8237 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/4100 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
- Loading branch information