Skip to content

@stackables/bridge-core@1.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Mar 16:47
· 4 commits to main since this release
e16ef7d

Minor Changes

  • 848282b Thanks @aarne! - Get syntax highlighting directly in typescript files

    import { bridge, parseBridge } from "@stackables/bridge";
    
    const doc = parseBridge(bridge`
      version 1.5
      bridge Query.hello {
        with input as i
        with output as o
        o.message <- i.name
      }
    `);