Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: 1.0.0-alpha10 #302

Merged
merged 30 commits into from
Jun 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
27bf2c8
feat: changes for release `1.0-alpha10`
sgammon Jun 5, 2024
74e6487
fix: `process` global
sgammon Jun 9, 2024
090408c
feat: initial support for internal intrinsics
sgammon Jun 16, 2024
a9d4307
fix: externs for `primordials`
sgammon Jun 16, 2024
b45be74
fix: missing `timers` host module
sgammon Jun 17, 2024
590bb3e
fix: deferred init of module intrinsics
sgammon Jun 17, 2024
6d14ddb
feat: support runtime internals (`primordials`)
sgammon Jun 18, 2024
c06785c
chore(deps): bump actions/setup-node from 3.7.0 to 4.0.2
dependabot[bot] Jun 10, 2024
acde1e1
chore(deps): bump ossf/scorecard-action from 2.0.6 to 2.3.3
dependabot[bot] Jun 10, 2024
4b68c8b
chore(deps): bump google-github-actions/auth from 1.1.1 to 2.1.3
dependabot[bot] Jun 10, 2024
efef4df
chore(deps): bump actions/upload-artifact from 3.1.2 to 4.3.3
dependabot[bot] Jun 10, 2024
ef32a5b
chore(deps): bump @types/node from 20.12.11 to 20.14.2
dependabot[bot] Jun 10, 2024
5901f1e
chore(deps): bump graalvm/setup-graalvm from 1.1.2 to 1.2.1
dependabot[bot] Jun 9, 2024
fea23ed
chore(deps): bump follow-redirects from 1.15.2 to 1.15.6
dependabot[bot] Jun 9, 2024
468f8b5
fix: `Blob` and `Base64` for new buffers
sgammon Jun 18, 2024
03925da
feat: adopt new `buffer` module
sgammon Jun 18, 2024
8be621d
feat: add js preload script
sgammon Jun 18, 2024
20ad4ba
chore: cleanup superfluous facade stuff
sgammon Jun 18, 2024
3350062
chore: drop gz compression from builtin module bundles
sgammon Jun 18, 2024
2e89e06
fix: drop old ts runtime stuff
sgammon Jun 18, 2024
3c2a937
fix: error bridge, polyfills
sgammon Jun 18, 2024
56d4e97
fix: merging of main `Elide` object
sgammon Jun 19, 2024
2363a6d
fix: entrypoint/js error types
sgammon Jun 19, 2024
d3fbe12
chore: eliminate entrypoint use in runtime again
sgammon Jun 19, 2024
c9d0bc4
feat: support nodejs buffer module.
darvld Jun 18, 2024
387669f
chore(js): drop `TextEncoder` polyfill
sgammon Jun 23, 2024
247d695
chore: fix pnpm lock
sgammon Jun 23, 2024
7c1c3cc
fix: ci build targets
sgammon Jun 23, 2024
14aaa4d
chore: drop textencoder target
sgammon Jun 23, 2024
52903d0
chore: version bump → `1.0.0-alpha10`
sgammon Jun 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(js): drop TextEncoder polyfill
Relates-To: elide-dev/elide#1043
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Jun 23, 2024
commit 387669f6e50f097f894186cab843af81b5a7000b
1 change: 0 additions & 1 deletion elide/runtime/js/polyfills/polyfills.js
Original file line number Diff line number Diff line change
@@ -15,4 +15,3 @@ import "./abort-controller.js";
import "./buffer.js";
import "./once.js";
import "./readable-stream.mjs";
import "./textencoder.js";