didi

v9.0.1
Dependency Injection for JavaScript
di inversion of control dependency injection injector

all

run-s lint test bundle check-types integration-test

bundle

cross-env NODE_ENV=production rollup -c

lint

run-s lint:*

lint:eslint

eslint --ext .ts --ext .js .

lint:tsc

tsc --pretty --noEmit

check-types

run-s check-types:*

check-types:test

tsc --project test --pretty --noEmit

check-types:integration

tsc --project test/integration --pretty --noEmit

test

nyc --reporter=lcov mocha -r esm test/*.spec.js

integration-test

(cd test/integration && mocha -r ts-node/register *.spec.{js,ts})

prepare

run-s bundle

Metadata

  • MIT
  • Whatever
  • Nico Rehwaldt
  • released 1/23/2023

Downloads

Maintainers