feat(site-2, v4): pnpm workspace (#8586)

* Push

* Push
pull/8593/head
Puru Vijay 2 years ago committed by GitHub
parent f363af7cca
commit 21a0141b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,6 @@ Note that the value of a `writable` is lost when it is destroyed, for example wh
Creates a store whose value cannot be set from 'outside', the first argument is the store's initial value, and the second argument to `readable` is the same as the second argument to `writable`.
```js
// @errors: 7006 2769
// ---cut---
import { readable } from 'svelte/store';
@ -125,7 +124,7 @@ declare global {
export {};
// @filename: index.ts
// @errors: 2769 7006
// @errors: 18046
// ---cut---
import { derived } from 'svelte/store';

File diff suppressed because it is too large Load Diff

@ -0,0 +1,2 @@
packages:
- 'sites/*'

@ -48,7 +48,7 @@
"shelljs": "^0.8.5",
"shiki": "^0.14.2",
"shiki-twoslash": "^3.1.2",
"svelte": "^3.59.1",
"svelte": "workspace:*",
"svelte-check": "^3.3.2",
"tiny-glob": "^0.2.9",
"ts-morph": "^18.0.0",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save