Skip to content

Commit

Permalink
Remove abortcontroller-polyfill (#9592)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic authored Mar 21, 2024
1 parent b6281c7 commit ec3f4a5
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 31 deletions.
15 changes: 0 additions & 15 deletions flow-libs/abortcontroller-polyfill.js.flow

This file was deleted.

1 change: 0 additions & 1 deletion packages/core/cache/src/FSCache.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import type {FilePath} from '@parcel/types';
import type {FileSystem} from '@parcel/fs';
import type {Cache} from './types';

import type {AbortSignal} from 'abortcontroller-polyfill/dist/cjs-ponyfill';
import stream from 'stream';
import path from 'path';
import {promisify} from 'util';
Expand Down
1 change: 0 additions & 1 deletion packages/core/cache/src/LMDBCache.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type {FilePath} from '@parcel/types';
import type {Cache} from './types';
import type {Readable, Writable} from 'stream';

import type {AbortSignal} from 'abortcontroller-polyfill/dist/cjs-ponyfill';
import stream from 'stream';
import path from 'path';
import {promisify} from 'util';
Expand Down
1 change: 0 additions & 1 deletion packages/core/cache/src/types.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// @flow
import type {Readable} from 'stream';
import type {AbortSignal} from 'abortcontroller-polyfill/dist/cjs-ponyfill';

export interface Cache {
ensure(): Promise<void>;
Expand Down
1 change: 0 additions & 1 deletion packages/core/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@parcel/types": "2.12.0",
"@parcel/utils": "2.12.0",
"@parcel/workers": "2.12.0",
"abortcontroller-polyfill": "^1.1.9",
"base-x": "^3.0.8",
"browserslist": "^4.6.6",
"clone": "^2.1.1",
Expand Down
2 changes: 0 additions & 2 deletions packages/core/core/src/Parcel.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import type {ParcelOptions} from './types';
// eslint-disable-next-line no-unused-vars
import type {FarmOptions, SharedReference} from '@parcel/workers';
import type {Diagnostic} from '@parcel/diagnostic';
import type {AbortSignal} from 'abortcontroller-polyfill/dist/cjs-ponyfill';

import invariant from 'assert';
import ThrowableDiagnostic, {anyToDiagnostic} from '@parcel/diagnostic';
Expand All @@ -32,7 +31,6 @@ import dumpGraphToGraphViz from './dumpGraphToGraphViz';
import resolveOptions from './resolveOptions';
import {ValueEmitter} from '@parcel/events';
import {registerCoreWithSerializer} from './registerCoreWithSerializer';
import {AbortController} from 'abortcontroller-polyfill/dist/cjs-ponyfill';
import {PromiseQueue} from '@parcel/utils';
import ParcelConfig from './ParcelConfig';
import logger from '@parcel/logger';
Expand Down
1 change: 0 additions & 1 deletion packages/core/core/src/RequestTracker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// @flow strict-local

import type {AbortSignal} from 'abortcontroller-polyfill/dist/cjs-ponyfill';
import type {Async, EnvMap} from '@parcel/types';
import type {Options as WatcherOptions, Event} from '@parcel/watcher';
import type WorkerFarm from '@parcel/workers';
Expand Down
1 change: 0 additions & 1 deletion packages/core/core/src/requests/BundleGraphRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import type {
ParcelOptions,
} from '../types';
import type {ConfigAndCachePath} from './ParcelConfigRequest';
import type {AbortSignal} from 'abortcontroller-polyfill/dist/cjs-ponyfill';

import invariant from 'assert';
import assert from 'assert';
Expand Down
1 change: 0 additions & 1 deletion packages/core/core/src/requests/ParcelBuildRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import type {ContentKey} from '@parcel/graph';
import type {Async} from '@parcel/types';
import type {SharedReference} from '@parcel/workers';
import type {AbortSignal} from 'abortcontroller-polyfill/dist/cjs-ponyfill';

import type {StaticRunOpts} from '../RequestTracker';
import type {Asset, AssetGroup, PackagedBundleInfo} from '../types';
Expand Down
1 change: 0 additions & 1 deletion packages/core/core/src/utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// @flow strict-local

import type {AbortSignal} from 'abortcontroller-polyfill/dist/cjs-ponyfill';
import type {
FilePath,
FileCreateInvalidation,
Expand Down
1 change: 0 additions & 1 deletion packages/core/core/test/RequestTracker.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// @flow strict-local

import assert from 'assert';
import {AbortController} from 'abortcontroller-polyfill/dist/cjs-ponyfill';
import nullthrows from 'nullthrows';
import RequestTracker, {type RunAPI} from '../src/RequestTracker';
import WorkerFarm from '@parcel/workers';
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2967,11 +2967,6 @@ abbrev@^2.0.0:
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-2.0.0.tgz#cf59829b8b4f03f89dda2771cb7f3653828c89bf"
integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==

abortcontroller-polyfill@^1.1.9:
version "1.4.0"
resolved "https://registry.yarnpkg.com/abortcontroller-polyfill/-/abortcontroller-polyfill-1.4.0.tgz#0d5eb58e522a461774af8086414f68e1dda7a6c4"
integrity sha512-3ZFfCRfDzx3GFjO6RAkYx81lPGpUS20ISxux9gLxuKnqafNcFQo59+IoZqpO2WvQlyc287B62HDnDdNYRmlvWA==

acorn-globals@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-6.0.0.tgz#46cdd39f0f8ff08a876619b55f5ac8a6dc770b45"
Expand Down

0 comments on commit ec3f4a5

Please sign in to comment.