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 = { string: "Number" } } ```