mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 11:15:36 -05:00
Change the metadata format (#457)
* Chnage the metadata format * Add syntax highlighting * have simple_clock example run from local build to test change Co-authored-by: Fabio Pliger <fabio.pliger@gmail.com>
This commit is contained in:
@@ -159,7 +159,9 @@ export class PyConfig extends BaseEvalElement {
|
||||
autoclose_loader: true,
|
||||
};
|
||||
} else {
|
||||
this.values = Object.assign({}, ...loadedValues);
|
||||
// eslint-disable-next-line
|
||||
// @ts-ignore
|
||||
this.values = loadedValues;
|
||||
}
|
||||
if (this.values.runtimes === undefined) {
|
||||
this.values.runtimes = [DEFAULT_RUNTIME];
|
||||
|
||||
Reference in New Issue
Block a user