Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

docs: link demos to playground (beta) #4702

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

Merged
merged 11 commits into from
May 20, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: temp fix build of docs by patching @vue/repl css out of the bundle
  • Loading branch information
OrbisK committed Apr 11, 2025
commit c9824aac4443292ae2108985c20c92baa22868de
10 changes: 10 additions & 0 deletions 10 patches/@vue__repl.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/dist/vue-repl.js b/dist/vue-repl.js
index fe7b7b11bda270071162000a34d9e41c7585e016..7a1f5e28fa1df5f1e33d6aba8af563c309b7810f 100644
--- a/dist/vue-repl.js
+++ b/dist/vue-repl.js
@@ -1,4 +1,4 @@
-import './vue-repl.css'
+// import './vue-repl.css'
import { defineComponent, computed, useTemplateRef, inject, reactive, createElementBlock, openBlock, normalizeClass, unref, createElementVNode, normalizeStyle, renderSlot, withModifiers, withDirectives, toDisplayString, vShow, ref, watch, createBlock, Transition, withCtx, createCommentVNode, toRefs, onMounted, onUnmounted, watchEffect, Fragment, createVNode, renderList, withKeys, vModelText, mergeModels, useModel, isRef, provide } from 'vue';
import { i as injectKeyPreviewRef, a as injectKeyProps } from './chunks/types-XqLqBVey.js';
import { MagicString, babelParse, extractIdentifiers, walkIdentifiers, isStaticProperty, isInDestructureAssignment, walk } from 'vue/compiler-sfc';
9 changes: 7 additions & 2 deletions 9 pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions 8 pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
packages:
- packages/*
- '!playgrounds'

catalogs:
dev:
'@antfu/eslint-config': ^4.11.0
Expand Down Expand Up @@ -42,7 +43,6 @@
vite-plugin-inspect: ^11.0.0
vue: ^3.5.13
vue-tsc: ^2.2.8

Copy link
Collaborator Author

@OrbisK OrbisK Apr 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc @antfu

FYI: pnpm does autoformats like this when using e.g. pnpm patch. Maybe we should leave it like this to prevent future noise/merge conflicts. (just talking about the blank lines btw 😅)

docs:
'@shikijs/vitepress-twoslash': ^3.2.1
'@vite-pwa/vitepress': ^1.0.0
Expand All @@ -57,7 +57,6 @@
vite-plugin-pwa: ^1.0.0
vitepress: ^2.0.0-alpha.4
yaml: ^2.7.1

integrations:
'@nuxt/kit': ^3.16.2
'@nuxt/schema': ^3.16.2
Expand All @@ -78,7 +77,6 @@
sortablejs: ^1.15.6
universal-cookie: ^7.2.2
vue-router: ^4.5.0

test:
'@arethetypeswrong/cli': ^0.17.4
'@vitest/browser': ^3.1.1
Expand All @@ -91,7 +89,6 @@
vitest: ^3.1.1
vitest-browser-vue: ^0.2.0
vitest-package-exports: ^0.1.1

types:
'@type-challenges/utils': ^0.1.1
'@types/md5': ^2.3.5
Expand All @@ -105,3 +102,6 @@

neverBuiltDependencies:
- electron

patchedDependencies:

Check failure on line 106 in pnpm-workspace.yaml

View workflow job for this annotation

GitHub Actions / lint

Expected mapping keys to be in specified order. 'patchedDependencies' should be before 'neverBuiltDependencies'
'@vue/repl': patches/@vue__repl.patch
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.