google / bamboo-soy

An intellij plugin supporting Closure Template language (Soy)
Apache License 2.0
48 stars 17 forks source link

Implement 'import * as' parsing #233

Open dikmax opened 3 years ago

dikmax commented 3 years ago

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.