-
Currently, all comments are collected in the state. This includes `-- xyz` and `{- xyz -}` comments, but also `{-| xyz -}` comments that are used for declaration comments (top-level declarations only,…
-
JSHint now supports lots of ES6 features. We should investigate to use that instead of `//:lint` and `//:nolint`
@usrbincc
-
running salaam.c with gcc gives me lots of print errors
salam.c:17:47: note: expanded from macro 'print_error'
#define print_error(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__)
…
-
## Motivation
I’m writing [typescript in JS using JSDoc](https://www.typescriptlang.org/docs/handbook/intro-to-js-ts.html). When I finished my initial setup and was ready to push I got a sy…
-
As the Go user base grows, more and more Go developers are seeking to understand the performance of their programs and reduce resource costs. However, they are locked into the relatively limited diagn…
-
**Describe the bug**
Using Maven dependency-check-maven:9.0.7:aggregate with the parameters hostedSuppressionsUrl and knownExploitedUrl defined in the pom.xml, both files exists and not empty, but st…
-
@kha @gebner: we have been talking about the parser refactoring for a few months.
@david-christiansen has many ideas and suggestions. I'm open this RFC to record his ideas and collect suggestions.
…
-
## Expected behavior
ESLint succeeds without errors.
## Actual behavior
ESLint fails with:
```
Oops! Something went wrong! :(
ESLint: 8.57.0
Error: Failed to load pl…
-
I'm upgrading from 0.9.3 to 1.0.0-alpha.7 to use pratt parsing and I can't really understand how the new `Parser` works.
This is what I've been previously using:
```rust
pub fn parser() -> impl P…
-
## Motivation
jsdoc can provide useful documentation with IDE integration.
## Current behavior
case one: object property
```javascript
const person = {
name: 'ly',
// some d…