Skip to content

issues Search Results · repo:gr2m/javascript-plugin-architecture-with-typescript-definitions language:TypeScript

Filter by

13 results
 (69 ms)

13 results

ingr2m/javascript-plugin-architecture-with-typescript-definitions (press backspace or delete to remove)

Hello In my setup, a plugin A adds a method and/or property to the base. Then a plugin B calls the method and accesses the property. It works fine. However I have no clue of how I should type my code ...
  • jpbourgeon
  • 2
  • Opened 
    on Sep 27, 2021
  • #71

This issue provides visibility into Renovate updates and their statuses. Learn more This repository currently has no open or pending branches. - [ ] !-- manual job -- Check this box to trigger a request ...
  • renovate[bot]
  • Opened 
    on Aug 30, 2021
  • #70

Test case: playground Screenshot img width= 776 alt= image src= https://user-images.githubusercontent.com/39992/126394080-54bf76ca-3e96-4db4-a16a-6aab285c759e.png
bug
help wanted
  • gr2m
  • Opened 
    on Jul 20, 2021
  • #67

The current implementation of plugin is a result of quite a long research when we first created it. The only way we got it to work is by creating an interface Base.plugin() which requires at least one ...
  • gr2m
  • 3
  • Opened 
    on Jul 17, 2021
  • #61

This is a follow up to https://github.com/gr2m/javascript-plugin-architecture-with-typescript-definitions/pull/57#discussion_r670864919 I think what I d suggest we do is to add a new use-cases folder, ...
released
  • gr2m
  • 1
  • Opened 
    on Jul 17, 2021
  • #60

optimize the code of index.js and index.d.ts instead. I think it would also be cool if plugins could extend the constructor options, so something like this would be possible import { Base } from javascript-plugin-architecture-with-typescript-definitions ...
help wanted
released
  • gr2m
  • 7
  • Opened 
    on Jun 8, 2021
  • #45

There is an error with this repository s Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved. Location: package.json Error type: The renovate configuration ...
  • renovate[bot]
  • Opened 
    on May 29, 2021
  • #44

Example const BaseWithDefaults = Base.defaults({ parentOption: value }) const baseWithDefaults = new BaseWithDefaults({ childOption: value }) baseWithDefaults.options.childOption // should be typed ...
released
  • gr2m
  • 3
  • Opened 
    on Apr 1, 2021
  • #32

Example const base = new Base() // TS complains as expected base.unknown const BaseWithDefaults = Base.defaults({}) const baseWithDefaults = new BaseWithDefaults // TS does _not_ complain, `.unknown` ...
released
  • gr2m
  • 6
  • Opened 
    on Apr 1, 2021
  • #31
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub