Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tags #110

Merged
merged 1 commit into from
Dec 14, 2017
Merged

Remove tags #110

merged 1 commit into from
Dec 14, 2017

Conversation

zbraniecki
Copy link
Collaborator

@@ -203,18 +202,11 @@ export default class FluentParser {
attrs = this.getAttributes(ps);
}

if (ps.isPeekNextLineTagStart()) {
if (attrs !== undefined) {
throw new ParseError('E0012');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove E0012 from errors.js.


import assert from 'assert';

import { MessageContext } from '../src/context';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you like me to land a follow-up which removes tags from MessageContext's resolver?

@zbraniecki zbraniecki merged commit ca5f604 into projectfluent:master Dec 14, 2017
@zbraniecki zbraniecki deleted the 05-tags branch December 14, 2017 15:26
@zbraniecki zbraniecki mentioned this pull request Jan 26, 2018
4 tasks
stasm pushed a commit to stasm/fluent.js that referenced this pull request Feb 8, 2018
@stasm stasm added this to fluent-syntax 0.6.0 in fluent-syntax May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
fluent-syntax
fluent-syntax 0.6.0
Development

Successfully merging this pull request may close these issues.

None yet

2 participants