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

feat(extensions): Add Extensions API #1960

Merged
merged 3 commits into from Nov 16, 2022
Merged

feat(extensions): Add Extensions API #1960

merged 3 commits into from Nov 16, 2022

Commits on Sep 19, 2022

  1. Scaffolding out extensions namespace (#1829)

    * starting scaffolding
    
    * Finish scaffolding extensions
    
    * adding whitespace
    joehan committed Sep 19, 2022
    Copy the full SHA
    510dd30 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Implements Extensions namespace (#1838)

    * starting scaffolding
    
    * Finish scaffolding extensions
    
    * adding whitespace
    
    * Implements Extensions namespace
    
    * Expose extensions module
    
    * fixing api-extractor by adding @internal
    
    * Improve error handling
    
    * lint
    
    * Add jsdocsand api-extract
    
    * merging
    
    * style fixes from 1829
    
    * style fix
    
    * Addressing PR comments
    
    * Clean up getRuntimeData
    
    * typo fix
    
    * in the tests as well
    
    * PR fixes
    
    * round 2 of fixes
    
    * PR fixes
    
    * Update src/extensions/extensions.ts
    
    Co-authored-by: Kevin Cheung <kevinthecheung@users.noreply.github.com>
    
    * Update src/extensions/extensions.ts
    
    Co-authored-by: Kevin Cheung <kevinthecheung@users.noreply.github.com>
    
    * Update src/extensions/extensions.ts
    
    Co-authored-by: Kevin Cheung <kevinthecheung@users.noreply.github.com>
    
    * Update src/extensions/extensions.ts
    
    Co-authored-by: Kevin Cheung <kevinthecheung@users.noreply.github.com>
    
    * Docs pass
    
    * lint
    
    * Fix test
    
    Co-authored-by: Kevin Cheung <kevinthecheung@users.noreply.github.com>
    joehan and kevinthecheung committed Oct 4, 2022
    Copy the full SHA
    01da11a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Copy the full SHA
    93a1871 View commit details
    Browse the repository at this point in the history