Sha256: 4e435b0156fdc805e252189195f1d5328dca09bc1a3147860b471a33a0cee447

Contents?: true

Size: 589 Bytes

Versions: 33

Compression:

Stored size: 589 Bytes

Contents

import { identifierForContextKey } from "@stimulus/webpack-helpers"

import ClipboardController from './clipboard_controller'
import FormController from './form_controller'
import MobileMenuController from './mobile_menu_controller'

export const controllerDefinitions = [
  [ClipboardController, 'clipboard_controller.js'],
  [FormController, 'form_controller.js'],
  [MobileMenuController, 'mobile_menu_controller.js'],
].map(function(d) {
  const key = d[1]
  const controller = d[0]
  return {
    identifier: identifierForContextKey(key),
    controllerConstructor: controller
  }
})

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
bullet_train-1.0.46 app/javascript/controllers/index.js
bullet_train-1.0.45 app/javascript/controllers/index.js
bullet_train-1.0.42 app/javascript/controllers/index.js
bullet_train-1.0.41 app/javascript/controllers/index.js
bullet_train-1.0.40 app/javascript/controllers/index.js
bullet_train-1.0.39 app/javascript/controllers/index.js
bullet_train-1.0.38 app/javascript/controllers/index.js
bullet_train-1.0.37 app/javascript/controllers/index.js
bullet_train-1.0.36 app/javascript/controllers/index.js
bullet_train-1.0.35 app/javascript/controllers/index.js
bullet_train-1.0.34 app/javascript/controllers/index.js
bullet_train-1.0.33 app/javascript/controllers/index.js
bullet_train-1.0.32 app/javascript/controllers/index.js