Highlights
- Arctic Code Vault Contributor
- 12 discussions answered
Pinned
2,765 contributions in the last year
Less
More
Activity overview
Contribution activity
April 2021
Created 279 commits in 20 repositories
Created 9 repositories
- aleclarson/hyper-seoul256 JavaScript
- aleclarson/caller-path JavaScript
- aleclarson/p-stream JavaScript
- aleclarson/cush-shell TypeScript
- aleclarson/mdx JavaScript
- aleclarson/map-filter-ts JavaScript
- aleclarson/remark-slug JavaScript
- aleclarson/quick-lru JavaScript
- aleclarson/change-indent JavaScript
Created a pull request in brillout/vite-plugin-mdx that received 18 comments
feat: embed other mdx/md files
By importing a .mdx or .md file without an import specifier, you can embed its contents within the importing .mdx file.
import "../foo/bar.mdx"
+435
−134
•
18
comments
Opened 15 other pull requests in 6 repositories
brillout/vite-plugin-mdx
6
merged
1
closed
vitejs/vite
3
open
1
merged
sindresorhus/caller-path
1
merged
remarkjs/remark-slug
1
closed
sindresorhus/quick-lru
1
closed
jonschlinkert/change-indent
1
open
Reviewed 2 pull requests in 1 repository
vitejs/vite 2 pull requests
Created an issue in mdx-js/mdx that received 9 comments
Alternative to createMdxAstCompiler without mdxAstToMdxHast
I want an export like createMdxAstCompiler but I also want to preserve the MDX syntax tree, instead of getting a HTML syntax tree back.
This is for…
9
comments
Opened 21 other issues in 6 repositories
alloc/indo
10
open
5
closed
- Treat devDependencies as vendor packages
- Support nested roots without separate repository
- Run default command from highest indo root
-
Pull cloned repos automatically on
indocommand - Skip building packages with no dependents
- Parallelize installs and builds
- Add heuristics for automatic rebuilds/reinstalls
- Use build-if-changed instead of building only when node_modules are missing
- Skip cloning if linked vendor package overrides it
- Some commands ignore nested roots
- Remove package scripts before install
- Dependencies using "link:" protocol not initialized before dependent package
- Link dependencies before building
- Sparse checkout
- Better logging for connection error when cloning

