Skip to content

Commit 808ad42

Browse files
code major changes
1 parent ab90372 commit 808ad42

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+267
-22
lines changed

dist/FormValidator.js renamed to dist/cjs/FormValidator.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3636
exports.formValidator = exports.FormValidator = void 0;
3737
const validators = __importStar(require("./validators"));
3838
class FormValidator {
39-
validators;
40-
asyncValidators;
4139
constructor() {
4240
this.validators = { ...validators };
4341
this.asyncValidators = {};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)