Skip to content
This repository was archived by the owner on Dec 9, 2019. It is now read-only.

Make file extension configurableΒ #20

@ajafff

Description

@ajafff

TypeScript parses and handles files different based on their extension:

  • .ts -> regular TypeScript
  • .tsx -> TypeScript with JSX, parses classic type assertions (<T>obj) as JSX elements
  • .js -> regular JavaScript, uses JSDoc to annotate types
  • .jsx -> JavaScript with JSX

It would be nice if the extension the editor uses was configurable to allow testing the differences between them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions