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-compiler): inline external library imports #517

Closed
wants to merge 27 commits into from

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    98cafff View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    1978d31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de8b473 View commit details
    Browse the repository at this point in the history
  3. improve

    marcus-sa committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    beab438 View commit details
    Browse the repository at this point in the history
  4. improve 2nd iteration

    marcus-sa committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    54b14d4 View commit details
    Browse the repository at this point in the history
  5. rename inlineExternalImports to inlineExternalLibraryImports

    matches with typescript's definition of it
    marcus-sa committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d0ac269 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into feat/inline-external-types

    Signed-off-by: Marcus S. Abildskov <8391194+marcus-sa@users.noreply.github.com>
    marcus-sa committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    fa184dd View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. prefix external runtime type names with __ɵΩ

    so that external type names don't clash with user defined type names when inlined
    marcus-sa committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8d869b3 View commit details
    Browse the repository at this point in the history
  2. prefix external runtime type names with __ɵΩ

    so that external type names don't clash with user defined type names when inlined
    marcus-sa committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    37322ce View commit details
    Browse the repository at this point in the history
  3. external runtime types are now scoped to encapsulate each embedded ex…

    …ternal library correctly
    marcus-sa committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0b19891 View commit details
    Browse the repository at this point in the history
  4. save

    marcus-sa committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6d88feb View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. improve

    marcus-sa committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f8b1505 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    bda9159 View commit details
    Browse the repository at this point in the history
  2. save

    marcus-sa committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    f16b6e4 View commit details
    Browse the repository at this point in the history
  3. save

    marcus-sa committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b980dcb View commit details
    Browse the repository at this point in the history
  4. improve

    marcus-sa committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    10e6d04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c41b981 View commit details
    Browse the repository at this point in the history
  6. fix(type): processor

    marcus-sa committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    05dad77 View commit details
    Browse the repository at this point in the history
  7. build: update tsconfig

    marcus-sa committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8bd0027 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    6ed8d2b View commit details
    Browse the repository at this point in the history
  2. refactor: cleanup

    marcus-sa committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e849dfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eeb978 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. revert(type-compiler): keep reflection options the same for package.json

    Signed-off-by: Marcus S. Abildskov <8391194+marcus-sa@users.noreply.github.com>
    marcus-sa committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    cf31773 View commit details
    Browse the repository at this point in the history
  2. refactor

    marcus-sa committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    65489e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    0283044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    749d118 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Merge branch 'master' into feat/inline-external-types

    Signed-off-by: Marcus S. Abildskov <8391194+marcus-sa@users.noreply.github.com>
    marcus-sa committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c926db5 View commit details
    Browse the repository at this point in the history