You are here |
backlight.dev | ||
| | | |
ariya.io
|
|
| | | | A common approach to analyze JavaScript source statically is to parse the source into an abstract syntax tree (AST) and then to traverse the AST. An alternative approach that might work in a few cases is to inspect each syntax node as it is constructed. | |
| | | |
patshaughnessy.net
|
|
| | | | ||
| | | |
marvinh.dev
|
|
| | | | Linting is the act of finding patterns in code that could lead to mistakes or ensure a consistent reading experience. It's a core piece of many JavaScript/TypeScript projects. We found lots of potential for time savings in their selector engine and AST conversion process and a perfect linter written in JS would be able to hit sub-second run times. | |
| | | |
www.clever-cloud.com
|
|
| | Discover our blog, the Commit Log : read our posts about company, features, engineering, press release ... |