Skip to content

* extension #10

@TrySound

Description

@TrySound

* as val could be very useful for values replacement. Dot replacement already work.

@value * as val from 'path';

becomes

:import('path') {
  val: *;
  prop1: imported1
}

Will be expanded to

:import('path') {
  prop1: imported1;
  prop2: imported2;
  prop3: imported3
}

/cc @sokra @sullenor

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions