Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrward/typescript-hosting
Application for testing out the TypeScript API.
https://github.com/mrward/typescript-hosting
Last synced: 25 days ago
JSON representation
Application for testing out the TypeScript API.
- Host: GitHub
- URL: https://github.com/mrward/typescript-hosting
- Owner: mrward
- Created: 2013-04-14T09:47:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T12:44:55.000Z (over 9 years ago)
- Last Synced: 2023-03-12T06:03:14.705Z (over 1 year ago)
- Language: JavaScript
- Size: 9.17 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Hosting Test Application
This is a simple Windows Forms test application that hosts one TypeScript file and allows the running of ad-hoc JavaScript to try out the various TypeScript APIs. The application is used before adding new features to the TypeScript Addin for SharpDevelop.
## Dependencies
1. [TypeScript](http://typescript.codeplex.com/) - The TypeScript language services are used to provide code completion.
2. [Javascript.NET](http://javascriptdotnet.codeplex.com/) - A library that hosts Google's V8 JavaScript engine and allows .NET objects to be used directly from JavaScript. Currently only works on Windows.
3. [Json.NET](http://json.codeplex.com/) - Json library for .NET created by [James Newton-King](http://james.newtonking.com/).