Skip to content
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

[pull] v2 from parcel-bundler:v2 #318

Open
wants to merge 991 commits into
base: v2
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
991 commits
Select commit Hold shift + click to select a range
90ca165
Bump follow-redirects from 1.15.4 to 1.15.6 (#9585)
dependabot[bot] Mar 19, 2024
9f08a86
Add support for globs in package.json#source (#9590)
devongovett Mar 20, 2024
b6281c7
Allow library bundles to be shared between targets in the same packag…
devongovett Mar 20, 2024
ec3f4a5
Remove abortcontroller-polyfill (#9592)
mischnic Mar 21, 2024
84fc9a9
Add config key invalidation (#9597)
mattcompiles Mar 26, 2024
58b91e5
Do not create circular bundle references in library bundler (#9603)
devongovett Mar 30, 2024
9d66c19
Update integration test script (#9609)
MonicaOlejniczak Apr 2, 2024
a24a30d
Implements a `getFeatureFlag` to avoid option drilling (#9618)
marcins Apr 4, 2024
e72f34b
skip joining on absolute paths (#9614)
Nikola-3 Apr 8, 2024
451b94a
Fix flaky integration test (#9626)
mattcompiles Apr 8, 2024
0b77a56
Fix releases by adding openssl (#9628)
mattcompiles Apr 8, 2024
2aa753c
Fix missing content key in symbol prop when asset is removed (#9627)
mattcompiles Apr 8, 2024
fba6a23
Fix gulp clean action (#9611)
yamadapc Apr 9, 2024
2a75be0
Consolidate tag-release workflow (#9630)
MonicaOlejniczak Apr 9, 2024
119f186
Fix circular dependencies on @parcel/types (#9610)
yamadapc Apr 10, 2024
e60cbeb
Ensure boolean feature flags are booleans via CLI (#9599)
marcins Apr 11, 2024
7734c0e
Relax react-refresh version range (#9624)
mischnic Apr 11, 2024
4cd9467
Collect request stats (#9633)
benjervis Apr 12, 2024
9865cbe
Fix NUL byte crash in resolver (#9640)
devongovett Apr 14, 2024
2df56ed
Add public publish config to types-internal (#9644)
mattcompiles Apr 14, 2024
179f63a
Add logging for failed dev dep requests (#9638)
mattcompiles Apr 15, 2024
8add915
Check for BuildAbortError before logging dev dep error (#9647)
mattcompiles Apr 16, 2024
f84b6dc
Also emit swc recoverable errors (#9650)
mischnic Apr 16, 2024
46c2729
Update node engine version (#9645)
MonicaOlejniczak Apr 17, 2024
ecf737e
Ensure the snapshot directory matches the watchdir (#9653)
mattcompiles Apr 17, 2024
ae90f08
Allow passing in of Partial feature flags (#9652)
benjervis Apr 17, 2024
331bed8
Support .proxyrc.ts (#9654)
mischnic Apr 17, 2024
91b47ff
Update contributing (#9655)
MonicaOlejniczak Apr 20, 2024
f9c978e
Add sentry support (#9598)
Nikola-3 Apr 21, 2024
a1f0ba6
Add devcontainers configuration and add descriptions to packages (#9606)
yamadapc Apr 22, 2024
db2984d
Add an iterative DFS implementation that can be used more broadly thr…
yamadapc Apr 22, 2024
82ed636
Use rustls for sentry client (#9667)
yamadapc Apr 23, 2024
71a8493
Optimise the Inline Requires plugin (#9664)
marcins Apr 23, 2024
3ca74f3
Add actual values to assertion error (#9668)
benjervis Apr 24, 2024
b8f7f90
Add parcel version to PluginOptions (#9671)
benjervis Apr 26, 2024
3ff10bc
Update rustfmt (#9669)
alshdavid Apr 29, 2024
03983cb
Fix possible race condition in the caching of request graph (#9675)
benjervis Apr 29, 2024
0eaf926
Remove src to lib rewrites on package.json files (#9612)
yamadapc Apr 30, 2024
5230589
Specifically target x86_64 for macos builds (#9678)
benjervis Apr 30, 2024
20c4a9b
Start to add rust backed request execution under a feature-flag by re…
yamadapc May 1, 2024
f5f0bb4
Enable producing native debug symbols in canary/dev releases (#9679)
marcins May 1, 2024
3227fc4
Use a parcel_filesystem crate (#9682)
yamadapc May 1, 2024
d1f778f
Add rust entry request (#9683)
yamadapc May 2, 2024
c299d7e
Pin rust to v1.77 (#9696)
yamadapc May 6, 2024
6c6b879
Fix wasm builds (#9688)
yamadapc May 6, 2024
a007691
Fix rustup toolchain version (#9697)
yamadapc May 6, 2024
59ed066
Split parcel_core crate (#9698)
yamadapc May 7, 2024
6dfeb9c
Ensure empty extended config throws a diagnostic (#9701)
marcins May 7, 2024
6faf7b2
Add parcel config crate (#9700)
MonicaOlejniczak May 7, 2024
1b53f91
Bump ejs from 3.1.9 to 3.1.10 (#9685)
dependabot[bot] May 7, 2024
a7b7e8a
Ensure Asset public ids are assigned deterministically (#9706)
mattcompiles May 8, 2024
eb54820
directories ignored by watcher should be relative to the watch direct…
Nikola-3 May 8, 2024
69e4161
Change default resolver error message for custom specifiers (#9378)
mischnic May 9, 2024
fcc6b59
Add napi logging and fix js file system (#9712)
MonicaOlejniczak May 10, 2024
ef63bff
Allow both service_worker and scripts in MV3 Web Extensions (#9673)
mischnic May 10, 2024
a4a4033
Add core rust types (#9714)
MonicaOlejniczak May 14, 2024
43d5d19
Bump swc (#9574)
mischnic May 15, 2024
fa4bb34
Add serde to config types (#9718)
MonicaOlejniczak May 16, 2024
d58c1ce
Handle invalid clockspec error and log more when loading cache fails …
Nikola-3 May 16, 2024
4556b5c
Fix request tracker incremental cache write for new nodes (#9719)
mattcompiles May 16, 2024
25d010a
Improve request graph cache reading (#9721)
benjervis May 17, 2024
bd8c65b
Add resolver trait and placeholders (#9725)
MonicaOlejniczak May 20, 2024
db3ca09
Un-pin Rust from 1.77 back to stable (#9724)
marcins May 20, 2024
d3b7342
Pass through includeInline (#9730)
MonicaOlejniczak May 22, 2024
c3505e5
Remove ready-yet-reporter (#9728)
mischnic May 22, 2024
3549c91
Add an error message to nullthrows (#9733)
benjervis May 23, 2024
f833a24
Fix assets outside project root with Manual Shared Bundles. (#9734)
marcins May 23, 2024
89a69f5
Fix rust sentry errors having double quotes (#9732)
Nikola-3 May 23, 2024
e1d3cbe
Replace std::sync locks with parking_lot locks (#9731)
marcins May 23, 2024
d988abe
Implement transactional large blob cache writes (#9726)
yamadapc May 24, 2024
38635b5
Public rust crate for Parcel API and moving napi bindings to node_bin…
alshdavid May 24, 2024
e825d59
Fix CJS default interop with library bundler (#9722)
devongovett May 25, 2024
a249deb
Exit process with error code when reporters fail (#9735)
MonicaOlejniczak May 27, 2024
68bcdec
Fix issue in async bundle runtime where it would not always add the r…
mattcompiles May 27, 2024
3f32e0d
Skip vercel REPL deployment (#9742)
yamadapc May 28, 2024
2628e7b
Ensure const modules in async bundles are wrapped (#9740)
marcins May 28, 2024
5705e40
Clean-up cache info when starting to write request tracker (#9741)
yamadapc May 28, 2024
56ffb67
Added basic Rust request tracker implementation (#9743)
alshdavid May 28, 2024
0b58e51
Make filesystem object safe (#9747)
MonicaOlejniczak May 29, 2024
1180254
Expand plugin traits and plugin config (#9744)
MonicaOlejniczak May 29, 2024
900944c
Statically type all request results (#9750)
yamadapc May 30, 2024
e67a957
Add a healthcheck endpoint to the devserver (#9748)
yamadapc May 30, 2024
062993b
Refactor request tracker following PR feedback (#9755)
yamadapc May 30, 2024
25b7f90
Reenable REPL deployment (#9754)
mischnic May 30, 2024
7fb3eb8
Removing unused Rust requests (#9759)
alshdavid May 31, 2024
5bfc9aa
Remove nightly rustfmt options (#9756)
yamadapc Jun 2, 2024
e12a947
Main function for ParcelV3 and FileSystem implementation (#9758)
alshdavid Jun 3, 2024
abd6c9e
Refactor parcel config (#9766)
MonicaOlejniczak Jun 4, 2024
218217c
Rename plugin files and add debug constraint (#9765)
MonicaOlejniczak Jun 4, 2024
734a0fa
added new crates for plugins and reorganized crates (#9764)
alshdavid Jun 5, 2024
a2789a4
Add native node package manager with resolve support (#9767)
mattcompiles Jun 5, 2024
1daabf5
Sanitise user input in reporter runner (#9757)
Nikola-3 Jun 6, 2024
98a6b8e
Add plugin loading (#9772)
MonicaOlejniczak Jun 6, 2024
5b0f645
Clean-up existing cache entries on overwrite (#9774)
yamadapc Jun 6, 2024
a323b03
Native resolver plugin (#9776)
mattcompiles Jun 7, 2024
466c61e
Added start of rpc implemention for Rust <-> JS plugins (#9777)
alshdavid Jun 7, 2024
13eb201
Update resolver plugin types (#9779)
MonicaOlejniczak Jun 7, 2024
4933651
Added Ping/Pong RPC message circuit for Rust <-> Js plugin interactio…
alshdavid Jun 7, 2024
35e936a
Add path request (#9785)
MonicaOlejniczak Jun 11, 2024
78bf4a9
Add watch logging (#9786)
mattcompiles Jun 11, 2024
1fef06a
Alsh added multiple Nodejs workers and workers RPC (#9787)
alshdavid Jun 13, 2024
f556dd2
Minor transformer plugin changes (#9791)
yamadapc Jun 14, 2024
7728c2e
Replace AHash with xxhash_rust (#9792)
yamadapc Jun 14, 2024
5b72a26
Fix typo in ScopeHoisting.md (#9794)
yamadapc Jun 14, 2024
bcc68e1
Improve JS transformer documentation (#9795)
yamadapc Jun 17, 2024
2ce9b6b
Remove resolver dependency on core (#9793)
MonicaOlejniczak Jun 17, 2024
9eff0bf
Clean-up dfsFast feature-flag (#9797)
yamadapc Jun 17, 2024
2ce4efe
Hide random cache keys under feature-flag (#9804)
yamadapc Jun 18, 2024
53161b4
Improve constant module bundling error message (#9803)
marcins Jun 18, 2024
f02ddc0
Add documentation to dependency_collector.rs (#9805)
yamadapc Jun 18, 2024
07dfb42
V3: Added default thread count and build options (#9798)
alshdavid Jun 18, 2024
747c3a3
Avoid boxing RequestTracker parameters (#9806)
yamadapc Jun 18, 2024
70c6d5f
Parcel V3 - Native asset request (#9808)
mattcompiles Jun 19, 2024
a1b5bee
Rust only JS transformer plug-in (#9800)
yamadapc Jun 20, 2024
bfd336a
Fix naming on create_js_thread_safe_method (#9810)
yamadapc Jun 20, 2024
aad507e
Fix dev packager global reference (#9814)
MonicaOlejniczak Jun 21, 2024
281efd1
Add simple reporting to request tracker (#9811)
MonicaOlejniczak Jun 21, 2024
6c7ded9
V3: Added JsCallable (#9813)
alshdavid Jun 21, 2024
586e590
Refactor transformer (#9815)
yamadapc Jun 21, 2024
43bcef9
Add target request (#9809)
MonicaOlejniczak Jun 21, 2024
b272c52
Bump ws from 7.5.6 to 7.5.10 (#9807)
dependabot[bot] Jun 24, 2024
83fbcdc
Bump pug from 3.0.2 to 3.0.3 (#9753)
dependabot[bot] Jun 24, 2024
d1afc99
Clean-up some APIs and add tracing subscriber into log file (#9817)
yamadapc Jun 25, 2024
1b6b6bf
Add error data into cache bailout logs (#9819)
yamadapc Jun 25, 2024
198519e
Add unit-tests to composite reporter plugin (#9820)
yamadapc Jun 25, 2024
d1e3eee
Bump swc (#9818)
mischnic Jun 25, 2024
bd87fc4
V3: Using JsCallable for worker callbacks (#9822)
alshdavid Jun 26, 2024
b4fcf70
Request tracker multi threading (#9821)
mattcompiles Jun 26, 2024
87c6616
Add diagnostics using anyhow (#9824)
MonicaOlejniczak Jun 28, 2024
cecc439
Add resolver plugin diagnostics (#9825)
MonicaOlejniczak Jul 1, 2024
7ae35de
Fix building parcel with a debug build of itself (#9829)
yamadapc Jul 2, 2024
31cff68
Remove SWC fold from globals replacer (#9830)
yamadapc Jul 3, 2024
909a728
Use diagnostics in config (#9833)
MonicaOlejniczak Jul 8, 2024
42ffd8a
Add changes required for AssetGraphRequest (#9835)
MonicaOlejniczak Jul 9, 2024
725eba8
Revert transactional large blob entries (#9836)
yamadapc Jul 9, 2024
9100a49
Build x86 linux artifacts in debian (#9841)
yamadapc Jul 11, 2024
28a80f9
Fix import usage tracking for destructure defaulting (#9842)
mattcompiles Jul 11, 2024
d1d050a
Bump swc and browserslist-rs (#9838)
mischnic Jul 11, 2024
a8b1887
Bump fast-loops from 1.1.3 to 1.1.4 (#9839)
dependabot[bot] Jul 11, 2024
e05b94d
Update fs and package manager types in config (#9846)
MonicaOlejniczak Jul 12, 2024
372ad34
Try to build without caches on self-build (#9847)
yamadapc Jul 12, 2024
03afd6c
Use debian bullseye to support GLIBC 2.31 (#9849)
yamadapc Jul 15, 2024
83c3cf4
Add initial Rust integration (#9850)
MonicaOlejniczak Jul 17, 2024
3668e97
Add search tests (#9851)
MonicaOlejniczak Jul 17, 2024
e0793ae
Add env replacer based on VisitMut (#9852)
yamadapc Jul 17, 2024
0f4f566
Implement minimal plugin options (#9853)
MonicaOlejniczak Jul 17, 2024
32f5a15
Refactor node replacer to use VisitMut (#9855)
yamadapc Jul 18, 2024
f58a5e8
Add EntryRequest (#9856)
MonicaOlejniczak Jul 19, 2024
ae96448
Cleanup config key invalidation feature for release (#9864)
mattcompiles Jul 23, 2024
3054d8c
Add retriable dynamic imports behind a feature flag (#9860)
alshdavid Jul 23, 2024
29778a2
Fix perf regression in incremental builds (#9867)
benjervis Jul 24, 2024
445b9bc
Add create_directory to file system api (#9868)
MonicaOlejniczak Jul 24, 2024
1012336
Use request context in path request (#9870)
MonicaOlejniczak Jul 25, 2024
b5e176d
Add tests for dependency collector (#9874)
yamadapc Jul 26, 2024
67b6935
Make package.json optional in target request (#9871)
MonicaOlejniczak Jul 26, 2024
7068dd6
Fixed hanging process and tracer (#9866)
alshdavid Jul 29, 2024
7fd97e4
Add native asset graph request (#9872)
mattcompiles Jul 29, 2024
8cc5c8f
Worker thread initialization via JsTransferable (#9861)
alshdavid Jul 30, 2024
5d11f17
Integrate asset graph (#9877)
MonicaOlejniczak Jul 30, 2024
2aac813
Add name to JsCallable for debugging (#9880)
MonicaOlejniczak Jul 30, 2024
2731911
Add asset graph request tests - part 1 of X (#9876)
yamadapc Jul 31, 2024
31ec683
Add native asset graph tests (#9882)
mattcompiles Jul 31, 2024
7c2720f
Fix JsCallable error handling for fs (#9883)
MonicaOlejniczak Jul 31, 2024
abacfa4
Forward missing env and transformer inputs (#9884)
MonicaOlejniczak Aug 1, 2024
808ad6a
Create Parcel V3 javascript integration test suite (#9886)
mattcompiles Aug 1, 2024
6f80bf1
Make changes to try to prevent memory bugs in parcel resolver (#9885)
yamadapc Aug 1, 2024
dc29a25
Add test setup for v3 (#9889)
MonicaOlejniczak Aug 2, 2024
8ab5d07
Native: Update meta forwarding in JS conversion to match JSTransforme…
mattcompiles Aug 2, 2024
de50e27
Improve crash reporting integration (#9892)
yamadapc Aug 5, 2024
4ce0f6e
Fix MUSL canary builds (#9894)
yamadapc Aug 5, 2024
6a8d5e9
Remove CI build step for native builds (#9895)
yamadapc Aug 5, 2024
fcce2ab
Add node.js only parcel watcher watchman back-end (#9789)
yamadapc Aug 6, 2024
1afd7f7
Fix watchman watcher publish (#9898)
mattcompiles Aug 6, 2024
53c5059
Fix small HMR issues affecting usage at scale (#9869)
JakeLane Aug 7, 2024
21bc8d4
Ensure feature flags don't get included in fs build (#9900)
mattcompiles Aug 8, 2024
d599275
Make optimisations to resolver implementation (#9903)
yamadapc Aug 9, 2024
d6a89da
Initiate watchman watch session if not already started (#9906)
mattcompiles Aug 12, 2024
4abdb26
Disable jemalloc on canary macOS builds (#9908)
yamadapc Aug 12, 2024
d840801
Forward tsconfig transformer options (#9910)
MonicaOlejniczak Aug 13, 2024
7ee87f7
Fix completed asset graph edge ordering (#9914)
MonicaOlejniczak Aug 15, 2024
0e08d8c
Only error if versions don't match when versions are set by react-ref…
JakeLane Aug 22, 2024
7228931
Fix crash in EntryRequest with multiple globs in the source field (#9…
devongovett Aug 28, 2024
9c95c1b
Fix another case of parcelRequire being added to multi-target librari…
devongovett Aug 28, 2024
29441fd
v2 Cleanup (#9936)
devongovett Sep 14, 2024
2dccfc5
Revert split manifest runtime bundles (#9955)
devongovett Sep 28, 2024
5a429ac
Revert "Remove src to lib rewrites on package.json files (#9612)"
devongovett Sep 28, 2024
e974f9a
Exclude node bindings from unit tests
devongovett Sep 28, 2024
5ecb131
Fix canary build
devongovett Sep 28, 2024
d1f3ffe
Revert chunked cache blobs (#9965)
devongovett Sep 29, 2024
5b639af
Switch canary back to nightly
devongovett Sep 29, 2024
684b164
Bump SWC to 0.106 (#9967)
devongovett Sep 29, 2024
6f68c78
Update dependencies (#9968)
devongovett Sep 30, 2024
0bebfa6
Handle TypeScript expressions in macro evaluator
devongovett Oct 9, 2024
96d8814
Fix NUL byte crash in resolver (#9640)
devongovett Apr 14, 2024
f304cf5
Migrate to new sass API (#9966)
devongovett Nov 4, 2024
f53f450
Load svgo version from project (#9969)
devongovett Nov 4, 2024
0467893
12x faster resolver cache (#9984)
devongovett Nov 10, 2024
03515cb
Add rust docs for resolver crate (#10002)
devongovett Nov 10, 2024
f93eee7
Add readme to parcel-resolver crate
devongovett Nov 10, 2024
4c6006e
Add resolver benchmark
devongovett Nov 10, 2024
9242243
fix project root path in benchmark
devongovett Nov 10, 2024
2eb9515
Fix tag-release script
devongovett Nov 11, 2024
ba2acea
fix commander again
devongovett Nov 11, 2024
70e6374
Relax sass dependency range
devongovett Nov 12, 2024
584b9b3
upgrade dependencies
devongovett Nov 12, 2024
71acf87
Update svgr and use project svgo version
devongovett Nov 12, 2024
cfd26ec
Bump swc to latest
devongovett Nov 12, 2024
6b8c864
Bump oxipng
devongovett Nov 12, 2024
f32a844
changelog for v2.13.0 (#9859)
devongovett Nov 12, 2024
a53f8f3
v2.13.0
devongovett Nov 12, 2024
79c8d98
Improve HMR (#10017)
devongovett Nov 24, 2024
0da7b63
Update dependencies
devongovett Nov 25, 2024
a820e3b
Fix modern SASS resolution rules (#10018)
devongovett Nov 25, 2024
15c77cb
Update SWC
devongovett Nov 25, 2024
00ebdbd
Changelog for v2.13.1
devongovett Nov 25, 2024
4a297f7
v2.13.1
devongovett Nov 25, 2024
2a6bbc5
Fix non file scheme in SASS
devongovett Nov 25, 2024
bc43a4d
Fix HMR when asset is duplicated between multiple bundles
devongovett Nov 25, 2024
3158de5
Fix typo in hmr runtime
devongovett Nov 25, 2024
4d27ec8
v2.13.2
devongovett Nov 25, 2024
86ca555
Ignore invalid package.json fields (#10053)
devongovett Dec 16, 2024
d19b1f6
v2.13.3
devongovett Dec 16, 2024
ee5f98a
React Server Components (#10043)
devongovett Dec 22, 2024
3a06472
Support running node bundles in dev server (#10055)
devongovett Dec 23, 2024
8a15d0c
Merge React Refresh runtime and transformer (#10056)
devongovett Dec 23, 2024
393f497
Add RSC-based static site generator (#10057)
devongovett Dec 24, 2024
3d91d15
Mark react-static config public
devongovett Dec 31, 2024
1dd802c
docs: typo (#10065)
hai-x Jan 2, 2025
4f3bcaa
Support bundling node native modules (#10066)
devongovett Jan 2, 2025
337c31c
First-class MDX support (#10064)
devongovett Jan 5, 2025
e3a2b72
Automatically inject CSS resources into RSC stream (#10067)
devongovett Jan 7, 2025
ee909d4
Apply HMR updates via node worker thread (#10071)
devongovett Jan 11, 2025
f86f5f2
Add a CLI to create new Parcel apps (#10069)
devongovett Jan 12, 2025
1b46893
Use import maps for bundle manifest (#10073)
devongovett Jan 20, 2025
7eae895
Add RSC wrapper library to simplify server and client (#10074)
devongovett Jan 21, 2025
735a635
Fix @parcel/rsc package
devongovett Jan 21, 2025
53633df
Fix JSX runtime
devongovett Jan 21, 2025
2e67b94
Modernize React error overlay (#10082)
devongovett Feb 2, 2025
b50bc79
Fix error overlay JSX runtime
devongovett Feb 3, 2025
d6a4df3
Fix dev dep request missing 'invalidateOnCreate'
devongovett Feb 3, 2025
1e6f4b3
Bump esbuild from 0.24.0 to 0.25.0 (#10088)
dependabot[bot] Feb 20, 2025
548c70b
Support mixing static and dynamic RSCs (#10093)
devongovett Feb 24, 2025
7de4f6f
Add server actions to client rendered RSC example
devongovett Mar 1, 2025
1ed569c
Ensure importmap relative paths start with ./
devongovett Mar 2, 2025
843c0b6
pre-compile error overlay to avoid duplicate react dependencies
devongovett Mar 3, 2025
5cd9bcc
fix tests
devongovett Mar 3, 2025
e919fad
bump @swc/core
devongovett Mar 3, 2025
9d47995
don't minify error overlay
devongovett Mar 3, 2025
0347d90
disable environment variable replacing in library builds (#10102)
devongovett Mar 8, 2025
a4249c5
Add keys to static React elements
devongovett Mar 8, 2025
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
Prev Previous commit
Next Next commit
Fix @parcel/rsc package
devongovett committed Jan 21, 2025
commit 735a635f7eed538c449f37517b26247e0b19c1a4
13 changes: 13 additions & 0 deletions packages/utils/rsc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "@parcel/rsc",
"version": "2.13.0",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/parcel"
},
"repository": {
"type": "git",
"url": "https://github.com/parcel-bundler/parcel.git"
},
"sideEffects": false,
"exports": {
"./client": {
"types": "./lib/client.d.ts",