@microsoft/type2docfx 2.1.1-dev.1683944.0 → 2.1.1-dev.1684045.0

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.
@@ -5,6 +5,6 @@
5
5
  // --------------------------------------------------------------------
6
6
 
7
7
  using System.Reflection;
8
- [assembly: AssemblyVersion("1.0.02654.298")]
9
- [assembly: AssemblyFileVersion("1.0.02654.298")]
10
- [assembly: AssemblyInformationalVersion("1.0.02654.298")]
8
+ [assembly: AssemblyVersion("1.0.02654.303")]
9
+ [assembly: AssemblyFileVersion("1.0.02654.303")]
10
+ [assembly: AssemblyInformationalVersion("1.0.02654.303")]
@@ -4,6 +4,6 @@
4
4
  // </auto-generated>
5
5
  // --------------------------------------------------------------------
6
6
 
7
- #define ASSEMBLY_VERSION "1.0.02654.298"
8
- #define ASSEMBLY_FILE_VERSION "1.0.02654.298"
9
- #define ASSEMBLY_INFORMATIONAL_VERSION "1.0.02654.298"
7
+ #define ASSEMBLY_VERSION "1.0.02654.303"
8
+ #define ASSEMBLY_FILE_VERSION "1.0.02654.303"
9
+ #define ASSEMBLY_INFORMATIONAL_VERSION "1.0.02654.303"
@@ -1 +1 @@
1
- 4f36c5d4
1
+ 5b17c452
@@ -1 +1 @@
1
- 1.0.02654.298
1
+ 1.0.02654.303
@@ -1 +1 @@
1
- 1.0.2654.298
1
+ 1.0.2654.303
@@ -1 +1 @@
1
- 1.0.02654298
1
+ 1.0.02654303
@@ -1 +1 @@
1
- 298
1
+ 303
@@ -1 +1 @@
1
- 1.0.02654.298
1
+ 1.0.02654.303
@@ -1 +1 @@
1
- 1.0.02654298
1
+ 1.0.02654303
@@ -1,5 +1,5 @@
1
1
  <root>
2
2
  <versions>
3
- <version name="filever" value="1.0.02654.298" />
3
+ <version name="filever" value="1.0.02654.303" />
4
4
  </versions>
5
5
  </root>
package/README.md CHANGED
@@ -48,13 +48,24 @@ type2docfx c:/typescript-4.8.4.tgz out
48
48
  ```
49
49
 
50
50
  ## How to debug
51
- 1. Find .npmrc file in top level directory, and comment out all the lines in .npmrc.
52
- 2. Run `npm install`.
51
+ 1. Find .npmrc file in top level directory, and comment out all the lines in .npmrc
52
+
53
+ ![how-to-debug-1-1](screenshots/how-to-debug-1-1.png)
54
+
55
+ 2. Run `npm install` to restore dependencies.
56
+
53
57
  3. In `.vscode` folder, find `launch.json` file and change the package name to the one you want to debug with.
58
+
59
+ ![how-to-debug-3-1](screenshots/how-to-debug-3-1.png)
60
+
54
61
  4. The entry of type2docfx is in `./src/main.ts`. In `main.ts`, it is a good start to put breakpoints and start debuging.
62
+
55
63
  5. Press `ctl + shift + D` to enter the run and debug section of vscode.
64
+
56
65
  6. At the top left of run and debug section, pick the configuration you edited in step 3, and click run.
57
66
 
67
+ ![how-to-debug-6-1](screenshots/how-to-debug-6-1.png)
68
+
58
69
  ## Other
59
70
 
60
71
  This tool will install the input package into the system temp folder. If this brings any issue, try to change the TEMP/TMP environment variable to use another folder.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@microsoft/type2docfx",
3
- "version": "2.1.1-dev.1683944.0",
3
+ "version": "2.1.1-dev.1684045.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@microsoft/type2docfx",
9
- "version": "2.1.1-dev.1683944.0",
9
+ "version": "2.1.1-dev.1684045.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "commander": "^9.4.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/type2docfx",
3
- "version": "2.1.1-dev.1683944.0",
3
+ "version": "2.1.1-dev.1684045.0",
4
4
  "description": "A tool to convert json format output from TypeDoc to schema driven reference model for DocFx to consume.",
5
5
  "main": "./dist/main.js",
6
6
  "bin": {
Binary file
Binary file
Binary file