Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JavaScript] Separate tagged template strings for TypeScript #4036

Merged
merged 2 commits into from
Sep 18, 2024

Commits on Sep 15, 2024

  1. [JavaScript] Interpolate TypeScript in tagged templates

    This commit ensures TypeScript syntax being used in tagged template string
    interpolations, when working in TypeScript or TSX sources.
    
    It copies everything from JavaScript and replaces `source.js` by `source.ts`.
    deathaxe committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    e690b6c View commit details
    Browse the repository at this point in the history
  2. [JavaScript] Improve extensibility of tagged template strings

    This commit introduces a single entry point for 3rd-party customization
    by adding a dedicated `literal-string-template-begin` context which further
    variants of tagged-template strings can be added to.
    deathaxe committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    d1982df View commit details
    Browse the repository at this point in the history