Skip to content

sharing code with brackets-typescript #1

@fdecampredon

Description

@fdecampredon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions