文件名称:ember-changeset-hofs:(未维护,请勿使用)灰烬变更集的高阶验证功能
文件大小:28KB
文件格式:ZIP
更新时间:2024-06-07 20:50:46
JavaScript
ember-changeset-hofs用于提供高阶验证函数 。 此插件提供and和or更高阶功能,使您可以将验证组合在一起。 如果您想要&&和||的短路行为,这将很有用。 。 例如: // app/validations/user.js import and from 'ember-changeset-hofs/utils/and' import or from 'ember-changeset-hofs/utils/or' export const { email : and ( validateFormat ( { type : 'email' } ) , askServerIfExists ( ) , // will not get called if validateFormat fails ) , anotherEmail : or (
【文件预览】:
ember-changeset-hofs-master
----.travis.yml(758B)
----.ember-cli(280B)
----ember-cli-build.js(574B)
----vendor()
--------.gitkeep(0B)
----addon()
--------utils()
--------.gitkeep(0B)
----config()
--------eslint.js(219B)
--------ember-try.js(946B)
--------environment.js(111B)
----index.js(92B)
----.watchmanconfig(37B)
----package.json(1KB)
----assets()
--------title.svg(17KB)
----.bowerrc(60B)
----tests()
--------test-helper.js(110B)
--------index.html(1KB)
--------unit()
--------.eslintrc.js(192B)
--------dummy()
--------integration()
--------helpers()
----Readme.md(1KB)
----app()
--------.gitkeep(0B)
----testem.js(237B)
----.npmignore(192B)
----.eslintrc.js(271B)
----LICENSE.md(1KB)
----.gitignore(247B)
----bower.json(240B)
----.editorconfig(368B)