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

Implement 'import * as' parsing #233

Description

@dikmax

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions