Deno ^1.9.0 introduced some changes which means we are no somewhat more restricted with accessing property descriptors / prototype ( REF: https://github.com/denoland/deno/releases/tag/v1.9.0). This changes fixes the missing headers by manually transfering the required properties.
Issue
Fixes #27
Details
Deno ^1.9.0 introduced some changes which means we are no somewhat more restricted with accessing property descriptors / prototype ( REF: https://github.com/denoland/deno/releases/tag/v1.9.0). This changes fixes the missing headers by manually transfering the required properties.
Formatting and upgrades to versions as well.
Should be noted that had to reduce the test coverage due to a bug found in Opine - tracking here --> https://github.com/asos-craigmorten/superdeno/issues/28
CheckList