Back to Rolldown

Acknowledgements

docs/acknowledgements.md

0.15.11.2 KB
Original Source
<script setup> const contributors = [ ['Kui Li (underfin)', 'https://github.com/underfin'], ].sort((a, b) => a[0].localeCompare(b[0])); // Sort alphabetically by name </script>

Acknowledgements

The Rolldown project was originally created by Yinan Long (aka Brooooooklyn, author of NAPI-RS). Today, Rolldown is led by Evan You (the creator of Vite) together with a full-time team and passionate open source contributors.

Past contributors

We’d like to recognize a few people who are former team members or have made significant contributions to the project, documentation, and its ecosystem (listed in alphabetical order):

<ul> <template v-for="contributor in contributors" :key="contributor[0]"> <li> <a :href="contributor[1]" target="_blank"> {{ contributor[0] }} </a> </li> </template> </ul>

This list is not exhaustive.

Additional Thanks

Additionally, we’re grateful to: