stimulus-parser icon indicating copy to clipboard operation
stimulus-parser copied to clipboard

Statically analyze Stimulus controllers in your project.

Results 24 stimulus-parser issues
Sort by recently updated
recently updated
newest added

Currently this doesn't get parsed as a valid `ValueDefinition`, this is valid Stimulus though. ```js import { Controller } from "@hotwired/stimulus"; export default class extends Controller { static values =...

enhancement
feature

Similar to #12, it makes sense that the Stimulus Parser understands the mixins Stimulus Use provides. Some of the mixins Stimulus Use provides enhance the controller implicitly with properties and...

enhancement
feature

https://github.com/symfony/stimulus-bridge https://github.com/symfony/stimulus-bundle

enhancement
feature

stimulus-lsp is complaining about a missing controller. It's not missing though but was imported via importmaps.

bug

Bumps the eslint group with 2 updates in the / directory: [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) and [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/visitor-keys). Updates `@typescript-eslint/typescript-estree` from 7.17.0 to 8.0.1 Release notes Sourced from @​typescript-eslint/typescript-estree's releases. v8.0.1 8.0.1 (2024-08-05) 🩹...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.0.0 to 22.2.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.0.0&new-version=22.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.0.4 to 2.0.5. Release notes Sourced from vitest's releases. v2.0.5    🚀 Features Introduce experimental reported tasks  -  by @​sheremet-va in vitest-dev/vitest#6149 (13d85) This is part of the...

dependencies

Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.3 to 11.0.0. Changelog Sourced from glob's changelog. changeglob 11.0 Drop support for node before v20 10.4 Add includeChildMatches: false option Export the Ignore class 10.3 Add...

dependencies

This package doesn't work (sorry, I know that's a lot of detail): stimulus-checkbox-select-all: "npm:^5.3.0" > Element with id /Users/kim/Projects/dockspot/node_modules/stimulus-checkbox-select-all/dist/stimulus-checkbox-select-all.mjs-c-false is already registered I talked to @marcoroth at Baltic Ruby just...

bug

(this issue is written in tandem with @marcoroth at Baltic Ruby!) Here's my `application.js`: ```ruby /* eslint no-console:0 */ import { Application } from "@hotwired/stimulus" import { definitionsFromContext } from...

bug
enhancement