Luke Horvat

Results 19 issues of Luke Horvat

Esprima doesn't seem to handle files with a shebang. https://github.com/jquery/esprima/issues/1151

In private repos, it looks like the **Raw** button redirects to an URL that includes a token. Example: https://raw.githubusercontent.com/lukehorvat/private/master/index.js?token=$TOKEN Need to start supplying that token.

> Clearly describe the documentation issue I'm currently writing a shareable config that `extends` [`stylelint-config-prettier`](https://github.com/prettier/stylelint-config-prettier). It's not clear from the [docs](https://stylelint.io/user-guide/configure#extends) whether I should list `stylelint-config-prettier` as a peer dep...

type: documentation
status: ask to implement

Fixes #97. I implemented @thetutlage's solution [here](https://github.com/sindresorhus/emittery/issues/97#issuecomment-1129591450).

Tried this: ``` javascript import detective from 'detective'; import fs from 'fs'; let src = fs.readFileSync(__filename); let requires = detective(src, { parse: { ecmaVersion: 6, sourceType: 'module' } }); console.log(requires);...

A small readme update. The [`ignore`](https://babeljs.io/docs/en/options#ignore) and [`only`](https://babeljs.io/docs/en/options#only) options are regex arrays as of Babel 7.

Hey, cool module. 🙂 It would be nice if you could run it via the CLI. This PR adds some basic CLI support, so you can run bash-parser like so:...

This PR adds convenience methods for skipping when reading/writing. Resolves #46.

Hi, I just started using SmartBuffer to wrap client/server packets and so far it's working splendidly. 👌 That said, I just reached a point where I need to skip a...

Thank you for making Tonal.