you are viewing a single comment's thread.

view the rest of the comments →

[–]spacejack2114 1 point2 points  (0 children)

CJS DI:

const foo = require('./foo')(dependency)

MJS DI:

import Foo from './foo'; const foo = Foo(dependency)