Skip to content

elgertam/svelte-syndicate

Repository files navigation

Svelte-Syndicate

A Svelte preprocessor for the JavaScript and TypeScript flavors of the Syndicate language

Usage

Add into your Svelte project's configuration.

E.g.:

// svelte.config.js
import preprocess from 'svelte-syndicate';

const config = {
  preprocess: preprocess({
    // ...svelte-syndicate compiler options
  }),
  // ...other svelte options
};

export default config;

Note, if you're using typescript (and we think you should!), you'll need to configure typescript compilation separately, probably through svelte-preprocess.

TODO

  • Beef up the tests
  • Add a module for treating Syndicate as a Svelte store (if technically feasible & semantically valid)

About

Svelte plugin for the Syndicate/JS language. https://syndicate-lang.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published