1.0.4 • Published 2 years ago

@sylo-digital/action-transpiler v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@sylo-digital/action-transpiler

Convert scripts from legacy formats into the new format. This can never be perfect but it should be good enough for >99% of actions.

import { convert } from "@sylo-digital/action-transpiler";
const script = `{note;This does something interesting}\n{user.mention;{note;example}}`;
const converted = convert(script);
console.log(converted);
// This does something interesting
{user.mention;{void;example}}
1.0.2

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago