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

Support inferred Value Definition types

Open marcoroth opened this issue 1 year ago • 0 comments

Currently this doesn't get parsed as a valid ValueDefinition, this is valid Stimulus though.

      import { Controller } from "@hotwired/stimulus";

      export default class extends Controller {
        static values = {
          string: "Number"
        }
      }

marcoroth avatar Apr 11 '24 03:04 marcoroth