josdejong/svelte-jsoneditor

Separate the svelte component and the js wrapper

Ouverte

#372 ouverte le 15 déc. 2023

 (5 commentaires) (0 réaction) (0 personne assignée)TypeScript (147 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (1 260 étoiles)
Métriques de merge PR
 (Merge moyen 9h 26m) (5 PRs mergées en 30 j)

Description

It would be nice to bring all the functionality that is needed for use without svelte into a separate component that will be imported from js. And the pure svelte component will be imported from svelte. You also need to make native events in the svelte component (and pass them above), and use callbacks in the wrapper, etc.

Guide contributeur