-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Typescript tags v4.1.5, v4.1.4, v4.1.3, v4.1.2, v3.9.9, and v3.…
…8.3. Optimized loading by isolating versions.
- Loading branch information
Showing
24 changed files
with
228 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package v3_8_3 | ||
|
||
import ( | ||
_ "embed" | ||
"github.com/clarkmcc/go-typescript/versions" | ||
) | ||
|
||
//go:embed v3.8.3.js | ||
var Source string | ||
|
||
func init() { | ||
versions.DefaultRegistry.MustRegister("v3.8.3", Source) | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package v3_9_9 | ||
|
||
import ( | ||
_ "embed" | ||
"github.com/clarkmcc/go-typescript/versions" | ||
) | ||
|
||
//go:embed v3.9.9.js | ||
var Source string | ||
|
||
func init() { | ||
versions.DefaultRegistry.MustRegister("v3.9.9", Source) | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package v4_1_2 | ||
|
||
import ( | ||
_ "embed" | ||
"github.com/clarkmcc/go-typescript/versions" | ||
) | ||
|
||
//go:embed v4.1.2.js | ||
var Source string | ||
|
||
func init() { | ||
versions.DefaultRegistry.MustRegister("v4.1.2", Source) | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package v4_1_3 | ||
|
||
import ( | ||
_ "embed" | ||
"github.com/clarkmcc/go-typescript/versions" | ||
) | ||
|
||
//go:embed v4.1.3.js | ||
var Source string | ||
|
||
func init() { | ||
versions.DefaultRegistry.MustRegister("v4.1.3", Source) | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package v4_1_4 | ||
|
||
import ( | ||
_ "embed" | ||
"github.com/clarkmcc/go-typescript/versions" | ||
) | ||
|
||
//go:embed v4.1.4.js | ||
var Source string | ||
|
||
func init() { | ||
versions.DefaultRegistry.MustRegister("v4.1.4", Source) | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package v4_1_5 | ||
|
||
import ( | ||
_ "embed" | ||
"github.com/clarkmcc/go-typescript/versions" | ||
) | ||
|
||
//go:embed v4.1.5.js | ||
var Source string | ||
|
||
func init() { | ||
versions.DefaultRegistry.MustRegister("v4.1.5", Source) | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package v4_2_2 | ||
|
||
import ( | ||
_ "embed" | ||
"github.com/clarkmcc/go-typescript/versions" | ||
) | ||
|
||
//go:embed v4.2.2.js | ||
var Source string | ||
|
||
func init() { | ||
versions.DefaultRegistry.MustRegister("v4.2.2", Source) | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
package v4_2_3 | ||
|
||
import ( | ||
_ "embed" | ||
"github.com/clarkmcc/go-typescript/versions" | ||
) | ||
|
||
//go:embed v4.2.3.js | ||
var Source string | ||
|
||
func init() { | ||
versions.DefaultRegistry.MustRegister("v4.2.3", Source) | ||
} |
File renamed without changes.
This file was deleted.
Oops, something went wrong.