Using the Kotlin/JS IR compiler Ignoring compilation errors Current limitations of the IR compiler Preview: Generation of TypeScript declaration files (d.ts) Authoring libraries...
Non-JavaScript Non-JavaScript So far, the only things we’ve covered are in the JS language itself. The reality is that most JS is written to run in and interact with environmen...
Where Exactly is this Global Scope? Browser “Window” Globals Shadowing Globals DOM Globals What’s in a (Window) Name? Web Workers Developer Tools Console/REPL ES Modules (ESM...