Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.json.NullASTNode.html
interface NullASTNode { children?: ASTNode[]; length: number; offset: number; parent?: ASTNode; type: "null"; value: null; }
number
'null'
null