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

Link built-in objects to external documentation #1669

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

filips123
Copy link

Q A
Bug fix? no
New feature? yes
Breaking change? no
Deprecations? no
Tests added? no
Fixed issues fixes #1585
License Apache-2.0

This adds support for linking global built-in JavaScript objects to external documentation (MDN). It links most objects from here to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DATA-TYPE. It also supports cases when a type is written all lower-case (string) or all upper-case (STRING) or in a different case (stRINg).

It is currently not possible to disable this, change objects to link or change external documentation URL. This could be added in the future.

@filips123
Copy link
Author

filips123 commented Nov 25, 2019

@hegemonic All file conflicts are now fixed. Can this be merged?

@sardar7110
Copy link

~<

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

Successfully merging this pull request may close these issues.

Link to external documentations
2 participants