Skip to content

Commit 3822adb

Browse files
authored
Merge branch 'master' into drop_cjs
2 parents 5c725d4 + 3cf6399 commit 3822adb

File tree

176 files changed

+678
-17030
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+678
-17030
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ It is of course fine to use non-English language, when you open a PR to translat
4646

4747
## Development Setup
4848

49-
You will need [Node.js](http://nodejs.org) **version 16+**, and [PNPM](https://pnpm.io).
49+
You will need [Node.js](http://nodejs.org) **version 20+**, and [PNPM](https://pnpm.io).
5050

5151
We also recommend installing [ni](https://github.com/antfu/ni) to help switching between repos using different package managers. `ni` also provides the handy `nr` command which running npm scripts easier.
5252

benchmark/complex-jit-aot.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ const ctx = createCoreContext({
4545
})
4646

4747
const i18n = createI18n({
48-
legacy: false,
4948
locale: 'en',
5049
modifiers: {
5150
caml: val => val

benchmark/complex-jit.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const ctx = createCoreContext({
3434
})
3535

3636
const i18n = createI18n({
37-
legacy: false,
3837
locale: 'en',
3938
modifiers: {
4039
caml: val => val

benchmark/complex.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const ctx = createCoreContext({
2828
})
2929

3030
const i18n = createI18n({
31-
legacy: false,
3231
locale: 'en',
3332
modifiers: {
3433
caml: val => val

benchmark/simple-jit-aot.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ const ctx = createCoreContext({
4040
})
4141

4242
const i18n = createI18n({
43-
legacy: false,
4443
locale: 'en',
4544
messages: {
4645
en: precompiledResources

benchmark/simple-jit.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const ctx = createCoreContext({
2929
})
3030

3131
const i18n = createI18n({
32-
legacy: false,
3332
locale: 'en',
3433
messages: {
3534
en: resources

benchmark/simple.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const ctx = createCoreContext({
2323
})
2424

2525
const i18n = createI18n({
26-
legacy: false,
2726
locale: 'en',
2827
messages: {
2928
en: resources

docs/.ja/api/component.md

Lines changed: 0 additions & 328 deletions
This file was deleted.

0 commit comments

Comments
 (0)