Skip to content

Commit b4cf850

Browse files
Build for 63c5f03 Merge pull request #9622 from MiroslavDionisiev/monorepo-integration
Monorepo integration
1 parent 2fc2b91 commit b4cf850

16 files changed

+39
-24
lines changed

blocks-only.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="google" value="notranslate"><link rel="shortcut icon" href="static/favicon.ico"><title>Scratch 3.0 GUI: Blocks Only Example</title><script defer="defer" src="runtime.js"></script><script defer="defer" src="chunks/718.921aa7e76f60b714d782.js"></script><script defer="defer" src="chunks/175.ce80a4f6f7c6df5774e5.js"></script><script defer="defer" src="blocksonly.js"></script></head><body></body></html>
1+
<!doctype html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="google" value="notranslate"><link rel="shortcut icon" href="static/favicon.ico"><title>Scratch 3.0 GUI: Blocks Only Example</title><script defer="defer" src="runtime.js"></script><script defer="defer" src="chunks/278.793d08ee53904c39f192.js"></script><script defer="defer" src="chunks/175.17b64a19034b2fe3e4e9.js"></script><script defer="defer" src="blocksonly.js"></script></head><body></body></html>

blocksonly.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chunks/175.17b64a19034b2fe3e4e9.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chunks/175.ce80a4f6f7c6df5774e5.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

chunks/718.921aa7e76f60b714d782.js renamed to chunks/278.793d08ee53904c39f192.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

chunks/718.921aa7e76f60b714d782.js.LICENSE.txt renamed to chunks/278.793d08ee53904c39f192.js.LICENSE.txt

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
17
/*
28
object-assign
39
(c) Sindre Sorhus
@@ -15,6 +21,12 @@ License: MIT
1521
Available via the MIT license.
1622
see: http://github.com/greggman/twgl.js for details */
1723

24+
/*!
25+
Copyright (c) 2016 Jed Watson.
26+
Licensed under the MIT License (MIT), see
27+
http://jedwatson.github.io/classnames
28+
*/
29+
1830
/*!
1931
Copyright (c) 2018 Jed Watson.
2032
Licensed under the MIT License (MIT), see
@@ -46,12 +58,6 @@ https://github.com/nodeca/pako/blob/main/LICENSE
4658
All rights reserved.
4759
*/
4860

49-
/*!
50-
Copyright (c) 2016 Jed Watson.
51-
Licensed under the MIT License (MIT), see
52-
http://jedwatson.github.io/classnames
53-
*/
54-
5561
/*!
5662
* Adapted from jQuery UI core
5763
*
@@ -504,6 +510,15 @@ and limitations under the License.
504510
* @license MIT
505511
*/
506512

513+
/** @license React v0.19.1
514+
* scheduler.production.min.js
515+
*
516+
* Copyright (c) Facebook, Inc. and its affiliates.
517+
*
518+
* This source code is licensed under the MIT license found in the
519+
* LICENSE file in the root directory of this source tree.
520+
*/
521+
507522
/** @license React v16.13.1
508523
* react-is.production.min.js
509524
*
@@ -513,19 +528,19 @@ and limitations under the License.
513528
* LICENSE file in the root directory of this source tree.
514529
*/
515530

516-
/** @license React v16.2.0
517-
* react.production.min.js
531+
/** @license React v16.14.0
532+
* react-dom.production.min.js
518533
*
519-
* Copyright (c) 2013-present, Facebook, Inc.
534+
* Copyright (c) Facebook, Inc. and its affiliates.
520535
*
521536
* This source code is licensed under the MIT license found in the
522537
* LICENSE file in the root directory of this source tree.
523538
*/
524539

525-
/** @license React v16.2.1
526-
* react-dom.production.min.js
540+
/** @license React v16.14.0
541+
* react.production.min.js
527542
*
528-
* Copyright (c) 2013-present, Facebook, Inc.
543+
* Copyright (c) Facebook, Inc. and its affiliates.
529544
*
530545
* This source code is licensed under the MIT license found in the
531546
* LICENSE file in the root directory of this source tree.

compatibility-testing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="google" value="notranslate"><link rel="shortcut icon" href="static/favicon.ico"><title>Scratch 3.0 GUI: Compatibility Testing</title><script defer="defer" src="runtime.js"></script><script defer="defer" src="chunks/718.921aa7e76f60b714d782.js"></script><script defer="defer" src="chunks/175.ce80a4f6f7c6df5774e5.js"></script><script defer="defer" src="compatibilitytesting.js"></script></head><body></body></html>
1+
<!doctype html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="google" value="notranslate"><link rel="shortcut icon" href="static/favicon.ico"><title>Scratch 3.0 GUI: Compatibility Testing</title><script defer="defer" src="runtime.js"></script><script defer="defer" src="chunks/278.793d08ee53904c39f192.js"></script><script defer="defer" src="chunks/175.17b64a19034b2fe3e4e9.js"></script><script defer="defer" src="compatibilitytesting.js"></script></head><body></body></html>

0 commit comments

Comments
 (0)