Skip to content

Commit 6071dc5

Browse files
committed
feat: build using rolldown
1 parent a159767 commit 6071dc5

37 files changed

+298
-731
lines changed

packages/vite/LICENSE.md

Lines changed: 1 addition & 282 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SOFTWARE.
2525

2626
# Licenses of bundled dependencies
2727
The published Vite artifact additionally contains code with the following licenses:
28-
Apache-2.0, BSD-2-Clause, BlueOak-1.0.0, CC0-1.0, ISC, MIT
28+
Apache-2.0, BSD-2-Clause, CC0-1.0, ISC, MIT
2929

3030
# Bundled dependencies:
3131
## @ampproject/remapping
@@ -500,35 +500,6 @@ Repository: rollup/plugins
500500
501501
---------------------------------------
502502

503-
## @rollup/plugin-commonjs
504-
License: MIT
505-
By: Rich Harris
506-
Repository: rollup/plugins
507-
508-
> The MIT License (MIT)
509-
>
510-
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
511-
>
512-
> Permission is hereby granted, free of charge, to any person obtaining a copy
513-
> of this software and associated documentation files (the "Software"), to deal
514-
> in the Software without restriction, including without limitation the rights
515-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
516-
> copies of the Software, and to permit persons to whom the Software is
517-
> furnished to do so, subject to the following conditions:
518-
>
519-
> The above copyright notice and this permission notice shall be included in
520-
> all copies or substantial portions of the Software.
521-
>
522-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
523-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
524-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
525-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
526-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
527-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
528-
> THE SOFTWARE.
529-
530-
---------------------------------------
531-
532503
## @rollup/plugin-dynamic-import-vars
533504
License: MIT
534505
By: LarsDenBakker
@@ -684,35 +655,6 @@ Repository: https://github.com/davidbonnet/astring.git
684655
685656
---------------------------------------
686657

687-
## balanced-match
688-
License: MIT
689-
By: Julian Gruber
690-
Repository: git://github.com/juliangruber/balanced-match.git
691-
692-
> (MIT)
693-
>
694-
> Copyright (c) 2013 Julian Gruber <[email protected]>
695-
>
696-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
697-
> this software and associated documentation files (the "Software"), to deal in
698-
> the Software without restriction, including without limitation the rights to
699-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
700-
> of the Software, and to permit persons to whom the Software is furnished to do
701-
> so, subject to the following conditions:
702-
>
703-
> The above copyright notice and this permission notice shall be included in all
704-
> copies or substantial portions of the Software.
705-
>
706-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
707-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
708-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
709-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
710-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
711-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
712-
> SOFTWARE.
713-
714-
---------------------------------------
715-
716658
## binary-extensions
717659
License: MIT
718660
By: Sindre Sorhus
@@ -730,35 +672,6 @@ Repository: sindresorhus/binary-extensions
730672
731673
---------------------------------------
732674

733-
## brace-expansion
734-
License: MIT
735-
By: Julian Gruber
736-
Repository: git://github.com/juliangruber/brace-expansion.git
737-
738-
> MIT License
739-
>
740-
> Copyright (c) 2013 Julian Gruber <[email protected]>
741-
>
742-
> Permission is hereby granted, free of charge, to any person obtaining a copy
743-
> of this software and associated documentation files (the "Software"), to deal
744-
> in the Software without restriction, including without limitation the rights
745-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
746-
> copies of the Software, and to permit persons to whom the Software is
747-
> furnished to do so, subject to the following conditions:
748-
>
749-
> The above copyright notice and this permission notice shall be included in all
750-
> copies or substantial portions of the Software.
751-
>
752-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
753-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
754-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
755-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
756-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
757-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
758-
> SOFTWARE.
759-
760-
---------------------------------------
761-
762675
## braces
763676
License: MIT
764677
By: Jon Schlinkert, Brian Woodward, Elan Shanker, Eugene Sharygin, hemanth.hm
@@ -846,38 +759,6 @@ Repository: git+https://github.com/paulmillr/chokidar.git
846759
847760
---------------------------------------
848761

849-
## commondir
850-
License: MIT
851-
By: James Halliday
852-
Repository: http://github.com/substack/node-commondir.git
853-
854-
> The MIT License
855-
>
856-
> Copyright (c) 2013 James Halliday ([email protected])
857-
>
858-
> Permission is hereby granted, free of charge,
859-
> to any person obtaining a copy of this software and
860-
> associated documentation files (the "Software"), to
861-
> deal in the Software without restriction, including
862-
> without limitation the rights to use, copy, modify,
863-
> merge, publish, distribute, sublicense, and/or sell
864-
> copies of the Software, and to permit persons to whom
865-
> the Software is furnished to do so,
866-
> subject to the following conditions:
867-
>
868-
> The above copyright notice and this permission notice
869-
> shall be included in all copies or substantial portions of the Software.
870-
>
871-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
872-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
873-
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
874-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
875-
> ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
876-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
877-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
878-
879-
---------------------------------------
880-
881762
## connect
882763
License: MIT
883764
By: TJ Holowaychuk, Douglas Christopher Wilson, Jonathan Ong, Tim Caswell
@@ -1478,29 +1359,6 @@ Repository: git+https://github.com/css-modules/generic-names.git
14781359
14791360
---------------------------------------
14801361

1481-
## glob
1482-
License: ISC
1483-
By: Isaac Z. Schlueter
1484-
Repository: git://github.com/isaacs/node-glob.git
1485-
1486-
> The ISC License
1487-
>
1488-
> Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors
1489-
>
1490-
> Permission to use, copy, modify, and/or distribute this software for any
1491-
> purpose with or without fee is hereby granted, provided that the above
1492-
> copyright notice and this permission notice appear in all copies.
1493-
>
1494-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1495-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1496-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1497-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1498-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1499-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1500-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1501-
1502-
---------------------------------------
1503-
15041362
## glob-parent
15051363
License: ISC
15061364
By: Gulp Team, Elan Shanker, Blaine Bublitz
@@ -1689,13 +1547,6 @@ Repository: jonschlinkert/is-number
16891547
16901548
---------------------------------------
16911549

