-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Begin refactor of... everything #107
base: main
Are you sure you want to change the base?
Conversation
…inspector development
Fixes the processing regex statement to permit the processing of minifed files where the first exports.XYZ statement isn't on a "newline"/^ but rather allow for ";" as the previous statement
Getting very close to being able to put out an early alpha. React Development and Production bundles are being transformed properly, workers are working, there's currently a 3 stage process for discovering the moduleMap, then transpiling only the modules being used, and intelligently selecting development/production cjs paths instead of the "shims" that React, React-DOM, Scheduler, etc... provide, this reduces unnecessary file loading and transpilation. |
Get transformer controller up and running for automatic module import
This PR will bring this module to be more performant, and closer to being fully production ready.