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

Update soy grammar to support new grammar. #12

Merged
merged 1 commit into from
Sep 8, 2021

Conversation

axellew
Copy link
Contributor

@axellew axellew commented Sep 5, 2021

Add support for new grammar. Including:
Import
Soy docs
import * as foo from 'bar/foo.soy';
import {myFoo as foo, bar} from 'bar/foo.soy';
Commands
Added missing commands: debugger, const, element, export, extern, const, javaimpl, jsimpl, log, key, plural, velog.
Attributes
Added missing attributes: requirecsspath, cssprefix, cssbase, visibility, method, params, return, type, namespace, function, component, whitespace, meaning, desc, genders, alternateId.
Param types
Added missing: @Inject, @State, @Attribute.

@Blodwynn Blodwynn merged commit 7612cd8 into Blodwynn:master Sep 8, 2021
@Blodwynn
Copy link
Owner

Blodwynn commented Sep 8, 2021

Awesome! Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants