Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Revert shared.symbol.package load support form require().
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Jan 30, 2019
1 parent 7913505 commit 448b859
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module/internal/make-require-function.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const { symbol } = shared

const ownExportsMap = new Map([
[symbol.entry, Entry],
[symbol.package, Package],
[symbol.realGetProxyDetails, realGetProxyDetails],
[symbol.realRequire, realRequire],
[symbol.runtime, Runtime],
Expand Down

0 comments on commit 448b859

Please sign in to comment.