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

web - enable sourcemaps #78690

Merged
merged 2 commits into from Aug 8, 2019
Merged

web - enable sourcemaps #78690

merged 2 commits into from Aug 8, 2019

Conversation

bpasero
Copy link
Member

@bpasero bpasero commented Aug 8, 2019

@bpasero bpasero added the web Issues related to running VSCode in the web label Aug 8, 2019
@bpasero bpasero added this to the August 2019 milestone Aug 8, 2019
@bpasero bpasero self-assigned this Aug 8, 2019
@bpasero bpasero merged commit b8a7a89 into master Aug 8, 2019
@bpasero bpasero deleted the ben/web-sourcemaps branch August 8, 2019 08:56
// optionally allow to pass in explicit base/maps to upload
const args = process.argv.slice(2);
const base = args[0];
const maps = args[1];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where are your ES3000 skillz? 🥇

const [base, maps, ...args] = process.argv;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joaomoreno I guess in the same place where your node.js skillz are.

Went with this:

const [base, maps] = process.argv.slice(2);

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahah yeah const [,,base, maps] = process.argv;

@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
web Issues related to running VSCode in the web
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants