Andy Edwards

Results 653 comments of Andy Edwards

Oh okay. Maybe I should just start promoting mine as a replacement then? https://github.com/jcoreio/promisify-child-process

I think the demo site has been hacked. The first time I visited it, it was telling me I had to install this secure search chrome extension before viewing the...

If Meteor had only just now been created, they would have never messed with fibers, they would have just used async/await so that there's less API mismatch between server and...

Yeah. What I'm actually annoyed about is that the author of Webdriverio kept a fiber-oriented approach in his most recent API breaking change, and it actually got *more* ungainly to...

I already do,. But I get tired of excluding them over and over as I create new packages

@zpao sigh, okay I figured out that it's because I have two versions of `fbjs` installed. Part of the problem is that yarn f'ed up on the deduplication and I...

@zpao I read in the node-haste repo that: > Facebook no longer uses node-haste, and this project was not being maintained. So wouldn't it be possible to remove all of...

Oh I see now what the problem is: in 0.13.4, [`ExportSpecifier` was declared in the babel defs](https://github.com/benjamn/ast-types/commit/ff020a8b5e56028234267d9870b25b208541e9c6#diff-13a781ef7bdda9df1128815d874371daL85) which [come after esprima](https://github.com/benjamn/ast-types/blob/master/main.ts#L56). But [`ExportSpecifier` was moved to the es6 defs in...

I downgraded for the time being. If you look at https://github.com/benjamn/ast-types/blob/master/main.ts, you can see how you could copy this code into your own bootstrapper and tweak the available defs/ordering --...

just discovered the field names runtime values are missing `typeAnnotation` as well.