Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of chancancode/ember-concurrency-async

Account's avatar
babel/babel
General utilities for plugins to use
Account's avatar
babel/babel
Babel Types is a Lodash-esque utility library for AST nodes
Account's avatar
emberjs/ember-cli-babel
Ember CLI addon for Babel
Account's avatar
dfreeman/ember-cli-babel-plugin-helpers
Utilities for managing installed Babel plugins in an Ember app or addon
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
Allow parsing of class properties
Account's avatar
babel/babel
Allow parsing of decorators
Account's avatar
emberjs/ember-optional-features
The default blueprint for ember-cli addons.
Account's avatar
emberjs/ember.js
Glimmer component library
Account's avatar
glimmerjs/glimmer.js
Glimmer property tracking library
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for @babel/core
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
conartist6/babel-plugin-recast
Wraps your babel parser in recast
Account's avatar
rickharrison/broccoli-asset-rev
broccoli asset revisions (fingerprint)
Account's avatar
embroider-build/ember-auto-import
Zero-config import from NPM packages
Account's avatar
ember-cli/ember-cli
Command line tool for developing ambitious ember.js apps
Account's avatar
adopted-ember-addons/ember-cli-dependency-checker
Ember CLI addon for detecting missing npm and bower dependencies before executing ember commands
Account's avatar
ember-cli/ember-cli-htmlbars
A library for adding htmlbars to ember CLI
Account's avatar
rwjblue/ember-cli-inject-live-reload
Plugin for ember-cli that injects live-reload script into HTML content.
Account's avatar
jonathanKingston/ember-cli-sri
SRI generation for Ember CLI
Account's avatar
ember-cli/ember-cli-uglify
JavaScript minification for Ember-CLI
Account's avatar
machty/ember-concurrency
Improved concurrency/async primitives for Ember.js
Account's avatar
chancancode/ember-concurrency-ts
TypeScript utilities for ember-concurrency
Account's avatar
ember-cli/ember-disable-prototype-extensions
Disable Ember's prototype extensions.
Account's avatar
ember-cli/ember-export-application-global
Sets `window.MyAppName` up as the application instance upon boot.
Account's avatar
ember-cli/ember-load-initializers
A tiny add-on to autoload your initializer files in ember-cli.
Account's avatar
machty/ember-maybe-import-regenerator
The default blueprint for ember-cli addons.
Account's avatar
emberjs/ember-qunit
QUnit helpers for testing Ember.js applications
Account's avatar
ember-cli/ember-resolver
The default modules based resolver for Ember CLI.
Account's avatar
emberjs/ember.js
A JavaScript framework for creating ambitious web applications
Account's avatar
rwjblue/ember-source-channel-url
Determine the URL to a given Ember channels (beta, canary, etc) latest tarball.
Account's avatar
ember-cli/ember-try
An ember-cli addon to test against multiple dependencies, such as ember and ember-data.
Account's avatar
ember-cli/eslint-plugin-ember
ESLint plugin for Ember.js apps
Account's avatar
jest-community/eslint-plugin-jest
ESLint rules for Jest
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
ember-cli/loader.js
loader.js =========
Account's avatar
mainmatter/qunit-dom
High Level DOM Assertions for QUnit

Support the repos that depend on this repository

Top contributors

chancancode's profile
chancancode
21 contributions
wagenet's profile
wagenet
21 contributions
dependabot[bot]'s profile
dependabot[bot]
15 contributions
jamescdavis's profile
jamescdavis
13 contributions
maxfierke's profile
maxfierke
6 contributions
machty's profile
machty
1 contributions
simonihmig's profile
simonihmig
1 contributions
ember-tomster's profile
ember-tomster
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
chancancode

chancancode/ember-concurrency-async

Async task functions for ember-concurrency

JavaScript
53
6
MIT License

ember‑concurrency‑async is an Ember add‑on that lets developers write ember‑concurrency tasks as regular `async` methods (or async arrow functions) instead of generator functions, then rewrites them to the required generator syntax at build time via a Babel plugin. It improves TypeScript support and IDE experience for Ember apps that use ember‑concurrency, and works with the standard task decorators (`@task`, `@restartableTask`, etc.) on Ember 3.24+ projects. This package is aimed at Ember developers who want a more familiar async/await API for their concurrent tasks.