ypipe-watch
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

ypipe-watch

watch plugin for ypipe

Example:

const {compile} = require("ypipe")
const { w } = require("ypipe-watch");

const t = "w'[a|b]c";
    
const f = compile(t, {
        namespace: {a, b, c},
        plugins: {w: w(["*.js"])}
    });

async function main(){
    await f();
}

main();

Package Sidebar

Install

npm i ypipe-watch

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

5.97 kB

Total Files

5

Last publish

Collaborators

  • yellow.machine