Skip to content

Typescript Support #60

@mrchantey

Description

@mrchantey

Astro has proven a lovely api where script tags support typescript and module imports by default, i suppose they're doing some kind of ts compilation step.

<script>
  import {Foo, bar} from 'bar';
  
  let a: Foo = bar();

</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-RSXRelated to the RSX Intermediate RepresentationC-FeatureA new feature, making something new possible

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions