https://github.com/torokmark/typescript_collection_framework
:carousel_horse: Collection framework for TypeScript
https://github.com/torokmark/typescript_collection_framework
Last synced: about 1 year ago
JSON representation
:carousel_horse: Collection framework for TypeScript
- Host: GitHub
- URL: https://github.com/torokmark/typescript_collection_framework
- Owner: torokmark
- Created: 2013-07-26T14:19:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-12T21:27:43.000Z (over 12 years ago)
- Last Synced: 2025-03-26T14:40:55.383Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 465 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript Collection Framework #
## Aim ##
Our aim is to extend TypeScript with this module that ensure well-known collections and interfaces from Java and C#.
## Requirements ##
* TypeScript
* http://www.typescriptlang.org/
* QUnit
* https://npmjs.org/package/qunit
* https://github.com/kof/node-qunit
## Build ##
### Using commandline ###
#### tsc ####
tsc --target ES5 .\lib\hashset.ts
#### qunit ####
tsc --target ES5 .\spec\hashset_spec.ts --out hash.js
It generates `.js` files.
qunit -c .\hash.js -t .\hash.js
### Structure ###
## Co-contributors ##
* Szabó Toto