typescript plugin for vibe.d diet templates
    Jacob Carlborg via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Sun Jan 18 01:28:42 PST 2015
    
    
  
On 2015-01-17 19:24, Fatih Kadir Akin wrote:
> TypeScript compiler doesn't accept stdin pipes, I tried using Unix fifo
> but since I'm not an Unix expert, couldn't figure it out. The last thing
> was using a temporary file -- which also sounds not good to me :)
How about embedding the TypeScript compiler and call it from D, perhaps 
using DMDScript [1].
[1] http://code.dlang.org/packages/dmdscript
-- 
/Jacob Carlborg
    
    
More information about the Digitalmars-d-announce
mailing list