summaryrefslogtreecommitdiff
path: root/docs/lifecycle/scope.md
blob: 68862bcb7abc73c2b53c989aa34ad71889c6fd06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Scope

---

## Initialize Functions

## Link Function Scopes

## Create Vars

## Link Functions Parents

## Initialize Actions

## Split Process Into Tasks by `await`

## Register Imports

On finding an import node add a register task for the imported string

## Initialize Generics