torokmark / typescript_collection_framework

:carousel_horse: Collection framework for TypeScript
4 stars 2 forks source link

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

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