1692-
## is-reference
1693-
License: MIT
1694-
By: Rich Harris
1695-
Repository: git+https://github.com/Rich-Harris/is-reference.git
1696-
1697-
---------------------------------------
1698-
16991550
## is-wsl
17001551
License: MIT
17011552
By: Sindre Sorhus
@@ -1935,29 +1786,6 @@ Repository: lodash/lodash
19351786
19361787
---------------------------------------
19371788

1938-
## lru-cache
1939-
License: ISC
1940-
By: Isaac Z. Schlueter
1941-
Repository: git://github.com/isaacs/node-lru-cache.git
1942-
1943-
> The ISC License
1944-
>
1945-
> Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors
1946-
>
1947-
> Permission to use, copy, modify, and/or distribute this software for any
1948-
> purpose with or without fee is hereby granted, provided that the above
1949-
> copyright notice and this permission notice appear in all copies.
1950-
>
1951-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1952-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1953-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1954-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1955-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1956-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1957-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1958-
1959-
---------------------------------------
1960-
19611789
## magic-string
19621790
License: MIT
19631791
By: Rich Harris
@@ -2030,52 +1858,6 @@ Repository: micromatch/micromatch
20301858
20311859
---------------------------------------
20321860

2033-
## minimatch
2034-
License: ISC
2035-
By: Isaac Z. Schlueter
2036-
Repository: git://github.com/isaacs/minimatch.git
2037-
2038-
> The ISC License
2039-
>
2040-
> Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
2041-
>
2042-
> Permission to use, copy, modify, and/or distribute this software for any
2043-
> purpose with or without fee is hereby granted, provided that the above
2044-
> copyright notice and this permission notice appear in all copies.
2045-
>
2046-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2047-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2048-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2049-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2050-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2051-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2052-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2053-
2054-
---------------------------------------
2055-
2056-
## minipass
2057-
License: ISC
2058-
By: Isaac Z. Schlueter
2059-
Repository: https://github.com/isaacs/minipass
2060-
2061-
> The ISC License
2062-
>
2063-
> Copyright (c) 2017-2023 npm, Inc., Isaac Z. Schlueter, and Contributors
2064-
>
2065-
> Permission to use, copy, modify, and/or distribute this software for any
2066-
> purpose with or without fee is hereby granted, provided that the above
2067-
> copyright notice and this permission notice appear in all copies.
2068-
>
2069-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2070-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2071-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2072-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2073-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2074-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2075-
> IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2076-
2077-
---------------------------------------
2078-
20791861
## mlly
20801862
License: MIT
20811863
Repository: unjs/mlly
@@ -2342,69 +2124,6 @@ Repository: sindresorhus/path-key
23422124
23432125
---------------------------------------
23442126

2345-
## path-scurry
2346-
License: BlueOak-1.0.0
2347-
By: Isaac Z. Schlueter
2348-
Repository: git+https://github.com/isaacs/path-scurry
2349-
2350-
> # Blue Oak Model License
2351-
>
2352-
> Version 1.0.0
2353-
>
2354-
> ## Purpose
2355-
>
2356-
> This license gives everyone as much permission to work with
2357-
> this software as possible, while protecting contributors
2358-
> from liability.
2359-
>
2360-
> ## Acceptance
2361-
>
2362-
> In order to receive this license, you must agree to its
2363-
> rules. The rules of this license are both obligations
2364-
> under that agreement and conditions to your license.
2365-
> You must not do anything with this software that triggers
2366-
> a rule that you cannot or will not follow.
2367-
>
2368-
> ## Copyright
2369-
>
2370-
> Each contributor licenses you to do everything with this
2371-
> software that would otherwise infringe that contributor's
2372-
> copyright in it.
2373-
>
2374-
> ## Notices
2375-
>
2376-
> You must ensure that everyone who gets a copy of
2377-
> any part of this software from you, with or without
2378-
> changes, also gets the text of this license or a link to
2379-
> <https://blueoakcouncil.org/license/1.0.0>.
2380-
>
2381-
> ## Excuse
2382-
>
2383-
> If anyone notifies you in writing that you have not
2384-
> complied with [Notices](#notices), you can keep your
2385-
> license by taking all practical steps to comply within 30
2386-
> days after the notice. If you do not do so, your license
2387-
> ends immediately.
2388-
>
2389-
> ## Patent
2390-
>
2391-
> Each contributor licenses you to do everything with this
2392-
> software that would otherwise infringe any patent claims
2393-
> they can license or become able to license.
2394-
>
2395-
> ## Reliability
2396-
>
2397-
> No contributor can revoke this license.
2398-
>
2399-
> ## No Liability
2400-
>
2401-
> ***As far as the law allows, this software comes as is,
2402-
> without any warranty or condition, and no contributor
2403-
> will be liable to anyone for any damages related to this
2404-
> software or this license, under any kind of legal claim.***
2405-
2406-
---------------------------------------
2407-
24082127
## periscopic
24092128
License: MIT
24102129
Repository: Rich-Harris/periscopic

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"esbuild": "^0.21.3",
8989
"postcss": "^8.4.39",
9090
"rollup": "^4.13.0",
91-
"rolldown": "^0.10.5"
91+
"rolldown": "/Users/likui/Github/rolldown/packages/rolldown"
9292
},
9393
"optionalDependencies": {
9494
"fsevents": "~2.3.3"

0 commit comments

Comments
 (0)