Shahar Soel

Results 77 issues of Shahar Soel

Also changed the built in visitor methods signature to `protected` to enable customizing sub-visitor flows by overriding. fixes #12

Hello and thanks for this library 👍 It seems the RegExp visitor class is not exported at runtime. However the documentation seems to imply it is. https://github.com/mysticatea/regexpp/blob/4bcab0b82c2a384d2c45f46e804a46912eb17ad5/src/index.ts#L1-L6 I need the...

We need to investigate how to model this in a d.ts file. - As a TypeScript module it may not mean anything as UI5 have their own model system, -...

types

Hello @BinaryMuse and other contributors 😄 ## Context I am creating a set of **re-usable** and **modular** Toml related tooling in [here](https://github.com/bd82/toml-tools). One of the first modules is a [Toml...

- [x] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md)) **Describe the user story** We are attempting to replace usage of yarn with pnpm in a WebIDE hosted workspaces...

type: feature

https://devblogs.microsoft.com/typescript/introducing-deopt-explorer/

See: https://github.com/Chevrotain/chevrotain/discussions/1887#discussioncomment-4219208

![image](https://github.com/angus-c/just/assets/4233843/7b184c10-9357-4a13-9772-c202cfabf5b4) Expected result would be `[1, 2, 3]` But the actual is `[[1], 2, 3]` Code snippet: ```javascript const flatten = require('just-flatten-it') flatten([[1], [2], 3], 1); ```

Hello. I've only recently discovered C8 and was wondering **how does it compare to Istanbul?** I'm making a semi educated guess that removing the need for instrumenting the files would...

docs

e.g: these two regexps will produce an equivalent AST. - `[\S]` - `[\s]`