Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sandersn/typescript-version-replay
- Owner: sandersn
- License: mit
- Created: 2019-04-18T16:13:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T07:05:43.000Z (over 2 years ago)
- Last Synced: 2024-10-06T13:51:31.776Z (about 1 month ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
```