This commit is contained in:
2024-12-20 12:39:51 -08:00
parent f2c6b409fe
commit 567a357dee
8 changed files with 136 additions and 4 deletions

View File

@@ -440,6 +440,7 @@ parsePFunc = do
src <- cast <$> token JSLit
pure $ PFunc fc nm (fromMaybe [] uses) ty src
export
parseData : Parser Decl
parseData = do