forked from madskristensen/TypeScriptCompileOnSave
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource.extension.cs
More file actions
18 lines (18 loc) · 914 Bytes
/
source.extension.cs
File metadata and controls
18 lines (18 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by Extensibility Tools v1.10.188
// </auto-generated>
// ------------------------------------------------------------------------------
namespace TypeScriptCompileOnSave
{
static class Vsix
{
public const string Id = "d6330ef4-ab82-4ab1-9828-4e43639e7521";
public const string Name = "JavaScript Transpiler";
public const string Description = @"The simplest way to transpile JS and JSX to EcmaScript 5 without any complicated node.js tools in your project. It uses the TypeScript compiler behind the scenes.";
public const string Language = "en-US";
public const string Version = "0.9";
public const string Author = "Mads Kristensen";
public const string Tags = "typescript, javascript, jsx, tsx, transpile";
}
}