Caridy Patiño

Results 47 issues of Caridy Patiño

Let's use this to track windows support. At the moment, when trying to test mojito in windows by using `npm test`, I'm getting some weird errors, I'm not so sure...

The current API relies on two methods to read or set the state, this is convenient, and in many cases, shorter (less characters) than having to do `o.value = newValue`....

E.g.: https://github.com/andyearnshaw/Intl.js/blob/master/Gruntfile.js#L107-L113

task

## Invalid checksum in isomorphic apps One of the most common issue filled against Intl.js and Format.JS is about invalid checksum, which will happen when the server (nodejs, iojs) formats...

discussion

This PR introduces the host integration to prevent code from being evaluated when needed.

When using a .d.ts file to declare global interfaces, e.g.: ```ts interface AttrDef { propName: string; } ``` the converter will produce: ```js declare module 'root' { declare interface AttrDef...

As part of the modules harmony effort, we are planning to introduce a new constructor, `ModuleSource`, than when instantiated, parses the code, and store a Module Source Record, which can...