You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just submitted a pull request #7 that will resolve this issue as well. Once merged in, if you land at the mozilla homepage it will be because there are no docs for the specified type yet or this library needs to be rebuilt.
* added a gitignore to ignore node modules
* clean up build process
This build directory made no sense to me. It was requiring a non
existent file and writing to an un-used/ un-exported file. Also the
source file was not exported or used anywhere that I could see. To make
building better I made the following changes:
- rename the `build` directory to `scripts` as `build` is misleading
- remove the file `source.json`
- propagate the last pull request #4 to the build script
- add an npm command to build `npm run build`
Now running `npm run build` will use the file `globals-docs.json` as its
input and output file. To add more browser features just set a key to
the feature name and the value to https://developer.mozilla.org and run
`npm run build` to resolve the mozilla documentation and generate a new
`globals-docs.json`
* add support for the basic webrtc types
* refactor build script to resolve issue #5
* remove wildcard .log ignore
* remove `SVGColor` global as no browser supports it
Steps to reproduce:
$ git grep ': "https://developer.mozilla.org/en-US/",'
Actual results:
The text was updated successfully, but these errors were encountered: