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

Support TypeScript's export type * as Foo from 'bar' #4125

Merged
merged 2 commits into from
Aug 12, 2023

Conversation

Jarred-Sumner
Copy link
Collaborator

What does this PR do?

Implements microsoft/TypeScript#52217

How did you verify your code works?

There is a test

@github-actions
Copy link
Contributor

@Jarred-Sumner 3 files with test failures on bun-darwin-aarch64:

  • test/js/bun/test/test-test.test.ts
  • test/js/node/dns/node-dns.test.js
  • test/js/third_party/esbuild/esbuild-child_process.test.ts

View test output

#54750c527d6e48db42b0b2ab11fb2858d02ee205

@github-actions
Copy link
Contributor

@Jarred-Sumner 2 files with test failures on linux-x64:

  • test/js/third_party/esbuild/esbuild-child_process.test.ts
  • test/js/third_party/prisma/prisma.test.ts

View test output

#54750c527d6e48db42b0b2ab11fb2858d02ee205

@github-actions
Copy link
Contributor

@Jarred-Sumner 2 files with test failures on linux-x64-baseline:

  • test/js/third_party/esbuild/esbuild-child_process.test.ts
  • test/js/third_party/prisma/prisma.test.ts

View test output

#54750c527d6e48db42b0b2ab11fb2858d02ee205

@Jarred-Sumner Jarred-Sumner merged commit 43ebffe into main Aug 12, 2023
15 of 19 checks passed
@Jarred-Sumner Jarred-Sumner deleted the jarred/export-star branch August 12, 2023 01:06
@github-actions
Copy link
Contributor

@Jarred-Sumner 6 files with test failures on bun-darwin-x64-baseline:

  • test/js/bun/spawn/spawn-streaming-stdin.test.ts
  • test/js/bun/sqlite/sqlite.test.js
  • test/js/third_party/esbuild/esbuild-child_process.test.ts
  • test/js/third_party/webpack/webpack.test.ts
  • test/js/web/fetch/fetch.test.ts
  • test/js/web/timers/setTimeout.test.js

View test output

#54750c527d6e48db42b0b2ab11fb2858d02ee205

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.

2 participants