| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Co-authored-by: Sheetal Nandi <sheetalkamat@users.noreply.github.com>
|
Sheetal Nandi (@sheetalkamat) That's all applied and test cases are looking good and pass 👍 Sorry for the delay! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #57047
When merged, this allows plugins to also be loaded from package subpaths.
Before, tsconfig.json:compilerOptions.plugins[] would:
After, tsconfig.json:compilerOptions.plugins[] will:
I noticed while looking at the tests that . and .. are accepted plugin names, which is likely unintentional.