tvkit
tvkit
Perhaps typescript support? I'm not that good at writing shims.
FYI, the button is non-functional. Tested on both Chrome and Firefox. 
Currently necessary to define the following interfaces locally since they're not exported. ``` interface ContentRect { readonly height: number; readonly left: number; readonly top: number; readonly width: number; } interface...
Regarding NetBeans setup, I found this which worked well: https://groups.google.com/forum/#!topic/antlr-discussion/A7wtqcN_c0s
lambda terminating prior to completion of ddb batch-write operation  https://github.com/aws-solutions/cognito-user-profiles-export-reference-architecture/blob/a923a3317b46de8dc9f4076ce15b667f89390262/source/workflow-export/export-users-in-group.js#L59 The following `await `can be applied directly within the lambda for deployments that rely on the existing unawaited behavior....
Any plans for built-in [nullish coalesing](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing) support? When `??` is added as a binary op similar to `||`, the right side evaluates regardless of the nullishness of the left side....