MCPcopy
hub / github.com/aurelia/framework / module1Configure

Function module1Configure

test/framework-configuration.spec.ts:343–347  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

341 it('should not call the same plugin configure twice when using both module id and fns', done => {
342 let count = 0;
343 function module1Configure(config) {
344 config
345 .plugin('c.js')
346 .plugin('b.js');
347 }
348 function module2Configure(config) {
349 config
350 .plugin('c.js')

Callers

nothing calls this directly

Calls 1

pluginMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…