Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Export devtool related config #1625

Open
Mister-Hope opened this issue Jan 8, 2025 · 1 comment
Open

[Feature request] Export devtool related config #1625

Mister-Hope opened this issue Jan 8, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@Mister-Hope
Copy link
Member

Mister-Hope commented Jan 8, 2025

Clear and concise description of the problem

See vuepress/ecosystem@42a3474

Suggested solution

Export these configurations so that downstream plugin can never break, i.e.:

export const INSPECTOR_ID = 'org.vuejs.vuepress'
export const INSPECTOR_LABEL = 'VuePress'

Also I would suggest regrouping these things.

Before:

Client Data:
  layouts
  pageData
  pageComponent
  pageFrontmatter
  pageHead
  pageHeadTitle
  pageLang
  pageLayout
  redirects
  routeLocale
  routePath
  routes
  siteData
  siteLocaleData

After:

Site Data:
  siteData
  siteLocaleData
  layouts

Routes:
  routes
  redirects
  routePath
  routeLocale

Page Data:
  pageData
  pageComponent
  pageFrontmatter
  pageHead
  pageHeadTitle
  pageLang
  pageLayout

Alternative

No response

Additional context

No response

@github-actions github-actions bot added the stale label Jan 24, 2025
Copy link

This issue is marked as stale because it has not had recent activity. Issues marked with stale will be closed if they have no activity within 7 days.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 1, 2025
@Mister-Hope Mister-Hope reopened this Feb 1, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 9, 2025
@Mister-Hope Mister-Hope reopened this Feb 9, 2025
@Mister-Hope Mister-Hope added enhancement New feature or request and removed stale labels Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant