@builder.io/dev-tools 1.16.8-dev.202510270913.2e4f1f342 → 1.16.8-dev.202510280958.14a7f2e75
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/cli/index.cjs +39 -49
- package/cli/index.cjs.map +3 -3
- package/core/index.cjs +1 -5
- package/core/index.mjs +1 -5
- package/node/index.cjs +22 -27
- package/node/index.mjs +22 -27
- package/package.json +2 -2
- package/server/index.cjs +61 -37
- package/server/index.mjs +61 -37
- package/types/cli/codegen.d.ts +3 -6
- package/types/common/ast/component-input-types.d.ts +1 -1
- package/types/common/ast/convert-values.d.ts +1 -1
- package/types/common/utils.d.ts +1 -1
- package/types/tsconfig.tsbuildinfo +1 -1
- package/types/types.d.ts +1 -4
- package/types/cli/utils/lock-file-example.d.ts +0 -30
- package/types/cli/utils/sudo-helper.d.ts +0 -18
- package/types/packages/dev-tools/_tests_/code.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/create-builder.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/dev-tools.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/figma-generate.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/figma-publish.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/fusionInit.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/help.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/launch.e2e.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/repo-indexing.test.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/sync-utils.test.d.ts +0 -1
- package/types/packages/dev-tools/_tests_/utils.d.ts +0 -44
- package/types/packages/dev-tools/_tests_/vitest.config.d.ts +0 -2
- package/types/packages/dev-tools/_tests_/workspace.e2e.d.ts +0 -1
- package/types/packages/dev-tools/angular/index.d.ts +0 -1
- package/types/packages/dev-tools/cli/__tests__/isLikelyFixedString.spec.d.ts +0 -1
- package/types/packages/dev-tools/cli/__tests__/parseGitDiffToApplyActions.spec.d.ts +0 -1
- package/types/packages/dev-tools/cli/abort-signal-any.d.ts +0 -1
- package/types/packages/dev-tools/cli/auth/auth-utils.d.ts +0 -2
- package/types/packages/dev-tools/cli/auth/auth.d.ts +0 -3
- package/types/packages/dev-tools/cli/auth/status.d.ts +0 -3
- package/types/packages/dev-tools/cli/backup.d.ts +0 -118
- package/types/packages/dev-tools/cli/builder-add/interface.d.ts +0 -5
- package/types/packages/dev-tools/cli/builder-add/options.d.ts +0 -2
- package/types/packages/dev-tools/cli/code-file-utils.d.ts +0 -12
- package/types/packages/dev-tools/cli/code-file-utils.unit.d.ts +0 -1
- package/types/packages/dev-tools/cli/code-tools.d.ts +0 -99
- package/types/packages/dev-tools/cli/code.d.ts +0 -7
- package/types/packages/dev-tools/cli/codegen.d.ts +0 -350
- package/types/packages/dev-tools/cli/constants.d.ts +0 -1
- package/types/packages/dev-tools/cli/credentials.d.ts +0 -53
- package/types/packages/dev-tools/cli/download.d.ts +0 -10
- package/types/packages/dev-tools/cli/exit.d.ts +0 -1
- package/types/packages/dev-tools/cli/fetch.d.ts +0 -1
- package/types/packages/dev-tools/cli/figma-publish.d.ts +0 -24
- package/types/packages/dev-tools/cli/figma-publish.spec.d.ts +0 -1
- package/types/packages/dev-tools/cli/figma-utils.d.ts +0 -31
- package/types/packages/dev-tools/cli/figma.d.ts +0 -4
- package/types/packages/dev-tools/cli/generate.d.ts +0 -16
- package/types/packages/dev-tools/cli/help.d.ts +0 -1
- package/types/packages/dev-tools/cli/incremental-tsc.d.ts +0 -30
- package/types/packages/dev-tools/cli/index.d.ts +0 -97
- package/types/packages/dev-tools/cli/indexing.d.ts +0 -5
- package/types/packages/dev-tools/cli/launch/InitStateMachine.d.ts +0 -77
- package/types/packages/dev-tools/cli/launch/config.d.ts +0 -6
- package/types/packages/dev-tools/cli/launch/dev-server-orchestrator.d.ts +0 -85
- package/types/packages/dev-tools/cli/launch/dry-run-backup.d.ts +0 -9
- package/types/packages/dev-tools/cli/launch/errors.d.ts +0 -3
- package/types/packages/dev-tools/cli/launch/github.d.ts +0 -3
- package/types/packages/dev-tools/cli/launch/grafana.d.ts +0 -4
- package/types/packages/dev-tools/cli/launch/helpers.d.ts +0 -29
- package/types/packages/dev-tools/cli/launch/helpers.test.d.ts +0 -1
- package/types/packages/dev-tools/cli/launch/machine-health.d.ts +0 -12
- package/types/packages/dev-tools/cli/launch/proxy.d.ts +0 -3
- package/types/packages/dev-tools/cli/launch/server.d.ts +0 -20
- package/types/packages/dev-tools/cli/launch.d.ts +0 -90
- package/types/packages/dev-tools/cli/prettier.d.ts +0 -3
- package/types/packages/dev-tools/cli/prettier.integration.test.d.ts +0 -1
- package/types/packages/dev-tools/cli/repo-indexing/component-discovery.d.ts +0 -15
- package/types/packages/dev-tools/cli/repo-indexing/component-indexing.d.ts +0 -19
- package/types/packages/dev-tools/cli/repo-indexing/icons.d.ts +0 -23
- package/types/packages/dev-tools/cli/repo-indexing/repo-indexing-utils.d.ts +0 -56
- package/types/packages/dev-tools/cli/repo-indexing/repo-indexing.d.ts +0 -24
- package/types/packages/dev-tools/cli/repo-indexing/repo-indexing.mock.d.ts +0 -5
- package/types/packages/dev-tools/cli/repo-indexing/types.d.ts +0 -12
- package/types/packages/dev-tools/cli/repo-metrics.d.ts +0 -6
- package/types/packages/dev-tools/cli/report/figma-report.d.ts +0 -54
- package/types/packages/dev-tools/cli/server-ws.d.ts +0 -50
- package/types/packages/dev-tools/cli/spinner.d.ts +0 -6
- package/types/packages/dev-tools/cli/sync-utils.d.ts +0 -22
- package/types/packages/dev-tools/cli/track.d.ts +0 -5
- package/types/packages/dev-tools/cli/utils/component-group-mdx-prompt.d.ts +0 -1
- package/types/packages/dev-tools/cli/utils/dev-server-url-parser.d.ts +0 -12
- package/types/packages/dev-tools/cli/utils/dev-server-url-parser.test.d.ts +0 -1
- package/types/packages/dev-tools/cli/utils/feature-flags.d.ts +0 -2
- package/types/packages/dev-tools/cli/utils/git.d.ts +0 -22
- package/types/packages/dev-tools/cli/utils/open.d.ts +0 -1
- package/types/packages/dev-tools/cli/utils/parseGitDiff.d.ts +0 -8
- package/types/packages/dev-tools/cli/utils/repo-indexing-agent-prompt.d.ts +0 -1
- package/types/packages/dev-tools/cli/utils/repo-indexing-group-prompt.d.ts +0 -1
- package/types/packages/dev-tools/cli/utils/signals.d.ts +0 -2
- package/types/packages/dev-tools/cli/utils/terminal-buffer.d.ts +0 -29
- package/types/packages/dev-tools/cli/utils/terminal-buffer.spec.d.ts +0 -1
- package/types/packages/dev-tools/cli/utils/workspace-path-resolver.d.ts +0 -92
- package/types/packages/dev-tools/cli/utils/workspace-path-resolver.unit.d.ts +0 -1
- package/types/packages/dev-tools/cli/version.d.ts +0 -1
- package/types/packages/dev-tools/client/client-api.d.ts +0 -12
- package/types/packages/dev-tools/client/edit-button/document-listeners.d.ts +0 -2
- package/types/packages/dev-tools/client/edit-button/index.d.ts +0 -8
- package/types/packages/dev-tools/client/index.d.ts +0 -1
- package/types/packages/dev-tools/client/menu/index.d.ts +0 -5
- package/types/packages/dev-tools/client/menu/pages/component-detail.d.ts +0 -4
- package/types/packages/dev-tools/client/menu/pages/component-input.d.ts +0 -3
- package/types/packages/dev-tools/client/menu/pages/component-list.d.ts +0 -4
- package/types/packages/dev-tools/client/menu/pages/home.d.ts +0 -1
- package/types/packages/dev-tools/client/menu/pages/settings.d.ts +0 -1
- package/types/packages/dev-tools/client/menu/toggle/menu-toggle.d.ts +0 -2
- package/types/packages/dev-tools/client/setup-ui/connected.d.ts +0 -1
- package/types/packages/dev-tools/client/setup-ui/index.d.ts +0 -1
- package/types/packages/dev-tools/client/setup-ui/overview.d.ts +0 -4
- package/types/packages/dev-tools/client/tracking.d.ts +0 -22
- package/types/packages/dev-tools/client/utils.d.ts +0 -14
- package/types/packages/dev-tools/common/ast/app-dependencies.d.ts +0 -4
- package/types/packages/dev-tools/common/ast/component-info.d.ts +0 -9
- package/types/packages/dev-tools/common/ast/component-input-types.d.ts +0 -24
- package/types/packages/dev-tools/common/ast/component-registry.d.ts +0 -9
- package/types/packages/dev-tools/common/ast/convert-values.d.ts +0 -11
- package/types/packages/dev-tools/common/ast/convert-values.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/ensure-array-statement.d.ts +0 -7
- package/types/packages/dev-tools/common/ast/ensure-array-statement.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/ensure-comments.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/ensure-imports.d.ts +0 -9
- package/types/packages/dev-tools/common/ast/ensure-imports.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/exported-statements.d.ts +0 -8
- package/types/packages/dev-tools/common/ast/exported-statements.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/imported-statements.d.ts +0 -4
- package/types/packages/dev-tools/common/ast/imported-statements.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/normalize-statements.d.ts +0 -7
- package/types/packages/dev-tools/common/ast/normalize-statements.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/remove-unused-imports.d.ts +0 -3
- package/types/packages/dev-tools/common/ast/remove-unused-imports.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/ast/transform.d.ts +0 -5
- package/types/packages/dev-tools/common/ast/utils.d.ts +0 -26
- package/types/packages/dev-tools/common/ast/utils.unit.d.ts +0 -1
- package/types/packages/dev-tools/common/builder/builder-api.d.ts +0 -27
- package/types/packages/dev-tools/common/builder/builder-sdks.d.ts +0 -10
- package/types/packages/dev-tools/common/builder/content-generation.d.ts +0 -8
- package/types/packages/dev-tools/common/builder/content-ids.d.ts +0 -3
- package/types/packages/dev-tools/common/cache.d.ts +0 -3
- package/types/packages/dev-tools/common/constants.d.ts +0 -16
- package/types/packages/dev-tools/common/dotenv.d.ts +0 -6
- package/types/packages/dev-tools/common/dotenv.test.d.ts +0 -1
- package/types/packages/dev-tools/common/errors.d.ts +0 -32
- package/types/packages/dev-tools/common/estimate-code-tokens.d.ts +0 -1
- package/types/packages/dev-tools/common/fs.d.ts +0 -6
- package/types/packages/dev-tools/common/interactive-select-files.d.ts +0 -3
- package/types/packages/dev-tools/common/mem-sys.d.ts +0 -8
- package/types/packages/dev-tools/common/node-request.d.ts +0 -7
- package/types/packages/dev-tools/common/path.d.ts +0 -4
- package/types/packages/dev-tools/common/test-utils.d.ts +0 -9
- package/types/packages/dev-tools/common/typescript.d.ts +0 -9
- package/types/packages/dev-tools/common/utils.d.ts +0 -28
- package/types/packages/dev-tools/common/utils.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-api-key.d.ts +0 -10
- package/types/packages/dev-tools/core/adapters/angular/angular-api-key.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-app-module-imports.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/angular/angular-app-module-imports.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-app-routes-update.d.ts +0 -2
- package/types/packages/dev-tools/core/adapters/angular/angular-app-routes-update.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-components.d.ts +0 -18
- package/types/packages/dev-tools/core/adapters/angular/angular-components.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-ensure-builder-setup.d.ts +0 -5
- package/types/packages/dev-tools/core/adapters/angular/angular-ensure-config-plugin.d.ts +0 -9
- package/types/packages/dev-tools/core/adapters/angular/angular-ensure-config-plugin.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-fix-tsconfig.d.ts +0 -2
- package/types/packages/dev-tools/core/adapters/angular/angular-registry-parse.d.ts +0 -16
- package/types/packages/dev-tools/core/adapters/angular/angular-registry-parse.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-registry.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/angular/angular-registry.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/angular/angular-test-utils.d.ts +0 -6
- package/types/packages/dev-tools/core/adapters/angular/index.d.ts +0 -14
- package/types/packages/dev-tools/core/adapters/angular/types.d.ts +0 -11
- package/types/packages/dev-tools/core/adapters/next/index.d.ts +0 -28
- package/types/packages/dev-tools/core/adapters/next/next-api-key.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/next/next-component-info.d.ts +0 -5
- package/types/packages/dev-tools/core/adapters/next/next-component-info.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/next/next-component-inputs.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/next/next-component-source-inputs.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/next/next-components.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/next/next-ensure-builder-setup.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/next/next-ensure-config-plugin.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/next/next-ensure-config-plugin.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/next/next-registry-parse.d.ts +0 -13
- package/types/packages/dev-tools/core/adapters/next/next-registry-parse.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/next/next-registry.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/next/next-registry.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/next/next-test-utils.d.ts +0 -16
- package/types/packages/dev-tools/core/adapters/qwik-city/index.d.ts +0 -8
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-api-key.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-component-source-inputs.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-components.d.ts +0 -15
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-components.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-ensure-builder-setup.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-ensure-config-plugin.d.ts +0 -2
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-registry-parse.d.ts +0 -16
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-registry-parse.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-registry.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-registry.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-test-utils.d.ts +0 -6
- package/types/packages/dev-tools/core/adapters/qwik-city/qwik-ts-program.d.ts +0 -2
- package/types/packages/dev-tools/core/adapters/react/index.d.ts +0 -13
- package/types/packages/dev-tools/core/adapters/react/react-api-key.d.ts +0 -6
- package/types/packages/dev-tools/core/adapters/react/react-builder-sdk-setup.d.ts +0 -2
- package/types/packages/dev-tools/core/adapters/react/react-component-info.d.ts +0 -5
- package/types/packages/dev-tools/core/adapters/react/react-components.d.ts +0 -18
- package/types/packages/dev-tools/core/adapters/react/react-components.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/react/react-ensure-builder-setup.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/react/react-registry-parse.d.ts +0 -13
- package/types/packages/dev-tools/core/adapters/react/react-registry-parse.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/react/react-registry.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/react/react-registry.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/react/react-test-utils.d.ts +0 -7
- package/types/packages/dev-tools/core/adapters/react/react-ts-program.d.ts +0 -2
- package/types/packages/dev-tools/core/adapters/remix/index.d.ts +0 -13
- package/types/packages/dev-tools/core/adapters/remix/remix-api-key.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/remix/remix-components.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/remix/remix-ensure-builder-setup.d.ts +0 -5
- package/types/packages/dev-tools/core/adapters/remix/remix-ensure-config-plugin.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/remix/remix-ensure-config-plugin.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/remix/remix-registry-parse.d.ts +0 -16
- package/types/packages/dev-tools/core/adapters/remix/remix-registry.d.ts +0 -3
- package/types/packages/dev-tools/core/adapters/remix/remix-registry.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/remix/remix-test-utils.d.ts +0 -7
- package/types/packages/dev-tools/core/adapters/vite/vite-ensure-config-plugin.d.ts +0 -7
- package/types/packages/dev-tools/core/adapters/vite/vite-ensure-config-plugin.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/vue/index.d.ts +0 -14
- package/types/packages/dev-tools/core/adapters/vue/vue-api-key.d.ts +0 -6
- package/types/packages/dev-tools/core/adapters/vue/vue-components.d.ts +0 -4
- package/types/packages/dev-tools/core/adapters/vue/vue-ensure-builder-setup.d.ts +0 -7
- package/types/packages/dev-tools/core/adapters/vue/vue-registry-parse.d.ts +0 -16
- package/types/packages/dev-tools/core/adapters/vue/vue-registry.d.ts +0 -5
- package/types/packages/dev-tools/core/adapters/webpack/webpack-config-helpers.d.ts +0 -11
- package/types/packages/dev-tools/core/adapters/webpack/webpack-config-helpers.unit.d.ts +0 -1
- package/types/packages/dev-tools/core/adapters/webpack/webpack-ensure-config-plugin.d.ts +0 -3
- package/types/packages/dev-tools/core/client-script.d.ts +0 -1
- package/types/packages/dev-tools/core/create-dev-tools.d.ts +0 -2
- package/types/packages/dev-tools/core/detect-frameworks.d.ts +0 -4
- package/types/packages/dev-tools/core/ensure-config-plugin.d.ts +0 -3
- package/types/packages/dev-tools/core/find-dependencies.d.ts +0 -7
- package/types/packages/dev-tools/core/import-export-registry.d.ts +0 -3
- package/types/packages/dev-tools/core/index.d.ts +0 -8
- package/types/packages/dev-tools/figma/index.d.ts +0 -88
- package/types/packages/dev-tools/node/index.d.ts +0 -2
- package/types/packages/dev-tools/node/node-sys.d.ts +0 -14
- package/types/packages/dev-tools/remix/index.d.ts +0 -6
- package/types/packages/dev-tools/server/auth.d.ts +0 -2
- package/types/packages/dev-tools/server/builder-connect.d.ts +0 -6
- package/types/packages/dev-tools/server/client-script.d.ts +0 -3
- package/types/packages/dev-tools/server/create-dev-tools-server.d.ts +0 -2
- package/types/packages/dev-tools/server/dev-tools-api.d.ts +0 -2
- package/types/packages/dev-tools/server/dev-tools-http-server.d.ts +0 -2
- package/types/packages/dev-tools/server/index.d.ts +0 -3
- package/types/packages/dev-tools/server/request-handler.d.ts +0 -3
- package/types/packages/dev-tools/types/codegen-server.d.ts +0 -14
- package/types/packages/dev-tools/types/connection-tracker.d.ts +0 -41
- package/types/packages/dev-tools/types/proxy-middleware.d.ts +0 -31
- package/types/packages/dev-tools/types/websocket-types.d.ts +0 -17
- package/types/packages/dev-tools/types.d.ts +0 -525
- package/types/packages/dev-tools/vite/main.d.ts +0 -7
- package/types/packages/dev-tools/vitest.config.d.ts +0 -2
- package/types/packages/dev-tools/webpack/main.d.ts +0 -9
package/core/index.cjs
CHANGED
|
@@ -656,7 +656,7 @@ __export(index_exports, {
|
|
|
656
656
|
module.exports = __toCommonJS(index_exports);
|
|
657
657
|
|
|
658
658
|
// packages/dev-tools/cli/version.ts
|
|
659
|
-
var builderVersion = true ? "1.16.8-dev.
|
|
659
|
+
var builderVersion = true ? "1.16.8-dev.202510280958.14a7f2e75" : "0.0.0";
|
|
660
660
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
661
661
|
|
|
662
662
|
// packages/dev-tools/common/fs.ts
|
|
@@ -13154,10 +13154,6 @@ async function createDevToolsSys(opts) {
|
|
|
13154
13154
|
console.debug(`[builder-dev-tools]`, ...args);
|
|
13155
13155
|
},
|
|
13156
13156
|
launchEditor: async () => {
|
|
13157
|
-
return {
|
|
13158
|
-
success: false,
|
|
13159
|
-
message: "Not implemented"
|
|
13160
|
-
};
|
|
13161
13157
|
},
|
|
13162
13158
|
platform: () => {
|
|
13163
13159
|
return {
|
package/core/index.mjs
CHANGED
|
@@ -636,7 +636,7 @@ var require_dist = __commonJS({
|
|
|
636
636
|
});
|
|
637
637
|
|
|
638
638
|
// packages/dev-tools/cli/version.ts
|
|
639
|
-
var builderVersion = true ? "1.16.8-dev.
|
|
639
|
+
var builderVersion = true ? "1.16.8-dev.202510280958.14a7f2e75" : "0.0.0";
|
|
640
640
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
641
641
|
|
|
642
642
|
// packages/dev-tools/common/fs.ts
|
|
@@ -13134,10 +13134,6 @@ async function createDevToolsSys(opts) {
|
|
|
13134
13134
|
console.debug(`[builder-dev-tools]`, ...args);
|
|
13135
13135
|
},
|
|
13136
13136
|
launchEditor: async () => {
|
|
13137
|
-
return {
|
|
13138
|
-
success: false,
|
|
13139
|
-
message: "Not implemented"
|
|
13140
|
-
};
|
|
13141
13137
|
},
|
|
13142
13138
|
platform: () => {
|
|
13143
13139
|
return {
|
package/node/index.cjs
CHANGED
|
@@ -25059,7 +25059,7 @@ var builders = {
|
|
|
25059
25059
|
var Sentry = __toESM(require("@sentry/node"), 1);
|
|
25060
25060
|
|
|
25061
25061
|
// packages/dev-tools/cli/version.ts
|
|
25062
|
-
var builderVersion = true ? "1.16.8-dev.
|
|
25062
|
+
var builderVersion = true ? "1.16.8-dev.202510280958.14a7f2e75" : "0.0.0";
|
|
25063
25063
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
25064
25064
|
|
|
25065
25065
|
// packages/dev-tools/node/node-sys.ts
|
|
@@ -25239,34 +25239,29 @@ async function createDevToolsNodeSys(opts) {
|
|
|
25239
25239
|
},
|
|
25240
25240
|
debug,
|
|
25241
25241
|
launchEditor: async (file) => {
|
|
25242
|
-
|
|
25243
|
-
|
|
25244
|
-
|
|
25245
|
-
|
|
25246
|
-
|
|
25247
|
-
|
|
25248
|
-
filePath += `:${file.column}`;
|
|
25249
|
-
}
|
|
25242
|
+
try {
|
|
25243
|
+
let filePath = file.filePath;
|
|
25244
|
+
if (typeof file.line === "number") {
|
|
25245
|
+
filePath += `:${file.line}`;
|
|
25246
|
+
if (typeof file.column === "number") {
|
|
25247
|
+
filePath += `:${file.column}`;
|
|
25250
25248
|
}
|
|
25251
|
-
(0, import_launch_editor.default)(filePath, "code", (pathFile, e) => {
|
|
25252
|
-
const err = new Error(`Failed to launch editor for ${e}`);
|
|
25253
|
-
resolve({
|
|
25254
|
-
success: false,
|
|
25255
|
-
message: err.message
|
|
25256
|
-
});
|
|
25257
|
-
});
|
|
25258
|
-
setTimeout(() => {
|
|
25259
|
-
resolve({
|
|
25260
|
-
success: true
|
|
25261
|
-
});
|
|
25262
|
-
}, 100);
|
|
25263
|
-
} catch (e) {
|
|
25264
|
-
resolve({
|
|
25265
|
-
success: false,
|
|
25266
|
-
message: "Failed to launch editor"
|
|
25267
|
-
});
|
|
25268
25249
|
}
|
|
25269
|
-
|
|
25250
|
+
(0, import_launch_editor.default)(filePath, "code", (pathFile, e) => {
|
|
25251
|
+
Sentry.captureException(
|
|
25252
|
+
new Error(`Failed to launch editor for ${e}`),
|
|
25253
|
+
{
|
|
25254
|
+
extra: {
|
|
25255
|
+
pathFile
|
|
25256
|
+
}
|
|
25257
|
+
}
|
|
25258
|
+
);
|
|
25259
|
+
});
|
|
25260
|
+
} catch (e) {
|
|
25261
|
+
Sentry.captureException(
|
|
25262
|
+
new Error("Failed to launch editor", { cause: e })
|
|
25263
|
+
);
|
|
25264
|
+
}
|
|
25270
25265
|
},
|
|
25271
25266
|
platform: () => {
|
|
25272
25267
|
return { runtime: "node", os: process.platform };
|
package/node/index.mjs
CHANGED
|
@@ -25065,7 +25065,7 @@ var builders = {
|
|
|
25065
25065
|
import * as Sentry from "@sentry/node";
|
|
25066
25066
|
|
|
25067
25067
|
// packages/dev-tools/cli/version.ts
|
|
25068
|
-
var builderVersion = true ? "1.16.8-dev.
|
|
25068
|
+
var builderVersion = true ? "1.16.8-dev.202510280958.14a7f2e75" : "0.0.0";
|
|
25069
25069
|
var pkgVersion = process.env.OVERRIDE_VERSION ?? builderVersion;
|
|
25070
25070
|
|
|
25071
25071
|
// packages/dev-tools/node/node-sys.ts
|
|
@@ -25245,34 +25245,29 @@ async function createDevToolsNodeSys(opts) {
|
|
|
25245
25245
|
},
|
|
25246
25246
|
debug,
|
|
25247
25247
|
launchEditor: async (file) => {
|
|
25248
|
-
|
|
25249
|
-
|
|
25250
|
-
|
|
25251
|
-
|
|
25252
|
-
|
|
25253
|
-
|
|
25254
|
-
filePath += `:${file.column}`;
|
|
25255
|
-
}
|
|
25248
|
+
try {
|
|
25249
|
+
let filePath = file.filePath;
|
|
25250
|
+
if (typeof file.line === "number") {
|
|
25251
|
+
filePath += `:${file.line}`;
|
|
25252
|
+
if (typeof file.column === "number") {
|
|
25253
|
+
filePath += `:${file.column}`;
|
|
25256
25254
|
}
|
|
25257
|
-
launchEditor(filePath, "code", (pathFile, e) => {
|
|
25258
|
-
const err = new Error(`Failed to launch editor for ${e}`);
|
|
25259
|
-
resolve({
|
|
25260
|
-
success: false,
|
|
25261
|
-
message: err.message
|
|
25262
|
-
});
|
|
25263
|
-
});
|
|
25264
|
-
setTimeout(() => {
|
|
25265
|
-
resolve({
|
|
25266
|
-
success: true
|
|
25267
|
-
});
|
|
25268
|
-
}, 100);
|
|
25269
|
-
} catch (e) {
|
|
25270
|
-
resolve({
|
|
25271
|
-
success: false,
|
|
25272
|
-
message: "Failed to launch editor"
|
|
25273
|
-
});
|
|
25274
25255
|
}
|
|
25275
|
-
|
|
25256
|
+
launchEditor(filePath, "code", (pathFile, e) => {
|
|
25257
|
+
Sentry.captureException(
|
|
25258
|
+
new Error(`Failed to launch editor for ${e}`),
|
|
25259
|
+
{
|
|
25260
|
+
extra: {
|
|
25261
|
+
pathFile
|
|
25262
|
+
}
|
|
25263
|
+
}
|
|
25264
|
+
);
|
|
25265
|
+
});
|
|
25266
|
+
} catch (e) {
|
|
25267
|
+
Sentry.captureException(
|
|
25268
|
+
new Error("Failed to launch editor", { cause: e })
|
|
25269
|
+
);
|
|
25270
|
+
}
|
|
25276
25271
|
},
|
|
25277
25272
|
platform: () => {
|
|
25278
25273
|
return { runtime: "node", os: process.platform };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builder.io/dev-tools",
|
|
3
|
-
"version": "1.16.8-dev.
|
|
3
|
+
"version": "1.16.8-dev.202510280958.14a7f2e75",
|
|
4
4
|
"description": "Builder.io Visual CMS Devtools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./core/index.cjs",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"glob": "10.4",
|
|
103
103
|
"http-proxy-3": "^1.22.0",
|
|
104
104
|
"ignore": "^6.0.2",
|
|
105
|
-
"launch-editor": "^2.
|
|
105
|
+
"launch-editor": "^2.6.0",
|
|
106
106
|
"micromatch": "^4.0.5",
|
|
107
107
|
"open": "^10.1.0",
|
|
108
108
|
"prettier": "^3.3.3",
|