Skip to content

Add media type x-javascript and Typescript #2615

@elocremarc

Description

@elocremarc

I have an executable JS inscription it is similar to x-python from PR #2538.
Currently it doesn't display.

I think we should also add Typescript as well as x-typescript. I think a more generalized approach to deal with x-mediatype

if (language.startsWith("x-")) {
    language = language.substring(2);
}

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