pybricksMicropython: implement appending imports

This implements appending compiled imported modules for the multi-mpy6
file format.
This commit is contained in:
David Lechner
2022-10-19 18:26:37 -05:00
committed by David Lechner
parent 8b19ad5866
commit be9272ca9c
6 changed files with 410 additions and 22 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export type FileMetadata = Readonly<{
*
* IMPORTANT: if this type is changed, we need to modify the database schema to match
*/
type FileContents = {
export type FileContents = {
/** The path of the file in storage. */
path: string;
/** The contents of the file. */