Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit ffacf3d

Browse files
committed
docs(readme): add known issue about #47 to README.md
1 parent f65f4ae commit ffacf3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Simple API to compile TypeScript code string to JavaScript. That's all!
2121
* TypeScript v1.5 has [ts.transpile()](https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#a-simple-transform-function), but it cannot generate source map
2222
* TypeScript v1.6+ has [ts.transpile()](https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API#a-simple-transform-function) with source map, but it always ignores type checking
2323

24+
## Known issues
25+
26+
- Windows: `TypeError: Cannot read property 'text' of undefined error.` ([#47](https://github.com/teppeis/typescript-simple/pull/47))
27+
2428
## Versioning
2529

2630
* typescript-simple v1.x.x uses TypeScript v1.4

0 commit comments

Comments
 (0)