Upgrade Denofill to work with Deno 1.12.2 and deno_std 0.103.0 #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@kitsonk
I'd like to see about updating denofill.
You mentioned here ( denoland/std#641 (comment) ) that you would like to. But I assume that you have your hands full with the standard deno projects.
I have tried to keep the project as close to what it already was as possible.
All tests pass and it runs in my browser project at the moment.
Major Changes
deps.ts
file as that seems to be the common way of doing this atm.Deno.build
in teh polyfill now states it's os to be linux, this is due to libraries in deno_std failing if that is not a recognized value. And linuux seemed teh best fit.Makefile
and a script to dynamically generate the unstable keys for testing from the current deno version rather than a fixed list.Minor Changes
I'm more than happy to look at making changes per any suggestions maybe removing makefile and finding a more deno way of batching commands.
Errors fixed.
Trying to bundle or run with the current version results in the following errors (Deno 1.12.2 and deno_std 0.103.0)