How Linters, Compilers & Other Cool Things Work
Offered By: JSConf via YouTube
Course Description
Overview
Explore the inner workings of JavaScript tools and the abstract syntax tree (AST) in this 22-minute conference talk from CascadiaJS 2018. Gain insights into how compilers, linters, and other development tools function, learn how to extend them, and deepen your understanding of computer language. Discover the power of ASTs in automated code reviews, Babel transformations, and API changes. Dive into topics such as declarations, variable properties, conditional expressions, and object properties to enhance your knowledge of JavaScript's underlying structures.
Syllabus
Intro
What are our problems
What is a compiler
Abstract Representation
AST Explore
Declarations
Variable Properties
Automated Code Reviews
Conditional Expressions
Nested Type
Conditional Expression
Babel Transform
Object Properties
STS are awesome
Estimate rule
API changes
Taught by
JSConf
Related Courses
Deno - Next Generation JavaScript RuntimeJSConf via YouTube How I Got 1600 Stars on GitHub in 2 Months of Open Source Work
JSConf via YouTube Is it Okay to Pursue Functional Programming on Frontend - JSConf Korea
JSConf via YouTube If - Extensible Design - Return "Work Life Balance"
JSConf via YouTube React x Web Components - How It Is and How It Could Be
JSConf via YouTube