Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Implement 'import * as' parsing #233

Open
dikmax opened this issue Feb 1, 2021 · 0 comments
Open

Implement 'import * as' parsing #233

dikmax opened this issue Feb 1, 2021 · 0 comments
Labels

Comments

@dikmax
Copy link

dikmax commented Feb 1, 2021

See https://github.com/google/closure-templates/blob/master/documentation/reference/file-declarations.md

import * as fooMagic from 'path/to/soy/file/foo.soy';
...
{call fooMagic.button}
  ...
{/call}

Right now there's parsing error on space after import: SoyTokenType.{ expected, got '* as fooMagic.

crdev pushed a commit to crdev/bamboo-soy that referenced this issue Feb 24, 2021
@crdev crdev added the bug label Jun 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants