Skip to content

Port IsSourceFileFromExternalLibrary, fix node18 emit #1234

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

Merged
merged 12 commits into from
Jun 20, 2025

Conversation

maschwenk
Copy link
Contributor

@maschwenk maschwenk commented Jun 18, 2025

Fixes #1215

@@ -970,6 +970,7 @@ func (p *Project) GetFileNames(excludeFilesFromExternalLibraries bool, excludeCo
result := []string{}
sourceFiles := p.program.GetSourceFiles()
for _, sourceFile := range sourceFiles {
// !! This is probably ready to be implemented now?
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because we have IsSourceFileFromExternalLibrary

@maschwenk maschwenk marked this pull request as ready for review June 19, 2025 18:47
@jakebailey
Copy link
Member

I still have more stuff to push; there are other weird things here that need to be fixed before this is ready.

@jakebailey jakebailey marked this pull request as draft June 19, 2025 18:49
@jakebailey
Copy link
Member

Okay, well that was annoying

@jakebailey jakebailey changed the title Port IsSourceFileFromExternalLibrary so that we can implement more paths in sourceFileMayBeEmitted Port IsSourceFileFromExternalLibrary, fix node18 emit Jun 19, 2025
@jakebailey jakebailey requested a review from sheetalkamat June 19, 2025 23:31
@jakebailey jakebailey marked this pull request as ready for review June 19, 2025 23:31
@jakebailey jakebailey enabled auto-merge June 20, 2025 00:18
@jakebailey jakebailey added this pull request to the merge queue Jun 20, 2025
Merged via the queue into microsoft:main with commit 652b18c Jun 20, 2025
22 checks passed
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.

When referenced external dependency contains .ts alongside .js of the same name, builds are nested
4 participants