pxt-core 11.1.4 → 11.2.2

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.
@@ -1033,6 +1033,7 @@ declare namespace ts.pxtc {
1033
1033
  pyName?: string;
1034
1034
  pyQName?: string;
1035
1035
  snippetAddsDefinitions?: boolean;
1036
+ isStatic?: boolean;
1036
1037
  }
1037
1038
 
1038
1039
  interface ApisInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "11.1.4",
3
+ "version": "11.2.2",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",
package/pxtarget.json CHANGED
@@ -36,5 +36,5 @@
36
36
  "hideDocsEdit": true,
37
37
  "hideDocsSimulator": true
38
38
  },
39
- "uploadDocs": false
40
- }
39
+ "uploadDocs": true
40
+ }