Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Merging exports and imports

Dániel Stein edited this page Feb 26, 2016 · 3 revisions

Import

import { doStuff } from "export";

doStuff();

Export

export default function doStuff() {}

Graph

Import AST and scopes

.png .pdf .dot

Notes