pxt-core 9.3.4 → 9.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,17 +2,19 @@
2
2
 
3
3
  ## #gallery
4
4
 
5
- ## Using Extensions
5
+ ## Using Extensions #using
6
6
 
7
- In the web editor, click on ``Settings`` then ``Extensions`` to search and add extensions to the project.
8
- The Blocks and JavaScript definitions will be automatically loaded in the editor.
7
+ In the web editor, click on the **Settings** (the ⚙️ symbol) menu and then choose **Extensions** to search and add extensions to the project.
8
+ The Blocks and any other JavaScript definitions from the extension are automatically loaded in the editor.
9
9
 
10
- ## Custom extensions
10
+ ### ~ reminder
11
11
 
12
- The [Build Your Own Extension](https://makecode.com/extensions/getting-started) manual is for advanced users who want to publish their own extension.
13
-
14
- ## ~ hint
12
+ #### Extensions were "Packages"
15
13
 
16
14
  **Extensions** were previously called **Packages** in MakeCode.
17
15
 
18
- ## ~
16
+ ### ~
17
+
18
+ ## Custom extensions #custom
19
+
20
+ The [Build Your Own Extension](https://makecode.com/extensions/getting-started) manual is for advanced users who want to publish their own extension.
@@ -738,6 +738,7 @@ declare namespace ts.pxtc {
738
738
  flashChecksumAddr?: number;
739
739
  ramSize?: number;
740
740
  patches?: pxt.Map<UpgradePolicy[]>; // semver range -> upgrade policies
741
+ pyPatches?: pxt.Map<UpgradePolicy[]>; // semver range -> upgrade policies
741
742
  openocdScript?: string;
742
743
  uf2Family?: string;
743
744
  onStartText?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "9.3.4",
3
+ "version": "9.3.6",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",