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
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
98cafff
feat(type-compiler): inline external types
marcus-sa Nov 30, 2023
1978d31
rename external to inlineExternalImports
marcus-sa Dec 5, 2023
de8b473
Merge remote-tracking branch 'upstream/master' into 'origin/feat/inli…
marcus-sa Dec 5, 2023
beab438
improve
marcus-sa Dec 5, 2023
54b14d4
improve 2nd iteration
marcus-sa Dec 5, 2023
d0ac269
rename inlineExternalImports to inlineExternalLibraryImports
marcus-sa Dec 5, 2023
fa184dd
Merge branch 'master' into feat/inline-external-types
marcus-sa Dec 5, 2023
8d869b3
prefix external runtime type names with `__ɵΩ`
marcus-sa Dec 6, 2023
37322ce
prefix external runtime type names with `__ɵΩ`
marcus-sa Dec 6, 2023
0b19891
external runtime types are now scoped to encapsulate each embedded ex…
marcus-sa Dec 6, 2023
6d88feb
save
marcus-sa Dec 6, 2023
f8b1505
improve
marcus-sa Dec 7, 2023
bda9159
build: update tsconfig.json
marcus-sa Dec 8, 2023
f16b6e4
save
marcus-sa Dec 8, 2023
b980dcb
save
marcus-sa Dec 8, 2023
10e6d04
improve
marcus-sa Dec 8, 2023
c41b981
revert: unnecessary changes
marcus-sa Dec 8, 2023
05dad77
fix(type): processor
marcus-sa Dec 8, 2023
8bd0027
build: update tsconfig
marcus-sa Dec 8, 2023
6ed8d2b
chore: revert unnecessary changes
marcus-sa Dec 12, 2023
e849dfb
refactor: cleanup
marcus-sa Dec 12, 2023
4eeb978
fix(type-compiler): resolve external library import package id name
marcus-sa Dec 12, 2023
cf31773
revert(type-compiler): keep reflection options the same for package.json
marcus-sa Jan 9, 2024
65489e3
refactor
marcus-sa Jan 9, 2024
0283044
Merge remote-tracking branch 'upstream/master' into feat/inline-exter…
marcus-sa Jan 12, 2024
749d118
feat(type): update extractTypeNameFromFunction to match external libr…
marcus-sa Jan 12, 2024
c926db5
Merge branch 'master' into feat/inline-external-types
marcus-sa Jan 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading