Skip to content
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

Fix runtests-browser in gulp, including RWC, remove into-stream #17540

Merged
merged 1 commit into from
Aug 1, 2017

Conversation

weswigham
Copy link
Member

Fixes #17010

Browserify/gulp-typescript had taken some minor version bumps in the last year that made what we were doing before ever-so-slightly completely nonfunctional (mostly a more correct handling of the current directory and paths). It's now better and, additionally, does not rely on into-stream.

Also adds the long timeout we specify for RWC tests directly into the RWC tests themselves, this way the timeout works in the browser (meaning you can debug RWC tests in the browser, like I'm about to).

@weswigham weswigham requested review from a user and rbuckton July 31, 2017 23:32
@rbuckton
Copy link
Member

rbuckton commented Aug 1, 2017

Have we upgraded to using gulp-sourcemaps 2.x yet? We were doing a lot of things to work around sourcemap paths that can be resolved by using 2.x with the 'destPath' option.

@weswigham
Copy link
Member Author

@rbuckton we're on latest AFAIK. All we're doing right now is stripping/resetting source roots and combining multiple layers of source maps with sorcery.

@weswigham weswigham merged commit 2c2df9e into microsoft:master Aug 1, 2017
@weswigham weswigham deleted the fix-runtests-browser-gulp branch August 1, 2017 18:14
GulajavaMinistudio added a commit to GulajavaMinistudio/TypeScript that referenced this pull request Aug 2, 2017
Fix runtests-browser in gulp, including RWC, remove into-stream (microsoft#17540)
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants