mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-15 02:54:07 +00:00
pybricksMicropython: implement appending imports
This implements appending compiled imported modules for the multi-mpy6 file format.
This commit is contained in:
committed by
David Lechner
parent
8b19ad5866
commit
be9272ca9c
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user