stimulus-parser
stimulus-parser copied to clipboard
Support inferred Value Definition types
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"
}
}