forked from livebud/bud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for v8pipe support (livebud#116)
* package/js/v8server: migrate from using bud executable to render JS more quickly in dev to using a passed in re-write os.Pipe (WIP) * tool/v8: rename 'bud tool v8 client' to 'bud tool v8 server'. * internal/extrafile: rework api to be less error-prone. * internal/imhash: improve performance by avoiding re-computing seen imports. * package/exe: fix restart command. * package/js: support os.Pipe for communicating between v8client and v8server. scripts: add some miscellaneous tests scripts * bump up client timeout to fix tests
- Loading branch information
1 parent
f0211fc
commit 418fae4
Showing
22 changed files
with
633 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.