@preply/ds-runtime
v0.93.0
Published
> Runtime instrumentation for validation, deprecations and insights.
Downloads
67
Keywords
Readme
@preply/ds-runtime
Runtime instrumentation for validation, deprecations and insights.
Using the Design System in your application or library?
Follow the instructions in @preply/ds-workspace.
Contributing
Reach out to #design-system-public if you think you can help and keep an eye on DS Confluence for more docs, guides, work in progress, decisions, the works.
Development
You probably want to execute yarn dev
and/or yarn docs
in the root, as per instructions in @preply/ds-workspace.
For quicker - and more focused - feedback, you can also directly use the scripts in this package directory, but make sure you have first executed yarn build
in root, or that you have the root yarn dev
script running in the background.
Tooling
Details about tools and configurations in @preply/ds-workspace.
Compilation
This package is compiled as a single module.
Dependencies
- pure/vanilla no dependencies on React or other frameworks
- Internally, depends only on
@preply/ds-core-types
:warning: do not add runtime dependencies on any other DS packages. For instance, adding a dependency on @preply/ds-core
led to DES-766: fix runtime crashing in all environments.