stagas
stagas
allows for things like: ``` js client.methods(function(err, methods){ client.bind(client, methods); client.add(1, 2, function(err, n){ console.log(n); // => 3 }); }) ``` tests & docs included
It is not obvious how to use `@assemblyscript/loader` with the browser sdk example, I had to download the loader separately but I see there are some instantiate bits in the...
This PR adds the functionality for the **jest plugin** transformer to use **transformer configuration** options defined in jest.config. In short, this works now: ``` module.exports = { ... transform: {...
(This needs to be merged on top of https://github.com/LeaVerou/dabblet/pull/206). I basically changed code/dabblet.js Dabblet.title() to use a utility that parses both the title and the comment body. I was planning...
Unit tests setup for tests I'm using in https://github.com/LeaVerou/dabblet/pull/207.
### Rollup Version - ### Operating System (or Browser) - ### Node Version (if applicable) _No response_ ### Link To Reproduction https://github.com/rollup/rollup/blob/fc08bcc7fe236ab7c904de933f37e3e8d24567b4/src/ast/nodes/MetaProperty.ts#L220 ### Expected Behaviour In a test environment where...
Changes this: ```ts @$.element() class Foo extends HTMLElement { @$.attr() color = 'blue' @$.attr() another = 123 @$.attr() withCapital = true button?: HTMLButtonElement result?: number = 123 ``` to this:...
I love this. Are there plans to add notifications for organizations? It would also be great if we could select which ones we want to receive notifications from.
awesome stuff! can these be found separately anywhere or is everything bundled together like this? if so, you should consider decoupling to individual [components](https://github.com/component/component/wiki/Components) and requiring them in.
This PR adds **types exports**. In cases where I want to programmatically prepare different configurations in a different context and then passing them to `add()`, `cycle()`, `complete()` etc... I need...