new: node-typescript-0.9.0

2013-06-18 Thread James Turner
Attached is a new port for the TypeScript language. I know there has
been some debate on importing npm packages so you node people please
chime in.

Tested on amd64.

Information for inst:node-typescript-0.9.0

Comment:
typed superset of JavaScript

Description:
TypeScript is a language for application-scale JavaScript development.
It is a typed superset of JavaScript that compiles to clean, simple
JavaScript code which runs on any browser, in Node.js, or in any other
ES3-compatible environment. TypeScript offers classes, modules, and
interfaces to help you build robust components.

Maintainer: James Turner 

WWW: http://www.typescriptlang.org/

-- 
James Turner


node-typescript-0.9.0.tar
Description: Unix tar archive


Re: new: node-typescript-0.9.0

2013-06-19 Thread Aaron
On Tue, Jun 18, 2013 at 6:46 PM, James Turner  wrote:
> Attached is a new port for the TypeScript language. I know there has
> been some debate on importing npm packages so you node people please
> chime in.

As long as they modules have few ( read 'no' ) dependencies I am ok.  It's when
they have piles of dependencies that force multiple versions of a given module
that we end up with a problem.

OK abieber@

>
> Tested on amd64.
>
> Information for inst:node-typescript-0.9.0
>
> Comment:
> typed superset of JavaScript
>
> Description:
> TypeScript is a language for application-scale JavaScript development.
> It is a typed superset of JavaScript that compiles to clean, simple
> JavaScript code which runs on any browser, in Node.js, or in any other
> ES3-compatible environment. TypeScript offers classes, modules, and
> interfaces to help you build robust components.
>
> Maintainer: James Turner 
>
> WWW: http://www.typescriptlang.org/
>
> --
> James Turner