No description
  • TypeScript 98.9%
  • Dockerfile 0.8%
  • JavaScript 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Marie Lucca 2848e32df4
Merge pull request #348 from github/dependabot/npm_and_yarn/npm_and_yarn-4e67b7c87e
Bump the npm_and_yarn group across 1 directory with 1 update
2026-07-09 22:18:10 -04:00
.devcontainer Bump to Node 24 2026-01-20 10:28:48 -05:00
.github/workflows Remove change from publish workflow 2026-02-09 12:02:59 -05:00
docs Fix CI: downgrade public_suffix to 5.1.1 compatible with Ruby 2.7.3 2026-04-21 16:09:05 +00:00
src lint 2026-04-20 14:13:41 +02:00
test fix: coalesce scan() into a single rAF to avoid paint delay on bulk DOM mutations 2026-04-16 15:50:48 +02: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 chore: add nvmrc 2020-03-24 14:34:29 +00:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-10-26 15:02:13 +00:00
CODEOWNERS move AOR to primer 2022-09-23 19:10:29 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2020-10-26 15:01:29 +00:00
LICENSE Create LICENSE 2020-03-13 12:13:42 +00:00
lighthouserc.json tweak error conditions for lighthouse 2022-05-19 11:03:11 +01:00
package-lock.json Bump the npm_and_yarn group across 1 directory with 1 update 2026-07-09 20:11:38 +00:00
package.json Bump the npm_and_yarn group across 1 directory with 4 updates 2026-01-21 20:36:30 +00:00
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
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 Set test timeout to 30 seconds 2026-01-20 10:31:57 -05:00

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.