-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add application/x-typescript mime type support
- Loading branch information
1 parent
da959e8
commit a68403d
Showing
5 changed files
with
13 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
Downloading http://localhost:4545/tests/subdir/mt_text_typescript.t1.ts | ||
Downloading http://localhost:4545/tests/subdir/mt_video_vdn.t2.ts | ||
Downloading http://localhost:4545/tests/subdir/mt_video_mp2t.t3.ts | ||
Downloading http://localhost:4545/tests/subdir/mt_application_x_typescript.t4.ts | ||
Downloading http://localhost:4545/tests/subdir/mt_text_javascript.j1.js | ||
Downloading http://localhost:4545/tests/subdir/mt_application_ecmascript.j2.js | ||
Downloading http://localhost:4545/tests/subdir/mt_text_ecmascript.j3.js | ||
Downloading http://localhost:4545/tests/subdir/mt_application_x_javascript.j4.js | ||
success true true true true true true true | ||
success true true true true true true true true |
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 @@ | ||
export const loaded = true; |
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