Cleanup of processTypes script and various transformations. Added JSX

This commit is contained in:
Ron Buckton
2015-10-09 15:19:07 -07:00
parent 1c5a595d3f
commit 6235fe8280
31 changed files with 10707 additions and 9313 deletions

View File

@@ -0,0 +1,4 @@
/// <reference path="../../lib/typescript_standalone.d.ts" />
import { Symbol } from "typescript";
export * from "typescript";
export declare function getSymbolId(symbol: Symbol): number;