* This addon is used to register a custom AMD transform for app and addons to use. * * @class AmdTransformAddon * @constructor
(project)
| 8 | * @constructor |
| 9 | */ |
| 10 | constructor(project) { |
| 11 | this.project = project; |
| 12 | this.name = 'amd-transform'; |
| 13 | } |
| 14 | |
| 15 | importTransforms() { |
| 16 | const shimAmd = require('./amd-shim'); |
nothing calls this directly
no outgoing calls
no test coverage detected