Paul Thompson
Paul Thompson
More options for union serialisation. I particular ability to have a unit type field of a union serialise as users choice of `null`, `{}`, `[]` (or the existing: field label)...
Ability to opt out of unions code-generating as an enum. It complicates generic tools because unions that generate as enum have to be treated differently and during development a type...
Implement Nullable for c++ (target c++17 and use std::optional)
In c++ - given ADL module `module aa.bb.cc {};` it should be changed (non-backwards compatible) to generate c++ code in namespaces: ``` namespace aa { namespace bb { namespace cc...
Attempted the following: According to https://www.reddit.com/r/Deno/comments/hcdtrx/deno_faq_for_this_subreddit/ jspm.dev operates a rewriting service that transforms NPM modules. Therefore tried this deno typescript source: ``` import S3 from 'https://jspm.dev/@aws-sdk/client-s3'; async function test() {...
Apparantly there is a tool https://www.npmjs.com/package/denoify to transform .ts sources.
Working on this in https://github.com/PaulThompson/aws-sdk-js-v3/tree/master/deno
Denoify was too generic for the task - particularly the fact that all the `@aws-sdk/*` dependencies are right here in the repo. Had an attempt at doing the various find/replaces...
Thanks @christophgysin Yes and now deno 1.3.0 has the FileReader landed.
Thanks for the encouragement @trivikr and the work @christophgysin on https://github.com/christophgysin/aws-sdk-js-v3 https://deno.land/x/aws_sdk