Philipp Emanuel Weidmann

Results 304 comments of Philipp Emanuel Weidmann

This project is *on hold* pending resolution of [atom#8669](https://github.com/atom/atom/issues/8669). I'm tired of chasing an undocumented private API. Because the token data structure is not part of Atom's public API, it...

`acorn-modified.js` is based on `acorn.js` from Acorn's commit `7f0f07e1f9c227d61147f2962f3418149b55e66a`. If you diff the two you should see exactly what has been changed. It boils down to the two points mentioned...

Apparently, Atom modified its internal line representation again. I'm getting tired of adapting my code to match an ever-changing, poorly documented internal format. Please add your voice to https://github.com/atom/atom/issues/8669 and...

No idea, sorry :disappointed:

0.187.0 is quite old. Does this error still occur with the latest version of Atom?

Regrettably, this is not possible with the current setup as Acorn only gives us the scope `name`, not whether it refers to a method or variable. We could get much,...

@impinball: Semantic highlighting _does_ require full text parsing and, as such, a grammar. There is just no shortcut here. My guess is that the reason jshint and refactor-js fail is...

Thanks, I didn't know that :+1: Effectively, though, the version included in this package _is_ a fork of Acorn on GitHub, and as long as this package is the only...

Are you sure it actually stopped completely, rather than just slowed down? `maybe`/`ptrace` unfortunately has a very high overhead in some cases.

Sounds like a bug then. As a side note, I just want to re-iterate that as stated in the README `maybe` is **not** security software. When doing things like `curl...