-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove ajv schema verification of modern configuration (#4911)
- Loading branch information
Showing
78 changed files
with
204 additions
and
2,556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
'@modern-js/plugin-router-v5': minor | ||
'@modern-js/plugin-garfish': minor | ||
'@modern-js/runtime': minor | ||
'@modern-js/plugin-testing': minor | ||
'@modern-js/module-tools': minor | ||
'@modern-js/plugin-worker': minor | ||
'@modern-js/plugin-tailwindcss': minor | ||
'@modern-js/app-tools': minor | ||
'@modern-js/main-doc': minor | ||
'@modern-js/plugin-proxy': minor | ||
'@modern-js/plugin-devtools': minor | ||
'@modern-js/plugin-bff': minor | ||
'@modern-js/plugin-ssg': minor | ||
'@modern-js/plugin-swc': minor | ||
'@modern-js/utils': minor | ||
'@modern-js/core': minor | ||
'@scripts/prebundle': minor | ||
--- | ||
|
||
chore: remove ajv schema verification of configuration | ||
chore: 移除 ajv 对项目配置的校验 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
import type { JSONSchemaType } from '@modern-js/utils/ajv/json-schema'; | ||
|
||
export * from './plugin'; | ||
export * from './config'; | ||
export * from './pluginAPI'; | ||
export * from './hooks'; | ||
export * from './context'; | ||
export * from './coreOptions'; | ||
|
||
export interface PluginValidateSchema { | ||
target: string; | ||
schema: JSONSchemaType<any>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.