- I’m currently focusing on
- the POC version of Rolldown.
🧙♂️
Spelling
Block or Report
Block or report hyf0
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
rolldown/rolldown
rolldown/rolldown PublicFast Rust bundler for JavaScript with Rollup-compatible API.
-
-
-
-
1,923 contributions in the last year
| Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
rolldown/rolldown,
web-infra-dev/rspack,
web-infra-dev/rspack-website
and 51 other
repositories
Contribution activity
March 2024
Created 51 commits in 1 repository
Created 1 repository
-
hyf0/oxc-resolver
Rust
This contribution was made on Mar 8
Created a pull request in rolldown/rolldown that received 4 comments
feat: restrict typings and refactor RenderedModule
Description
Types in @rolldown/node is kind of over-complex and mix up with rollup's types. I think we need make types reliable to our users and u…
+124
−128
lines changed
•
4
comments
Opened 36 other pull requests in 2 repositories
rolldown/rolldown
33
merged
1
closed
1
open
-
chore(pkg/rolldown): fix deps and version
This contribution was made on Mar 12
-
chore(node): improve node/binding structure
This contribution was made on Mar 11
-
test(node): enable type checking on
rollup-testsThis contribution was made on Mar 11 -
chore(node): rename
@rolldown/nodetorolldownThis contribution was made on Mar 11 -
chore(rust-plugin): tweak types and files
This contribution was made on Mar 11
-
docs: add
repo_structre.mdThis contribution was made on Mar 10 -
docs: improve guide for setup and building
This contribution was made on Mar 10
-
ci: remove duplicate steps
This contribution was made on Mar 10
-
chore: move
BitSettorolldown_utilsThis contribution was made on Mar 10 -
ci: remove used legacy benchmark action
This contribution was made on Mar 10
-
chore(rust): solve dependecy warnings
This contribution was made on Mar 10
-
chore(rust): update rust deps
This contribution was made on Mar 10
-
test: test benchmark
This contribution was made on Mar 10
-
ci: enable codespeed benchmark
This contribution was made on Mar 10
-
chore: rewrite rust benchmark setup using node
This contribution was made on Mar 10
-
style: apply prettier
This contribution was made on Mar 10
-
fix(node-bench): apply
@rollup/plugin-commonjson rollupThis contribution was made on Mar 10 -
fix(rust): fix bench for react by removing a lot of unsafe
This contribution was made on Mar 10
-
chore(bench): improve readability of benchmark status
This contribution was made on Mar 10
-
chore(node): clean up root scripts
This contribution was made on Mar 10
-
chore(node): reduce root dependecies
This contribution was made on Mar 10
-
ci: enable type checking and merge some node checking into one job
This contribution was made on Mar 10
-
chore(js): make
scriptsa package and enable strict type checkingThis contribution was made on Mar 10 -
ci(rust-test): no need to install node
This contribution was made on Mar 9
-
ci(node-test): split up build and running test stages
This contribution was made on Mar 9
- Some pull requests not shown.
oxc-project/oxc-resolver
1
closed
-
Cannot resolve vue
This contribution was made on Mar 8
Reviewed 49 pull requests in 2 repositories
rolldown/rolldown
25 pull requests
-
chore: Rename cases array to suites to prevent further confusion
This contribution was made on Mar 12
-
chore: (gen-esbuild-test.js script) chore: Download .go source automatically if file not found
This contribution was made on Mar 12
-
chore(node): improve node/binding structure
This contribution was made on Mar 12
-
feat: rename vitest.config.ts to avoid warning; add empty caseConfig …
This contribution was made on Mar 12
-
chore: fix typo
This contribution was made on Mar 12
-
ci: add typo check in workflow.
This contribution was made on Mar 12
-
chore: Start adding JSDoc comments and types to gen-esbuild-test.js
This contribution was made on Mar 11
-
feat: add side effect detection for most of the statements
This contribution was made on Mar 11
-
chore: Prepare gen-esbuild-test.js script for JSDoc type integration
This contribution was made on Mar 11
-
feat: detect side effects in ConditionalExpression
This contribution was made on Mar 11
-
fix: build script pkgName parsing error
This contribution was made on Mar 11
-
docs: setup and test crates fixture path
This contribution was made on Mar 11
-
feat: emit warning for const assign code
This contribution was made on Mar 10
-
feat: improve side effect detection
This contribution was made on Mar 10
-
chore: Add JSDoc comments and types to
build-node-binding.jsThis contribution was made on Mar 10 -
chore: Added vscode rust debug configuration
This contribution was made on Mar 10
-
feat: detect side effects in string template literals
This contribution was made on Mar 9
-
chore: log the error when test is failing
This contribution was made on Mar 9
-
refactor(binding): use ThreadsafeFunction as callback input
This contribution was made on Mar 9
-
chore: fix duplicate entries
This contribution was made on Mar 9
-
chore: update Discord links to chat.rolldown.rs
This contribution was made on Mar 9
-
test: fix test input by removing go string template syntax
This contribution was made on Mar 9
-
chore: remove chalk deps
This contribution was made on Mar 9
-
Improve node access safety
This contribution was made on Mar 9
-
chore: reuse
metadatainsymlink_metadataThis contribution was made on Mar 9 - Some pull request reviews not shown.
rolldown/string_wizard
1 pull request
-
refactor: using sourcemap as sourcemap builder
This contribution was made on Mar 12
Created an issue in rolldown/rolldown that received 4 comments
yarn build --no-wasm could not detect changes of rolldown_binding's dependecies
To make sure the just test-node always running node tests with latest code, yarn build --no-wasm need to build rolldown_node_binding freshly when t…
4
comments
Opened 6 other issues in 2 repositories
rolldown/rolldown
3
open
2
closed
-
Automatic nightly release for
rolldownpackageThis contribution was made on Mar 11 -
Improve
SideEffectDetectorfor template literalThis contribution was made on Mar 9 -
[Tracking] Support emitting source map
This contribution was made on Mar 6
-
Should not render empty module
This contribution was made on Mar 6
-
Changelog strategy
This contribution was made on Mar 6
rolldown/string_wizard
1
open
-
Support emitting source map for
Joiner.This contribution was made on Mar 6
Answered 2 discussions in 1 repository
rolldown/rolldown
rolldown/rolldown
-
Question: Is rolldown able to remove inconsistencies between development and build completely?
This contribution was made on Mar 11
-
Does it support decorator metadata?
This contribution was made on Mar 8







