saveCodeUnitAST method
Encodes the AST of codeUnit, which must already be loaded.
Implementation
Uint8List saveCodeUnitAST(CodeUnit codeUnit, {ASTBinarySigner? signer}) =>
ASTBinaryWriter(signer: signer).writeCodeUnit(codeUnit);
Encodes the AST of codeUnit, which must already be loaded.
Uint8List saveCodeUnitAST(CodeUnit codeUnit, {ASTBinarySigner? signer}) =>
ASTBinaryWriter(signer: signer).writeCodeUnit(codeUnit);