Skip to content

Commit

Permalink
build: Remove build-specific polyfills
Browse files Browse the repository at this point in the history
It _seems_ they do not do anything - at least I compared the complete build ouput for node, core & browser with & without this, and it appeared _exactly_ the same.
  • Loading branch information
mydea committed Aug 14, 2023
1 parent e6e6ebf commit f21d0fc
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 590 deletions.
45 changes: 0 additions & 45 deletions packages/utils/src/buildPolyfills/_createNamedExportFrom.ts

This file was deleted.

52 changes: 0 additions & 52 deletions packages/utils/src/buildPolyfills/_createStarExport.ts

This file was deleted.

37 changes: 0 additions & 37 deletions packages/utils/src/buildPolyfills/_interopDefault.ts

This file was deleted.

45 changes: 0 additions & 45 deletions packages/utils/src/buildPolyfills/_interopNamespace.ts

This file was deleted.

43 changes: 0 additions & 43 deletions packages/utils/src/buildPolyfills/_interopNamespaceDefaultOnly.ts

This file was deleted.

42 changes: 0 additions & 42 deletions packages/utils/src/buildPolyfills/_interopRequireDefault.ts

This file was deleted.

55 changes: 0 additions & 55 deletions packages/utils/src/buildPolyfills/_interopRequireWildcard.ts

This file was deleted.

7 changes: 0 additions & 7 deletions packages/utils/src/buildPolyfills/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
export { _asyncNullishCoalesce } from './_asyncNullishCoalesce';
export { _asyncOptionalChain } from './_asyncOptionalChain';
export { _asyncOptionalChainDelete } from './_asyncOptionalChainDelete';
export { _createNamedExportFrom } from './_createNamedExportFrom';
export { _createStarExport } from './_createStarExport';
export { _interopDefault } from './_interopDefault';
export { _interopNamespace } from './_interopNamespace';
export { _interopNamespaceDefaultOnly } from './_interopNamespaceDefaultOnly';
export { _interopRequireDefault } from './_interopRequireDefault';
export { _interopRequireWildcard } from './_interopRequireWildcard';
export { _nullishCoalesce } from './_nullishCoalesce';
export { _optionalChain } from './_optionalChain';
export { _optionalChainDelete } from './_optionalChainDelete';

0 comments on commit f21d0fc

Please sign in to comment.