George Zahariev

Results 13 issues of George Zahariev

Not content with `add`, `remove` Can't use `deleteMin` or `deleteMax` since we don't know if it's the min or max Thought about `deleteTop` - however, `delete` returns a boolean of...

Hey guys, Check out and test support for Flow type annotations and JSX by installing the beta with `npm install grasp@beta` Still to do: - [ ] Update syntax defs...

discussion

should be pretty easy to add it as a query engine - why not?

for concocting queries, or debugging, it would be nice to have some sort of option to just display the ast from some code, printed as JSON or something better perhaps

ref #24 It would sometimes be nice to be able access primitive values - eg. get the value of a string, rather than getting it with surrounding quotes.

Codemod `$Shape` to `Partial` in the definitions, after the deprecation of `$Shape`: https://medium.com/flow-type/announcing-partial-required-flow-utility-types-catch-annotations-3a32f0bf2a20 Sometimes however, when used in an input position, it could work better to turn `$Shape` into `$ReadOnly`...

Unfortunately `import` and `export` are already used in LS, and I don't want to create a breaking change in the 1.X line. How would people feel if ES6 modules were...

discussion
ES6+

So far (on master), slated for removal (and currently with compiler notices upon use): - short function syntax - `f(x) = x` - [currently has notice] why: hacky implementation, duplicating...

discussion

Hey guys, I'm interning at Facebook for the next 3 months, so I will have little time to look at things, sorry! I'm mentioning this because I just looked at...

discussion

create a deep copy of objects/arrays gkz/LiveScript#224