Daniel Perrett

Results 9 issues of Daniel Perrett

**Describe the feature or problem you'd like to solve** As a developer, I would like to find issues which are not assigned to anyone so that I can pick up...

enhancement
help wanted
stale

Follows on from discussion in #529. - The only per-file overhead for users who don't use the new options is a single boolean check to see if the size filter...

First, I am very glad to have come across your fonts and I like how Jost does the right thing in many of the places other geometrics feel awkward. Looking...

I am surprised to find that the following are equivalent: ``` get q{/foo/(\\d+)} => sub{...}; get qr{/foo/(\\d+)} => sub{...}; ``` Fortunately, it looks like `.` does not have it's regular...

Bug

Xmlsplit appears not to handle self-closing tags: it appears to think it has seen only the open-tag and never finds the balanced close-tag. This PR demonstrates the problem, causing the...

Arising from #1256: > If you make changes to the session in an `after` hook, your changes will not be written to storage, because writing sessions to storage also takes...

Bug
Question

This PR fixes an issue which affected destructuring assignment described in #13.

This patch causes the new assignment operators `??=`, `||=`, `&&=` defined in https://tc39.es/ecma262/ to be recognised and aligned by the parser.

First, very many thanks for writing this package. I have been looking for a way to enforce aligned assignment in eslint for over a year. I am finding that supplying...