Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Add a ts_devserver rule #19

Closed
alexeagle opened this issue Jul 21, 2017 · 4 comments
Closed

Add a ts_devserver rule #19

alexeagle opened this issue Jul 21, 2017 · 4 comments
Assignees

Comments

@alexeagle
Copy link
Contributor

This requires a few things:

  • Each ts_library compilation should produce the _es5_manifest.MF file that lists the topo-sorted module graph observed in this compilation. We should decompose this out of tsickle where it currently lives, and put in a TS transformer. here's a pointer: https://github.com/angular/tsickle/blob/5ac90e8499acebbe828aa1314fcf4eb86dd6b08f/src/es5processor.ts#L113 - I am hoping @LucasSloan can help
    (note: we do this per-library to avoid re-parsing files when we get a request)
  • we need to open-source the Go implementation of our devserver and concatjs programs. Maybe @mprobst would like to get this started?
  • need the Bazel rule that runs the devserver
  • test that it works with ibazel

/cc @vsavkin

@evmar
Copy link
Contributor

evmar commented Sep 26, 2017

Assign this one to me.

@alexeagle
Copy link
Contributor Author

@evmar check your mail for an invite to be a collaborator on this repo

@alexeagle
Copy link
Contributor Author

@alexeagle alexeagle mentioned this issue Nov 14, 2017
alexeagle added a commit to alexeagle/rules_typescript that referenced this issue Nov 29, 2017
@alexeagle
Copy link
Contributor Author

Fixed by #63

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants