Skip to content

Commit

Permalink
fixup! more
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Oct 14, 2024
1 parent ebc7fa9 commit e6e9f31
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/module-source/test/fixtures/exportheavy.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ export {
export { getErrorConstructor, toPassableError } from './src/helpers/error.js';
export { getInterfaceOf } from './src/helpers/remotable.js';

export {
nameForPassableSymbol,
passableSymbolForName,
} from './src/helpers/symbol.js';

export { passStyleOf, assertPassable } from './src/passStyleOf.js';

export { deeplyFulfilled } from './src/deeplyFulfilled.js';
Expand All @@ -42,9 +37,6 @@ export {
// eslint-disable-next-line import/export
export * from './src/types.js';


const { details: X, Fail } = assert;

// This is a pathological minimum, but exercised by the unit test.
export const MIN_DATA_BUFFER_LENGTH = 1;

Expand Down

0 comments on commit e6e9f31

Please sign in to comment.