$ echo 'b"abc"' | buildifier
<stdin>:1:7: syntax error near "abc"
<stdin> # reformat
Byte-string literals are defined in the spec:
Literals: literals are tokens that denote specific values. Starlark has integer, floating-point, string, and bytes literals.
...
b"hello" b'hello' # bytes