vscode-behavior3 2.1.2 → 2.2.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.
- package/README.md +1 -0
- package/dist/build-cli.js +18 -2334
- package/dist/extension.js +54 -2347
- package/dist/webview/assets/editor-BxvY-Wyu.css +1 -0
- package/dist/webview/assets/editor-DaW6jFnb.js +7 -0
- package/dist/webview/assets/graph-vendor-ww5KcpJ-.js +151 -0
- package/dist/webview/assets/rolldown-runtime-BYbx6iT9.js +1 -0
- package/dist/webview/assets/ui-vendor-CpXf__no.js +249 -0
- package/dist/webview/assets/vendor-BuywoAnb.js +61 -0
- package/dist/webview/icons/icon.svg +1 -1
- package/dist/webview/images/pic.png +0 -0
- package/dist/webview/index.html +6 -2
- package/dist/webview/locales/en.json +1 -0
- package/dist/webview/locales/zh.json +1 -0
- package/media/icons/icon.svg +1 -1
- package/package.json +49 -17
- package/package.nls.json +2 -1
- package/package.nls.zh-cn.json +2 -1
- package/webview/shared/b3build-model.d.ts +2 -0
- package/webview/shared/b3type.ts +1 -2
- package/dist/webview/assets/editor-Ko79XsIi.css +0 -1
- package/dist/webview/assets/editor-RJ_NkY97.js +0 -534
- package/dist/webview/assets/worker-B9qc9nkC.js +0 -13
package/README.md
CHANGED
|
@@ -161,6 +161,7 @@ runtime, so no value import is required. The extension constructs the class once
|
|
|
161
161
|
with `env`, then calls methods:
|
|
162
162
|
|
|
163
163
|
- `constructor(env)`
|
|
164
|
+
- `shouldUpgradeTree(path, tree)`
|
|
164
165
|
- `onProcessTree(tree, path, errors)`
|
|
165
166
|
- `onProcessNode(node, errors)`
|
|
166
167
|
- `onWriteFile(path, tree)`
|