Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d5f1042
docs(spec): bundler-as-analyzer design for createT tree-shaking
bigmistqke Jun 1, 2026
d534b7b
docs(plan): implementation plan for vite-plugin-solid-three
bigmistqke Jun 1, 2026
c291801
chore(vps3): scaffold vite-plugin-solid-three package
bigmistqke Jun 1, 2026
ebed63f
feat(vps3): recognize createT calls and result binding (single-file)
bigmistqke Jun 1, 2026
57cb163
feat(vps3): classify namespace catalogue argument
bigmistqke Jun 1, 2026
11e0dbf
feat(vps3): classify object-literal catalogue (entries, spreads, gett…
bigmistqke Jun 1, 2026
923f061
test(vps3): lock catalogue bail cases
bigmistqke Jun 1, 2026
4e63f90
feat(vps3): scaffold module generator and id codec
bigmistqke Jun 1, 2026
da258ad
feat(vps3): enumerate namespace module export names
bigmistqke Jun 1, 2026
5f1e4e9
feat(vps3): key-universe and last-write-wins provider resolution
bigmistqke Jun 1, 2026
68be13e
feat(vps3): measure (pass 1) and emit (pass 2) rewrites
bigmistqke Jun 1, 2026
634a67f
feat(vps3): Vite plugin with two-pass measure/emit orchestration
bigmistqke Jun 1, 2026
06fefd2
refactor(vps3): address review — defensive renderedExports, normalize…
bigmistqke Jun 1, 2026
27fbfe9
test(vps3): fixture matrix — literal, override, dynamic-bail, union
bigmistqke Jun 1, 2026
5371bcf
test(vps3): code-split and dynamic-import fixtures
bigmistqke Jun 1, 2026
7384388
test(vps3): browser soundness oracle
bigmistqke Jun 1, 2026
0aaac5b
docs(vps3): README; local tsup config for a clean dist build
bigmistqke Jun 1, 2026
4aafad1
fix(vps3): emit verbatim getters as members; address final review
bigmistqke Jun 1, 2026
90c7719
docs(spec): post-implementation notes — build-cost trilemma, cheaper …
bigmistqke Jun 1, 2026
53e9336
fix(vps3): default-export Heavy fixture so lazy() typechecks (root tsc)
bigmistqke Jun 1, 2026
3144780
chore: stop tracking docs/superpowers/plans (internal process artifac…
bigmistqke Jun 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ tests/**/__screenshots__/
site/.output
site/.nitro
site/.solid-start
site/.vinxi
site/.vinxi
docs/superpowers/plans/
Loading
Loading