Skip to content

feat(learn): add Package Configuration article #7229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 42 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
7ed8fe4
feat(learn): add Package Configuration article
JakobJingleheimer Nov 14, 2024
5a607be
fixup!: add authorship
JakobJingleheimer Nov 14, 2024
b5f72d0
fixup!: makeshift footnotes to md footnotes
JakobJingleheimer Nov 15, 2024
3c5f080
Merge branch 'main' into art/packagejson-config
ovflowd Nov 16, 2024
7e233ce
fixup!: add a "general notes" section
JakobJingleheimer Nov 25, 2024
4b95782
fixup!: remove/update outdated info
JakobJingleheimer Nov 25, 2024
506dcfc
fixup!: tidy & simplify examples
JakobJingleheimer Nov 25, 2024
6b379c3
fixup!: "This is rarely a good idea"
JakobJingleheimer Nov 25, 2024
5f2e342
fixup!: add missing con for dual-package hazard
JakobJingleheimer Nov 25, 2024
2850a19
fixup!: add note about potentially no need for package config
JakobJingleheimer Nov 25, 2024
00a395d
fixup!: "me" → "us"
JakobJingleheimer Nov 25, 2024
faed174
fixup!: add `"default"` & `"node"` alternatives
JakobJingleheimer Nov 25, 2024
ae48eb8
fixup!: correct footnote refs
JakobJingleheimer Nov 25, 2024
6d008da
fixup!: list esm-only dist for consumption via `require()`
JakobJingleheimer Nov 25, 2024
27d5f21
fixup!: "Pick your poison" → "Pick your fix"
JakobJingleheimer Nov 30, 2024
7eccac2
fixup!: remove errant "with"
JakobJingleheimer Nov 30, 2024
555b8b5
fixup!: alphabetical order unordered items
JakobJingleheimer Nov 30, 2024
a4f9dab
fixup!: include `22.12.0` in support for `require(esm)`
JakobJingleheimer Nov 30, 2024
d66ba91
fixup!: add not recommended note to cjs with esm wrapper
JakobJingleheimer Nov 30, 2024
dde81b2
fixup!: add minimal vs advanced/verbose examples
JakobJingleheimer Nov 30, 2024
7038a7d
fixup!: add note to top "pick your fix" section for `require(esm)`
JakobJingleheimer Nov 30, 2024
7d6e239
fixup!: remove "footnotes" (it gets automatically added?)
JakobJingleheimer Nov 30, 2024
3836e3b
fixup!: correct sequence of `"default"` within `"exports"`
JakobJingleheimer Nov 30, 2024
ca1db99
fixup!: apply suggestions from code review
JakobJingleheimer Nov 30, 2024
fd41776
fixup!: correct example
JakobJingleheimer Dec 1, 2024
3dd8124
fixup!: wordsmith note about cjs exports reassignment
JakobJingleheimer Dec 1, 2024
aa13031
fixup!: provide explanation about CJS exports static analysis
JakobJingleheimer Dec 1, 2024
736dee8
fixup!: wordsmith `cjs-with-wrapper-dual-distro` explanation
JakobJingleheimer Dec 2, 2024
de80adc
fixup!: clarify ESM wrapper usefulness
JakobJingleheimer Dec 2, 2024
87d8bf9
fixup!: link to commonjs wiki
JakobJingleheimer Dec 2, 2024
bfc3812
fixup!: add live bindings caveat
JakobJingleheimer Dec 2, 2024
b849f58
fixup!: document the dual-package hazard
JakobJingleheimer Dec 2, 2024
932229e
fixup!: explain pjson `"type"`
JakobJingleheimer Dec 2, 2024
03255d0
fixup!: re-organise article & remove drink references
JakobJingleheimer Dec 8, 2024
1bd4077
fixup!: convert to mdx
JakobJingleheimer Dec 12, 2024
b5085f2
fixup!: remove missed drinks
JakobJingleheimer Dec 14, 2024
d34fd0b
fixup!: rename to "publishing a package"
JakobJingleheimer Dec 18, 2024
4bd694e
fixup!: move "general notes" to bottom
JakobJingleheimer Dec 18, 2024
64ed719
fixup!: wordsmith
JakobJingleheimer Dec 18, 2024
7b692f9
fixup!: move pros/cons after examples
JakobJingleheimer Dec 18, 2024
1ffb083
fixup!: explain "attach onto `exports`"
JakobJingleheimer Dec 18, 2024
cda5e86
fixup!: temp restore examples repo
JakobJingleheimer Dec 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apps/site/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@
"modules": {
"label": "components.navigation.learn.modules.links.modules",
"items": {
"publishingAPackage": {
"link": "/learn/modules/publishing-a-package",
"label": "components.navigation.learn.modules.links.publishingAPackage"
},
"publishingNodeApiModules": {
"link": "/learn/modules/publishing-node-api-modules",
"label": "components.navigation.learn.modules.links.publishingNodeApiModules"
Expand Down
Loading
Loading