Skip to content

Commit cf660e6

Browse files
authored
Added the TypeScript support directory (6 files)
Added the TypeScript support directory, containing 6 files in TypeScript format.
1 parent 20ee0e8 commit cf660e6

6 files changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
break;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
break;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// This is a single line comment
2+
/* This
3+
is a multiline
4+
comment */
5+
/* Multi-line comments
6+
* can also
7+
* be written
8+
* like this */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// This is a single line comment
2+
/* This
3+
is a multiline
4+
comment */
5+
/* Multi-line comments
6+
* can also
7+
* be written
8+
* like this */
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
var helloWorld:string = "Hello world";
2+
console.log(helloWorld);
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
var helloWorld:string = "Hello world";
2+
console.log(helloWorld);

0 commit comments

Comments
 (0)