bamboo-soy icon indicating copy to clipboard operation
bamboo-soy copied to clipboard

Implement 'import * as' parsing

Open dikmax opened this issue 3 years ago • 0 comments

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.

dikmax avatar Feb 01 '21 10:02 dikmax