Nuxt/test/fixtures/basic
Daniel Roe 19bef5aba4
fix(schema): allow type inference of arrays in runtime config (#18931)
* fix(schema): allow type inference of arrays in runtime config

* test: add types fixture
2023-02-10 07:36:10 +00:00
..
assets fix(nuxt): don't inline styles for per-request ssr: false (#8106) 2022-10-12 09:50:16 +01:00
components test: init hmr testing (#4372) 2023-01-22 16:47:24 +00:00
composables fix(nuxt): allow overriding lower layer composables (#10017) 2023-01-14 01:14:24 +00:00
extends fix(nuxt): allow overriding lower layer composables (#10017) 2023-01-14 01:14:24 +00:00
layouts fix(nuxt): allow layouts to receive custom props (#9395) 2022-11-29 13:16:41 +01:00
middleware fix(nuxt): allow abortMiddleware to receive a nuxt error or error options (#7335) 2022-09-08 10:52:00 +02:00
modules fix(nuxt): provide types for modules as array (#18416) 2023-01-21 16:55:44 +00:00
other-components-folder fix(nuxt3): generate imports for components with named exports correctly (#3288) 2022-02-17 15:23:55 +01:00
pages fix(nuxt): use parser to treeshake <ClientOnly> (#8713) 2023-02-08 00:59:57 -08:00
plugins fix(nuxt): don't render unknown components with placeholder (#18494) 2023-01-25 02:30:59 -08:00
public fix(nuxt3): use shared module for dynamic paths (#3757) 2022-03-22 16:51:26 +01:00
server/api feat(nuxt): infer useFetch return based on the method (#18526) 2023-02-07 06:01:31 -08:00
utils feat(nuxt): auto-import utils/ directory (#8817) 2022-11-09 10:43:16 +01:00
.gitignore fix(nuxt): transform extends layers within node_modules (#5042) 2022-06-10 15:33:16 +02:00
app.config.ts feat(nuxt): app.config with hmr and reactivity support (#6333) 2022-08-17 17:23:13 +02:00
nuxt.config.ts fix(schema): allow type inference of arrays in runtime config (#18931) 2023-02-10 07:36:10 +00:00
nuxt.schema.ts feat: experimental config schema (#18410) 2023-01-23 19:07:21 +01:00
package.json chore: use pnpm for framework monorepo (#7895) 2022-10-17 12:10:05 +02:00
some-exports.ts fix(nuxt): detect non-functional imports within page meta (#8881) 2022-11-10 11:31:01 +01:00
tsconfig.json fix: clean up some type issues and add type test suite (#3199) 2022-02-15 10:50:11 +01:00
types.ts fix(schema): allow type inference of arrays in runtime config (#18931) 2023-02-10 07:36:10 +00:00