Catalyst is a set of patterns and techniques for developing components within a complex application.
Перейти к файлу
dependabot[bot] 4b45318bcf
Bump commonmarker from 0.23.7 to 0.23.10 in /docs
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.7 to 0.23.10.
- [Release notes](https://github.com/gjtorikian/commonmarker/releases)
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/v0.23.10/CHANGELOG.md)
- [Commits](https://github.com/gjtorikian/commonmarker/compare/v0.23.7...v0.23.10)

---
updated-dependencies:
- dependency-name: commonmarker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-25 00:10:49 +00: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 Bump commonmarker from 0.23.7 to 0.23.10 in /docs 2024-01-25 00:10:49 +00:00
src Observe shadow root in controller connectedCallback 2023-02-28 11:19:16 +01:00
test Observe shadow root in controller connectedCallback 2023-02-28 11:19:16 +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 Create CODE_OF_CONDUCT.md 2020-10-26 15:02:13 +00:00
CONTRIBUTING.md Create CONTRIBUTING.md 2020-10-26 15:01:29 +00:00
LICENSE
README.md Link to definition of Web Components 2021-02-18 09:45:16 +00:00
SECURITY.md Create SECURITY.md 2020-10-26 15:06:03 +00:00
lighthouserc.json tweak error conditions for lighthouse 2022-05-19 11:03:11 +01:00
package-lock.json Bump cacheable-request and @lhci/cli (#306) 2023-02-13 16:03:20 +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 add tests to tsconfig for checking 2022-05-12 14:36:27 +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.