async-signals
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -1,2 +0,2 @@ | ||
import { AsyncSignal } from "./async-signals"; | ||
import { AsyncSignal } from "./async-signals.js"; | ||
/** | ||
@@ -3,0 +3,0 @@ * Waits for the signal to completes its task and returns its value |
import { Signal } from "signal-polyfill"; | ||
import { AsyncState } from "./async-signals"; | ||
import { AsyncState } from "./async-signals.js"; | ||
// NOTE: This scheduling logic is too basic to be useful. Do not copy/paste. | ||
@@ -4,0 +4,0 @@ // This function would usually live in a library/framework, not application code |
{ | ||
"name": "async-signals", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Synthatic sugar and utilities to support async tasks on top of signal-polyfill", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import { Signal } from "signal-polyfill"; | ||
import { AsyncSignal, AsyncState } from "./async-signals"; | ||
import { AsyncSignal, AsyncState } from "./async-signals.js"; | ||
@@ -4,0 +4,0 @@ // NOTE: This scheduling logic is too basic to be useful. Do not copy/paste. |
Sorry, the diff of this file is not supported yet
41119