mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Limit auto import provider project size (#39855)
* Limit auto import provider project size * Add test * Make option configurable * Fix test * Only bail when setting is auto * Fix other test * Update API baseline
This commit is contained in:
@@ -211,9 +211,9 @@ namespace ts {
|
||||
|
||||
/* @internal */
|
||||
export const enum PackageJsonAutoImportPreference {
|
||||
None,
|
||||
ExcludeDevDependencies,
|
||||
All
|
||||
Off,
|
||||
On,
|
||||
Auto,
|
||||
}
|
||||
|
||||
export interface PerformanceEvent {
|
||||
|
||||
Reference in New Issue
Block a user