-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Browser migration #11
Comments
abose
added a commit
that referenced
this issue
Aug 13, 2021
abose
added a commit
that referenced
this issue
Aug 23, 2021
abose
added a commit
that referenced
this issue
Aug 23, 2021
This was referenced Aug 23, 2021
This was referenced Aug 30, 2021
This was referenced Aug 31, 2021
Browser migration is complete. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Browser does not have nodejs env. We have to create remove node dep from brackets to port to the browser while maintaining the feature compatibility.
Stage 1 - Node runtime removal
Remove deprecated npm flows
Remove npm-shrinkwrap based package locks to enable node upgrade #9Remove all node based default extensions.
brackets-eslint removed as part of this changephp tooling removed. Will not merge in phoenix core till we have dev request. Php tooling extension removed #8Remove auto update extension in favor of web update #7Remove brackets usage tracking health data extension. #13Deprecte JavaScriptCodeHints extension #14Remove OpenWithExternalApplication extension #15Remove StaticServer extension #16Direct integration for their party deps instead of old NPM
Remove old NPM based third-party installs. #40Stage 2 - brackets functionality reinstate with node alternative libs in the browser
Build Nodejs compatibility layer in browser
Phoenix virtual file system(VFS) #19FS file system access naive api for the browser #3Reinstate browser native server functionality for live view. #18Migrate functionality
Move default project creation to VFS #22Load Phoenix from a web server instead offile:///
URL within the brackets shell #24Fix extension loading issues when phoenix is loaded from a web server. #26language server support in the browser. #27Reinstate functionality
Copy paste functionality is broken #51Delete files functionality is not working. #52Fix file system watchers. #47help menu #74The text was updated successfully, but these errors were encountered: