-
Notifications
You must be signed in to change notification settings - Fork 203
Closed
Labels
Description
I'm planning to resume my works on brackets-typescript soon, and I thought about this.
Basically brackets-typescript is composed of 2 parts :
- a web worker that manage all the 'project-like' logic, and expose services for error auto-completion, etc etc
- a front script that manage all the integration with brackets and feed the web-worker with info about filesystem, working-set, editing etc etc.
Perhaps I could externalize the web-worker part and it could be used by this extension, I think that would benefits to both extension since more than 50% of the hard work is in the web-worker, so user of this extension and the brackets one could contribute to the same codebase.