This commit is contained in:
fredqian
2025-02-22 16:22:34 +08:00
32 changed files with 634 additions and 54797 deletions

View File

@@ -1652,6 +1652,7 @@
"require": [
"Mixly.Serial",
"Mixly.Registry",
"Mixly.Debug",
"Mixly.Web"
],
"provide": [

View File

@@ -2,12 +2,14 @@ goog.loadJs('web', () => {
goog.require('Mixly.Serial');
goog.require('Mixly.Registry');
goog.require('Mixly.Debug');
goog.require('Mixly.Web');
goog.provide('Mixly.Web.SerialPort');
const {
Serial,
Registry,
Debug,
Web
} = Mixly;