Add support for #fileID

This temporarily breaks -enable-experimental-concise-pound-file.

fixup adding #fileID
This commit is contained in:
Brent Royal-Gordon
2020-07-03 18:54:47 -07:00
parent d4ebd5df06
commit 0e569f5d9e
17 changed files with 51 additions and 37 deletions

View File

@@ -248,6 +248,7 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
'CatchItemList': 244,
'MultipleTrailingClosureElementList': 245,
'MultipleTrailingClosureElement': 246,
'PoundFileIDExpr': 247,
}