Catalyst is a set of patterns and techniques for developing components within a complex application.
Перейти к файлу
Keith Cirkel 5d9b9cbe3e
Merge pull request #321 from github/allow-for-objects-to-be-passed-to-lazydefine-avoiding-repeat-calls
Allow for objects to be passed to lazyDefine, avoiding repeat calls
2024-10-23 18:23:34 +01:00
.devcontainer add bundler and bundle install to enable docs build in codespaces 2022-10-21 09:59:29 +00:00
.github/workflows Merge branch 'main' into upgrade-actions-runners 2022-05-19 11:06:30 +01:00
docs docs: detail delimiters for actions 2024-06-28 21:50:18 +00:00
src create an object if given a string 2024-10-23 15:04:37 +01:00
test Allow for objects to be passed to lazyDefine, avoiding repeat calls 2024-10-23 14:32:25 +01:00
.eslintrc.json turn off unecessary lint rules for this package 2022-03-28 12:37:54 +01:00
.gitignore ignore coverage directory 2022-05-12 14:36:28 +01:00
.nvmrc
CODEOWNERS move AOR to primer 2022-09-23 19:10:29 +01:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
lighthouserc.json tweak error conditions for lighthouse 2022-05-19 11:03:11 +01:00
package-lock.json Allow for objects to be passed to lazyDefine, avoiding repeat calls 2024-10-23 14:32:25 +01:00
package.json Bump cacheable-request and @lhci/cli (#306) 2023-02-13 16:03:20 +01:00
tsconfig.build.json add tests to tsconfig for checking 2022-05-12 14:36:27 +01:00
tsconfig.json Allow for objects to be passed to lazyDefine, avoiding repeat calls 2024-10-23 14:32:25 +01:00
web-test-runner.config.js apply `nodeResolve: true` to web-test-runner config 2022-07-01 16:36:41 +01:00

README.md

Catalyst

Catalyst is a set of patterns and techniques for developing components within a complex application. At its core, Catalyst simply provides a small library of functions to make developing Web Components easier.

For more see the Catalyst Website which includes a Guide To using Catalyst.