Skip to content

Commit

Permalink
fix(transform-eventual-send)!: remove old-SES code, build step
Browse files Browse the repository at this point in the history
This removes `@agoric/transform-eventual-send/src/rewriter`, which was used
to build a tildot transformation function that fit into the old-SES Realm
`transforms` option. Now that we're using new SES, it is no longer needed.
The unit test which exercised it was removed too, in favor of one that simply
tests the core string-to-string transform function.

This also removes the `yarn build` step, which used `rollup` to create a
single-file distribution bundle. We're removing these bundle steps across the
codebase.
  • Loading branch information
warner committed Jun 26, 2020
1 parent 2549215 commit d1756df
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 348 deletions.
9 changes: 1 addition & 8 deletions packages/transform-eventual-send/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,13 @@
"test": "tape -r esm 'test/**/*.js'",
"lint-fix": "eslint --fix '**/*.js'",
"lint-check": "eslint '**/*.js'",
"build": "node -r esm ./scripts/build-esend.js"
"build": "exit 0"
},
"devDependencies": {
"@agoric/acorn-eventual-send": "^2.0.5",
"@agoric/babel-parser": "^7.6.4",
"@agoric/bundle-source": "^1.1.5",
"@agoric/eventual-send": "^0.9.2",
"@agoric/harden": "^0.0.8",
"@babel/generator": "^7.5.0",
"astring": "^1.4.0",
"esm": "^3.2.5",
"rollup": "^1.16.6",
"rollup-plugin-node-resolve": "^5.2.0",
"ses": "^0.6.5",
"tap-spec": "^5.0.0",
"tape": "^4.9.2",
"tape-promise": "^4.0.0"
Expand Down
23 changes: 0 additions & 23 deletions packages/transform-eventual-send/rollup.config.js

This file was deleted.

27 changes: 0 additions & 27 deletions packages/transform-eventual-send/scripts/build-esend.js

This file was deleted.

86 changes: 0 additions & 86 deletions packages/transform-eventual-send/src/rewriter.js

This file was deleted.

204 changes: 0 additions & 204 deletions packages/transform-eventual-send/test/ses-test.js

This file was deleted.

Loading

0 comments on commit d1756df

Please sign in to comment.