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

Restructure and retarget parts of core for use in generating definitions from LibreOffice IDL #42

Closed
2 tasks
zspitz opened this issue Jul 19, 2017 · 1 comment
Labels

Comments

@zspitz
Copy link
Owner

zspitz commented Jul 19, 2017

In order to further the goal of generating Typescript definitions for the LibreOffice API, the core project should be split into two projects:

  1. writer- takes a TSNamespaceSet and produces a single Typescript string, formatted and split into lines
    This project should target .NET Standard
  2. tlibuilder - generates a TSNamespaceSet from one or more ActiveX type libraries
    This project should target .NET Desktop, because it reads information from the registry, and uses TLBINF32 to get type library information
    In addition, there should be a third project:
  3. idlbuilder - generates a TSNamespaceSet from the LibreOffice IDL files (and hopefully from other variants). This should target .NET Standard.
  • Split projects as above
  • Retarget appropriate projects to .NET Standard (when .NET Standard 2.0 is stable)
@zspitz zspitz added the core label Jul 19, 2017
@zspitz
Copy link
Owner Author

zspitz commented Aug 1, 2017

We can't target 4.7 because we're depending on MoreLINQ (morelinq/MoreLINQ#280), which is currently incompatible with 4.7.

zspitz added a commit that referenced this issue Aug 1, 2017
@zspitz zspitz closed this as completed in 3eaa402 Aug 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant