Detalhes do pacote

@agoric/transform-eventual-send

Agoric2.5kApache-2.01.4.9

transform-eventual-send

readme (leia-me)

Transform Bang

This repository contains an SES transformer that enables the use of eventual send by parsing the infix bang syntax, and augments all endowments with a Promise class that implements the necessary methods.

See test/ses-test.js for how this can be used.

changelog (log de mudanças)

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.4.9 (2021-05-10)

Note: Version bump only for package @agoric/transform-eventual-send

1.4.8 (2021-05-05)

Note: Version bump only for package @agoric/transform-eventual-send

1.4.7 (2021-05-05)

Note: Version bump only for package @agoric/transform-eventual-send

1.4.6 (2021-04-07)

Note: Version bump only for package @agoric/transform-eventual-send

1.4.5 (2021-04-06)

Note: Version bump only for package @agoric/transform-eventual-send

1.4.4 (2021-03-24)

Note: Version bump only for package @agoric/transform-eventual-send

1.4.3 (2021-03-16)

Bug Fixes

  • make separate 'test:xs' target, remove XS from 'test' target (b9c1a69), closes #2647

1.4.2 (2021-02-22)

Note: Version bump only for package @agoric/transform-eventual-send

1.4.1 (2021-02-16)

Note: Version bump only for package @agoric/transform-eventual-send

1.4.0 (2020-12-10)

Features

  • import-bundle: Preliminary support Endo zip hex bundle format (#1983) (983681b)

1.3.5 (2020-11-07)

Note: Version bump only for package @agoric/transform-eventual-send

1.3.5-dev.0 (2020-10-19)

Note: Version bump only for package @agoric/transform-eventual-send

1.3.4 (2020-10-11)

Note: Version bump only for package @agoric/transform-eventual-send

1.3.4-dev.2 (2020-09-18)

Note: Version bump only for package @agoric/transform-eventual-send

1.3.4-dev.1 (2020-09-18)

Note: Version bump only for package @agoric/transform-eventual-send

1.3.4-dev.0 (2020-09-18)

Note: Version bump only for package @agoric/transform-eventual-send

1.3.3 (2020-09-16)

Note: Version bump only for package @agoric/transform-eventual-send

1.3.2 (2020-08-31)

Bug Fixes

  • reduce inconsistency among our linting rules (#1492) (b6b675e)

1.3.1 (2020-06-30)

Note: Version bump only for package @agoric/transform-eventual-send

1.3.0 (2020-05-17)

Bug Fixes

  • transform-eventual-send: split out rewriter.js to fix cycle (8a54d36)
  • make output from bundleSource correspond to source map lines (c1ddd4a)
  • remove many build steps (6c7d3bb)

Features

  • transform-eventual-send: expose bare transform function too (0bb35eb)

1.2.4 (2020-05-10)

Note: Version bump only for package @agoric/transform-eventual-send

1.2.3 (2020-05-04)

Bug Fixes

  • implement nestedEvaluate where it was missing (8f7d17f)
  • use the new (typed) harden package (2eb1af0)

1.2.2 (2020-04-13)

Note: Version bump only for package @agoric/transform-eventual-send

1.2.2-alpha.0 (2020-04-12)

Note: Version bump only for package @agoric/transform-eventual-send

1.2.1 (2020-04-02)

Note: Version bump only for package @agoric/transform-eventual-send

1.2.1-alpha.0 (2020-04-02)

Note: Version bump only for package @agoric/transform-eventual-send

1.2.0 (2020-03-26)

Bug Fixes

  • eventual-send: Update the API throughout agoric-sdk (97fc1e7)
  • SwingSet: passing all tests (341718b)

Features

  • transform-eventual-send: pass HandledPromise endowment to evaluator (7a5b74d)