JS Conf JP

Takuto Wada

学生時代にソフトウェア工学を学び、オブジェクト指向分析/設計に傾倒。執筆活動や講演、ハンズオンイベントなどを通じてテスト駆動開発を広めようと努力している。 『プログラマが知るべき97のこと』(オライリージャパン、2010)監修。『SQLアンチパターン』(オライリージャパン、2013)監訳。『テスト駆動開発』(オーム社、2017)翻訳。 power-assert-js 作者。

JavaScript AST programming: Introduction and beyond

11/30/2019, 14:15 - 14:45
Room: C
Spoken language: ja

With the appearence of Babel and ESLint, the opportunity to play around with JavaScript's AST has been increasing. Still, most programmers seem to have never touched AST. In this session, he will begin with an introduction to AST, and explain some key points of programming in JavaScript AST, by creating a tool in a live coding format.