@azure/abort-controller 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/aborter.ts DELETED
@@ -1,11 +0,0 @@
1
- // Changes to Aborter
2
- // * Rename Aborter to AbortSignal
3
- // * Remove withValue and getValue - async context should be solved differently/wholistically, not tied to cancellation
4
- // * Remove withTimeout, it's moved to the controller
5
- // * AbortSignal constructor no longer takes a parent. Cancellation graphs are created from the controller.
6
-
7
- // Potential changes to align with DOM Spec
8
- // * dispatchEvent on Signal
9
-
10
- export { AbortController, AbortError } from "./AbortController";
11
- export { AbortSignal, AbortSignalLike } from "./AbortSignal";
package/tsconfig.json DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "extends": "../../../tsconfig.package",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "declarationDir": "./types",
6
- "outDir": "./dist-esm"
7
- },
8
- "compileOnSave": true,
9
- "exclude": ["node_modules", "./types/**/*.d.ts", "./samples/**/*.ts"],
10
- "include": ["./src/**/*.ts", "./test/**/*.ts"]
11
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"aborter.d.ts","sourceRoot":"","sources":["../../src/aborter.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC"}