Skip to content

Commit

Permalink
Documents more guard nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
BekaValentine committed Jul 20, 2023
1 parent d1ef86d commit d4d2ca6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@ attribute node_symbol = node => symbol = (source-text node), source_n
;; - `GUARD:MODULE` - used for the final scope of the module
;; - `GUARD:EXPORTS` - used for the names exported by the module
;; - `GUARD:DEFAULT` - used for the default export value
;; - `GUARD:GANDALF` - used for situations where parts of a graph must be accessible
;; in order to avoid pruning, but which never the less should not be actually reached
;; during any normal traversals. By only ever popping, and never pushing, we can get
;; a connected subgraph that is never the less never traversed.
;; - `GUARD:LABEL` - used for the names of labels

; ## Inherited

Expand Down

0 comments on commit d4d2ca6

Please sign in to comment.