Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.eslintignore
.eslintrc.yml
.github/CONTRIBUTING.md
.github/FUNDING.yml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/test.yml
.gitignore
.prettierignore
.prettierrc.cjs
AWESOME.md
CODE_OF_CONDUCT.md
LICENSE.txt
Makefile
README.md
package-lock.json
package.json
rollup.config.js28
src/api/__.js26
src/api/component.js10
src/api/install.js7
src/api/mount.js7
src/api/pure.js7
src/api/register.js11
src/api/uninstall.js6
src/api/unmount.js10
src/api/unregister.js9
src/api/version.js1
src/api/with-types.js1
src/compiler/compile-from-string.js4
src/compiler/compile-from-url.js6
src/compiler/compile.js16
src/compiler/component-with-slots.js12
src/compiler/define-window-riot-global-registry.js4
src/compiler/evaluate.js12
src/compiler/global-registry.js1
src/compiler/inject.js10
src/compiler/mount-with-slots.js8
src/compiler/transpile.js6
src/core/add-css-hook.js8
src/core/bind-dom-node-to-component-instance.js3
src/core/component-dom-selectors.js9
src/core/component-lifecycle-methods.js19
src/core/component-template-factory.js17
src/core/compute-component-state.js7
src/core/compute-initial-props.js7
src/core/create-attribute-bindings.js13
src/core/create-component-from-wrapper.js69
A
1 hr
src/core/create-core-api-methods.js14