stimulus-parser
stimulus-parser copied to clipboard
Statically analyze Stimulus controllers in your project.
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 =...
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...
https://github.com/symfony/stimulus-bridge https://github.com/symfony/stimulus-bundle
stimulus-lsp is complaining about a missing controller. It's not missing though but was imported via importmaps.
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) 🩹...
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 [](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...
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...
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...
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...
(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...