solid-js

v1.3.1
A declarative JavaScript library for building user interfaces.
solid solidjs ui reactive components compiler performance

test

jest && npm run test:types

bench

node --allow-natives-syntax bench/bench.cjs

build

npm-run-all -cnl build:*

clean

rimraf dist/ types/ coverage/ store/dist/ store/types/ web/dist/ web/types/ h/dist/ h/types/ html/dist/ html/types/

build:js

ncp ../../node_modules/dom-expressions/src/jsx.d.ts ./src/jsx.d.ts && rollup -c

prebuild

npm run clean

build:link

symlink-dir . node_modules/solid-js

test:types

tsc --project tsconfig.test.json

build:types

tsc --project ./tsconfig.build.json

build:types-h

tsc --project ./h/tsconfig.json

test:coverage

jest --coverage && npm run test:types

build:types-web

tsc --project ./web/tsconfig.build.json && tsconfig-replace-paths --project ./web/tsconfig.types.json

build:types-html

tsc --project ./html/tsconfig.json

build:types-store

tsc --project ./store/tsconfig.build.json && tsconfig-replace-paths --project ./store/tsconfig.types.json

build:types-universal

tsc --project ./universal/tsconfig.json

Metadata

  • MIT
  • Whatever
  • Ryan Carniato
  • released 1/6/2022

Downloads

Maintainers