Skip to content

Commit

Permalink
docs: remove worker from module resolution docs (#16352)
Browse files Browse the repository at this point in the history
  • Loading branch information
RiskyMH authored Jan 12, 2025
1 parent 11feeff commit e87200a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/runtime/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ Once it finds the `foo` package, Bun reads the `package.json` to determine how t
"name": "foo",
"exports": {
"bun": "./index.js",
"worker": "./index.js",
"node": "./index.js",
"require": "./index.js", // if importer is CommonJS
"import": "./index.mjs", // if importer is ES module
Expand Down

0 comments on commit e87200a

Please sign in to comment.