fluent-syntax@0.5.0
- Most AST nodes now have a Span.
Use `new FluentParser({ withSpans: false })` to disable this
behavior.
- The `withAnnotations` config option to `FluentParser` has been
removed.
The parser always produces Annotations if necessary now.