Document the purpose of most files

This commit is contained in:
dcodeIO
2018-03-17 23:41:48 +01:00
parent d45eb93df6
commit 5eb10d404f
30 changed files with 197 additions and 87 deletions

View File

@ -1,3 +1,7 @@
/**
* @file Abstract syntax tree representing a source file once parsed.
*/
import {
CommonFlags,
PATH_DELIMITER,