https://github.com/Microsoft/TypeScript
Raw File
Tip revision: ab811f90d0bc36bcd0e513fc141dd82be893cbc8 authored by Ron Buckton on 13 February 2016, 02:03:33 UTC
Updates to TransformationContext and transformer.ts
Tip revision: ab811f9
.travis.yml
language: node_js

node_js:
  - 'stable'
  - '4'
  - '0.10'

sudo: false
back to top