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!: support tsconfig: false and inline object to disable tsconfig resolving #45

Merged
merged 2 commits into from
Jun 1, 2024

Conversation

antfu
Copy link
Contributor

@antfu antfu commented May 18, 2024

Breaking: Now requires minimal esbuild v0.18, for tsconfigRaw support

Allow tsconfig: false or tsconfig: { compilerOptions: { ... }} to bypass local tsconfig.json resolve and provide explicit configs.

Related: eslint/config-inspector#52

Also want to have this for feature parity in importx

Copy link

codesandbox bot commented May 18, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

socket-security bot commented May 18, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/esbuild@0.18.20 environment, filesystem, network, shell 0 131 kB evanw

🚮 Removed packages: npm/esbuild@0.17.5

View full report↗︎

@egoist egoist merged commit 8e638bf into egoist:main Jun 1, 2024
3 checks passed
egoist pushed a commit that referenced this pull request Jun 1, 2024
… resolving (#45)

BREAKING CHANGES:

- requires esbuild 0.18
egoist added a commit that referenced this pull request Jun 1, 2024
…able tsconfig resolving (#45)"

This reverts commit 20b0014.
egoist added a commit that referenced this pull request Jun 1, 2024
… resolving (#45)

BREAKING CHANGE: requires esbuild 0.18+
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