ui/next: fix bundling by explicitly listing files in tsconfig#6839
ui/next: fix bundling by explicitly listing files in tsconfig#6839tamird merged 1 commit intocockroachdb:masterfrom tamird:ui-fix-bundle
Conversation
|
This causes problems when writing tests in editors that check for errors. You won't get automatic errors while writing test files, because they will not be part of the compilation (because the tsconfig has no notion of them).
|
|
Are you sure? I'm still getting errors in my editor in test files. |
|
It breaks both Vim and VSCode.
|
|
I believe an alternative fix is to ensure that the |
|
Yeah, that's true, but sucks :(
|
|
What's the status of this PR? |
|
We should sit down and talk about this since it's IDE specific. Some editors support the extra option |
|
Apparently this is no longer an issue in vscode. I have also stopped using vim, so this shouldn't be an issue for our main contributors anymore. |
|
I support getting this in, since bundling is broken for me locally. |
|
LGTM |
|
OK, will do in a bit.
|
cc @maxlang
Closes #7371.
This change is