question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

validatorjs distributed with let syntax

See original GitHub issue

I am using version “3.19.2”, validatorjs is being distributed with let syntax in the dist/validator.js file. This causes backwards compatibility issues with browsers that do not support the syntax: https://caniuse.com/let

Is it expected for us to transpile the package ourselves?

Many thanks

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mikeericksoncommented, May 4, 2021

Issue resolved with 3.5 release

0reactions
mikeericksoncommented, May 10, 2021

@tobias-edwards no worries, should have a final release ready by end of the week

Read more comments on GitHub >

github_iconTop Results From Across the Web

mikeerickson/validatorjs: A data validation library in ... - GitHub
A data validation library in JavaScript for the browser and Node.js, inspired by Laravel's Validator. - GitHub - mikeerickson/validatorjs: A data validation ...
Read more >
How to Validate and Sanitize an ExpressJS Form | by Osio Labs
Express-validator is a library used to validate and sanitize ExpressJS forms. It is based on validator.js and allows you to:.
Read more >
How to handle data validation in Node.js using validatorjs
Learn how to put basic input validation in place with validatorjs ... let validation = new Validator(data, rules [, customErrorMessages]);.
Read more >
Validator.js: String Validation and Sanitization - Morioh
Validator.js - A library of string validators and sanitizers. ... With the formalities out of the way, let's dive straight into the syntax....
Read more >
validator-collection - PyPI
Each function has a consistent syntax for easy use, and has been tested on ... Let's break it down just in case: Each...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found