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(type,type-compiler): inline external library imports #541

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

marcus-sa
Copy link
Contributor

@marcus-sa marcus-sa commented Jan 23, 2024

Summary of changes

Supersedes #517

This introduces a new entry for the type compiler options in tsconfig.json.

{
  "deepkitTypeCompilerOptions": {
    "inlineExternalLibraryImports": {
      "rxjs": true, // mark all imports to be inlined
      // or
      "rxjs": ["Observable", "Subject"] // mark selected imports to be inlined
    }
  }
}

Relinquishment of Rights

Please mark following checkbox to confirm that you relinquish all rights of your changes:

  • I waive and relinquish all rights regarding this changes (including code, text, and images) to Deepkit UG (limited), Germany. This changes (including code, text, and images) are under MIT license without name attribution, copyright notice, and permission notice requirement.

@marcus-sa marcus-sa marked this pull request as draft January 24, 2024 12:35
Signed-off-by: Marcus S. Abildskov <8391194+marcus-sa@users.noreply.github.com>
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.

None yet

1 participant