How does jslint check problems in javascript? Does it have an actual javascript parser?
JSLint is written in JavaScript and uses Pratt Parser . He “works” by analyzing the source provided and looking for “problems”. These problems are identified by the author and are not necessarily related to the syntax.
It should be noted that " JSLint defines a professional subset of JavaScript ." This means that not all pure ECMAScript will be displayed in JSLint.
Yes, it analyzes and analyzes the code.
, , . , , , , .
Source: https://habr.com/ru/post/1781077/More articles:displaying texture on a square (Android) - androidHow to do this if before multiple inserts in SQL Server - sqlVim NerdCommenter: добавление нового типа файлов в vimrc - vimHiding the caption attribute over the mouse - attributesUnderstanding the implementation of the Euclidean algorithm for GCF in Python - pythonWhat are some differences between apps and applets? - javaHow to play YouTube videos in Silverlight? - youtubeBold and italics - phpCreate a blog network with WordPress 3 - wordpressA GridGain application that runs slower than a multi-threaded application on a single machine - scalaAll Articles