You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varYAML=require("yaml").default;YAML.parse(`.anchors: - &anchor1 key: value - &anchor2 another: propfoo: bar: baz <<: *anchor1 <<: *anchor2`,{merge: true})//=> YAMLSemanticError: Map keys must be unique; "<<" is repeated
version: 1.0.0-rc.7
Expected: no error
Original post: prettier/prettier#4919
The text was updated successfully, but these errors were encountered: