Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
fable-compiler
/
vite-plugin-fable
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
44
Code
Issues
6
Pull requests
4
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
A whole lot of changes
- #63
#63
Merged
nojaf
merged 29 commits into
main
fable-compiler/vite-plugin-fable:main
from
improve-vite-plugin
fable-compiler/vite-plugin-fable:improve-vite-plugin
Copy head branch name to clipboard
Aug 29, 2026
Conversation
Commits
29
(29)
Checks
Files changed
Merged
A whole lot of changes
#63
nojaf
merged 29 commits into
main
fable-compiler/vite-plugin-fable:main
from
improve-vite-plugin
fable-compiler/vite-plugin-fable:improve-vite-plugin
Copy head branch name to clipboard
Commits
Commits on Aug 29, 2026
Convert the Vite plugin to TypeScript
Show description for 03d1637
nojaf
committed
03d1637
View commit details
Copy full SHA for 03d1637
Browse repository at this point
Harden the daemon and move it behind an interface
Show description for 753ba40
nojaf
committed
753ba40
View commit details
Copy full SHA for 753ba40
Browse repository at this point
Test the Vite hooks against a stub daemon
Show description for 50e6d53
nojaf
committed
50e6d53
View commit details
Copy full SHA for 50e6d53
Browse repository at this point
Lint with oxlint and require explicit type annotations
Show description for ed31f94
nojaf
committed
ed31f94
View commit details
Copy full SHA for ed31f94
Browse repository at this point
fmt:check on main
nojaf
committed
b4db861
View commit details
Copy full SHA for b4db861
Browse repository at this point
Fail vite build when F# compilation fails
Show description for 11a0288
nojaf
committed
11a0288
View commit details
Copy full SHA for 11a0288
Browse repository at this point
Migrate to hotUpdate and fix the HMR pipeline
Show description for f9bf19b
nojaf
committed
f9bf19b
View commit details
Copy full SHA for f9bf19b
Browse repository at this point
Enable strict mode and set up plugin inspection tooling
Show description for 7f5fa80
nojaf
committed
7f5fa80
View commit details
Copy full SHA for 7f5fa80
Browse repository at this point
Fix the transform sourcemap signal and path normalisation
Show description for 0a46297
nojaf
committed
0a46297
View commit details
Copy full SHA for 0a46297
Browse repository at this point
Compile Release for every build, not just --mode production
Show description for 9a65340
nojaf
committed
9a65340
View commit details
Copy full SHA for 9a65340
Browse repository at this point
Invalidate caches on option changes and validate the options
Show description for e3bbf4b
nojaf
committed
e3bbf4b
View commit details
Copy full SHA for e3bbf4b
Browse repository at this point
Match transform ids that carry a query string
Show description for 34051cd
nojaf
committed
34051cd
View commit details
Copy full SHA for 34051cd
Browse repository at this point
Answer every message the daemon fails to serve
Show description for 0b2ee6e
nojaf
committed
0b2ee6e
View commit details
Copy full SHA for 0b2ee6e
Browse repository at this point
Start the dev server before the first F# compile
Show description for c667555
nojaf
committed
c667555
View commit details
Copy full SHA for c667555
Browse repository at this point
Make the JSX and Fast Refresh handoff to plugin-react explicit
Show description for d407310
nojaf
committed
d407310
View commit details
Copy full SHA for d407310
Browse repository at this point
Print one line per compile, with a debug option for the rest
Show description for 86687b8
nojaf
committed
86687b8
View commit details
Copy full SHA for 86687b8
Browse repository at this point
Compile once per change, not once per environment
Show description for 1d5c6b8
nojaf
committed
1d5c6b8
View commit details
Copy full SHA for 1d5c6b8
Browse repository at this point
Vite and Fable might be present
nojaf
committed
625de54
View commit details
Copy full SHA for 625de54
Browse repository at this point
Remember every change being fanned out, not just the last one
Show description for 2e62153
nojaf
committed
2e62153
View commit details
Copy full SHA for 2e62153
Browse repository at this point
Serve the compiled F# from load, and keep what the daemon read
Show description for 50f2265
nojaf
committed
50f2265
View commit details
Copy full SHA for 50f2265
Browse repository at this point
Update ROADMAP
nojaf
committed
7bac35d
View commit details
Copy full SHA for 7bac35d
Browse repository at this point
Crack the project when its MSBuild inputs change, and only once
Show description for ad02400
nojaf
committed
ad02400
View commit details
Copy full SHA for ad02400
Browse repository at this point
Strip the roadmap to what is left, and stop pointing at it
Show description for 5e13b91
nojaf
committed
5e13b91
View commit details
Copy full SHA for 5e13b91
Browse repository at this point
Add test for what we send over the wire.
nojaf
committed
dc6b605
View commit details
Copy full SHA for dc6b605
Browse repository at this point
Stop reporting diagnostics for files in fable_modules
Show description for 800bae6
nojaf
committed
800bae6
View commit details
Copy full SHA for 800bae6
Browse repository at this point
Let the daemon be asked what it is doing, in JSON
Show description for e32e0f8
nojaf
committed
e32e0f8
View commit details
Copy full SHA for e32e0f8
Browse repository at this point
Ship the daemon prebuilt instead of building it on install
Show description for ec73f4e
nojaf
committed
ec73f4e
View commit details
Copy full SHA for ec73f4e
Browse repository at this point
Run the PR tests on Linux, macOS and Windows
Show description for a3a914e
nojaf
committed
a3a914e
View commit details
Copy full SHA for a3a914e
Browse repository at this point
Make test cross plat
nojaf
committed
ab39abe
View commit details
Copy full SHA for ab39abe
Browse repository at this point
You can’t perform that action at this time.