Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Nov 6, 2018. It is now read-only.

WIP: generate API docs#62

Open
sqs wants to merge 2 commits into
mastersourcegraph/sourcegraph-extension-api:masterfrom
typedocsourcegraph/sourcegraph-extension-api:typedocCopy head branch name to clipboard
Open

WIP: generate API docs#62
sqs wants to merge 2 commits into
mastersourcegraph/sourcegraph-extension-api:masterfrom
typedocsourcegraph/sourcegraph-extension-api:typedocCopy head branch name to clipboard

Conversation

@sqs

@sqs sqs commented Sep 14, 2018

Copy link
Copy Markdown
Member

fix #46

I want this only to emit sourcegraph.d.ts API docs, not internal API docs, but I haven't figured out how to do that yet.

sqs added 2 commits September 13, 2018 18:19
It was not used and is not necessary.
I want this only to emit sourcegraph.d.ts API docs, not internal API docs, but I haven't figured out how to do that yet.
@cspotcode

Copy link
Copy Markdown

Can you use @internal annotations plus tsc's stripInternal option?

@sqs

sqs commented Oct 12, 2018

Copy link
Copy Markdown
Member Author

I will try that. Thanks!

@chrismwendt

Copy link
Copy Markdown

Here's how to move this PR to https://github.com/sourcegraph/sourcegraph/tree/master/packages/sourcegraph-extension-api

cd browser-extensions
git format-patch master --stdout > /tmp/patch

cd ../sourcegraph
cat /tmp/patch | git am -3 --directory=packages/sourcegraph-extension-api/
# and fixup merge conflicts

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.