interlockjs/interlock

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.babelrc
.eslintignore
.eslintrc
.gitignore
.npmignore
LICENSE
README.md
circle.yml
docs/compilation.json
docs/extensibility.md
example/package.json
package.json
scripts/validate-docs.sh
src/compile/construct/templates/common-module.jst
src/compile/construct/templates/iife.jst
src/compile/construct/templates/module-set.jst
src/compile/construct/templates/register-urls.jst
src/compile/construct/templates/runtime.jst
example/app/entry-a.js5
example/app/entry-b.js4
example/app/shared/lib-a.js6
example/app/shared/lib-b.js5
example/app/shared/lib-c.js2
example/app/shared/required-but-not-assigned.js1
example/build.js4
example/example-plugin.js15
example/ilk-config.js19
example/preset.js4
index.js13
scripts/generate-docs.js19
src/cli/ilk-build.js30
src/cli/ilk-server.js56
A
1 hr
src/cli/ilk-watch.js0
src/cli/ilk.js22
src/compile/bundles/dedupe-explicit.js22
src/compile/bundles/dedupe-implicit.js30
A
25 mins
src/compile/bundles/generate-raw.js49
src/compile/bundles/generate.js26
src/compile/bundles/get-seeds.js16
A
2 hrs
src/compile/bundles/hash.js23
src/compile/bundles/init.js26
src/compile/bundles/interpolate-filename.js12
src/compile/construct/index.js84
src/compile/index.js67
src/compile/modules/compile.js70
src/compile/modules/generate-id.js10
src/compile/modules/generate-maps.js12
src/compile/modules/get-seeds.js12
src/compile/modules/hash.js22
src/compile/modules/load.js18