We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
因为目前x-validator需要配置一些变量而这些变量在转换中不存在又希望变量使用的符号{{}}保持一致。但是目前 x-validator 无法在 x-compile-omitted 配置中生效 所以希望能支持忽视compile
{{}}
formily/packages/json-schema/src/shared.ts
Line 103 in ec5485f
if (schema['x-validator'] !== undefined) { visitor(schema['x-validator'], ['x-validator'], schema['x-compile-omitted']?.includes('x-validator') ); }
x-compile-omitted 能够对 x-validator 生效
The text was updated successfully, but these errors were encountered:
欢迎 PR 哈
Sorry, something went wrong.
@janryWang 一般多久mr。流程是怎么样的很少用这方面不是很懂
No branches or pull requests
What problem does this feature solve?
因为目前x-validator需要配置一些变量而这些变量在转换中不存在又希望变量使用的符号
{{}}
保持一致。但是目前 x-validator 无法在 x-compile-omitted 配置中生效所以希望能支持忽视compile
formily/packages/json-schema/src/shared.ts
Line 103 in ec5485f
What does the proposed API look like?
x-compile-omitted 能够对 x-validator 生效
The text was updated successfully, but these errors were encountered: