wiki.techinc.nl/resources/lib/codex/modules/buttonHelpers.js
Anne Tomasevich b6f8c9525f Add module and manifest files to the codex RL module
In preparation for updates to the CodexModule class, which will
enable ResourceLoader modules to request a subset of Codex
components, styles, and/or composables, add the distributed
module files for each component and composable, plus the
generated manifests that map dependencies.

This patch both:
- Includes the module directory in the foreign resource definition,
  so the module and manifest files will be included during
  subsequent releases
- Adds the files themselves

Bug: T350054
Change-Id: I8f03eceb053d3edb690d6f0182da438cfff7c468
2023-12-01 00:22:36 +00:00

1 line
111 B
JavaScript

"use strict";function l(e){return e.label===void 0?e.value:e.label===null?"":e.label}exports.getButtonLabel=l;