Pinned Loading
-
rollup-plugin-node-externals
rollup-plugin-node-externals PublicA Rollup/Vite plugin that automatically declares NodeJS built-in modules and npm dependencies as 'external'
-
magic-json
magic-json PublicParse and re-stringify JSON strings and files, preserving indentation and line endings.
TypeScript
-
koffi-cream
koffi-cream PublicA lighter packaging for Koffi, the fast and simple C FFI (foreign function interface) for Node.js
TypeScript 1
-
458 contributions in the last year
Skip to contributions year listDay of Week | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
September 2025
Created 26 commits in 4 repositories
Created 3 repositories
-
Septh/repro-nano-spawn-optional-properties
TypeScript
This contribution was made on Sep 21
-
Septh/dts-bundle-generator
TypeScript
This contribution was made on Sep 2
-
Septh/rollup-plugins-collection
TypeScript
This contribution was made on Sep 2
Created a pull request in rollup/plugins that received 2 comments
Support node16+ moduleResolution
in ESM directories through named exports
Rollup Plugin Name: {name}
This PR contains:
bugfix
feature
refactor
documentation
other
Are tests included?
yes (bugfixes and features w…
Created an issue in vitejs/vite that received 3 comments
Vite doesn't await async plugin factories
Describe the bug
Hi there!
In the latest version of my rollup-plugin-node-externals plugin, the plugin factory is async
and thus returns a Promise
.…