Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sandersn/typescript-version-replay

Test code with successive versions of Typescript
https://github.com/sandersn/typescript-version-replay

Last synced: about 1 month ago
JSON representation

Test code with successive versions of Typescript

Awesome Lists containing this project

README

        

# The Ark #

Test code with successive versions of Typescript

```
$ node
> var ark = require('typescript-version-replay')
> ark.dates('src.ts', '20190401', '20190412', { types: true })
COOL OUTPUT HERE
```

## dates vs versions

Description here

## types, time, memory, error

Default is

```js
{
types: false,
time: false,
memory: false,
error: true
}
```