-
-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7907e0d
commit 8b47705
Showing
53 changed files
with
10,035 additions
and
3,846 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
shamefully-hoist=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import createJITI from "jiti" | ||
import { fileURLToPath } from "url" | ||
import { dirname, resolve } from "path" | ||
|
||
const __filename = fileURLToPath(import.meta.url) | ||
|
||
const jiti = createJITI(__filename, { | ||
esmResolve: true, | ||
}) | ||
|
||
jiti("./bundle.ts") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default } from "/Users/justinschroeder/Projects/auto-animate/build/nuxt-playground/app.vue"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
import { updateAppConfig } from '#app' | ||
import { defuFn } from '/Users/justinschroeder/Projects/auto-animate/build/nuxt-playground/node_modules/.pnpm/defu@6.1.2/node_modules/defu/dist/defu.mjs' | ||
|
||
const inlineConfig = {} | ||
|
||
// Vite - webpack is handled directly in #app/config | ||
if (import.meta.hot) { | ||
import.meta.hot.accept((newModule) => { | ||
updateAppConfig(newModule.default) | ||
}) | ||
} | ||
|
||
|
||
|
||
export default /* #__PURE__ */ defuFn(inlineConfig) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const componentNames = ["NuxtWelcome","NuxtLayout","NuxtErrorBoundary","ClientOnly","DevOnly","ServerPlaceholder","NuxtLink","NuxtLoadingIndicator","NuxtPage","NoScript","Link","Base","Title","Meta","Style","Head","Html","Body"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
// Generated by components discovery | ||
declare module 'vue' { | ||
export interface GlobalComponents { | ||
'NuxtWelcome': typeof import("../node_modules/.pnpm/@nuxt+ui-templates@1.3.1/node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] | ||
'NuxtLayout': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-layout")['default'] | ||
'NuxtErrorBoundary': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] | ||
'ClientOnly': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/client-only")['default'] | ||
'DevOnly': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/dev-only")['default'] | ||
'ServerPlaceholder': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/server-placeholder")['default'] | ||
'NuxtLink': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-link")['default'] | ||
'NuxtLoadingIndicator': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] | ||
'NuxtPage': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default'] | ||
'NoScript': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['NoScript'] | ||
'Link': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Link'] | ||
'Base': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Base'] | ||
'Title': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Title'] | ||
'Meta': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Meta'] | ||
'Style': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Style'] | ||
'Head': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Head'] | ||
'Html': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Html'] | ||
'Body': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Body'] | ||
'LazyNuxtWelcome': typeof import("../node_modules/.pnpm/@nuxt+ui-templates@1.3.1/node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] | ||
'LazyNuxtLayout': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-layout")['default'] | ||
'LazyNuxtErrorBoundary': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] | ||
'LazyClientOnly': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/client-only")['default'] | ||
'LazyDevOnly': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/dev-only")['default'] | ||
'LazyServerPlaceholder': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/server-placeholder")['default'] | ||
'LazyNuxtLink': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-link")['default'] | ||
'LazyNuxtLoadingIndicator': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] | ||
'LazyNuxtPage': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default'] | ||
'LazyNoScript': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['NoScript'] | ||
'LazyLink': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Link'] | ||
'LazyBase': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Base'] | ||
'LazyTitle': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Title'] | ||
'LazyMeta': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Meta'] | ||
'LazyStyle': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Style'] | ||
'LazyHead': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Head'] | ||
'LazyHtml': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Html'] | ||
'LazyBody': typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Body'] | ||
} | ||
} | ||
|
||
export const NuxtWelcome: typeof import("../node_modules/.pnpm/@nuxt+ui-templates@1.3.1/node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] | ||
export const NuxtLayout: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-layout")['default'] | ||
export const NuxtErrorBoundary: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] | ||
export const ClientOnly: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/client-only")['default'] | ||
export const DevOnly: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/dev-only")['default'] | ||
export const ServerPlaceholder: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/server-placeholder")['default'] | ||
export const NuxtLink: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-link")['default'] | ||
export const NuxtLoadingIndicator: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] | ||
export const NuxtPage: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default'] | ||
export const NoScript: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['NoScript'] | ||
export const Link: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Link'] | ||
export const Base: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Base'] | ||
export const Title: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Title'] | ||
export const Meta: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Meta'] | ||
export const Style: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Style'] | ||
export const Head: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Head'] | ||
export const Html: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Html'] | ||
export const Body: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Body'] | ||
export const LazyNuxtWelcome: typeof import("../node_modules/.pnpm/@nuxt+ui-templates@1.3.1/node_modules/@nuxt/ui-templates/dist/templates/welcome.vue")['default'] | ||
export const LazyNuxtLayout: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-layout")['default'] | ||
export const LazyNuxtErrorBoundary: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-error-boundary")['default'] | ||
export const LazyClientOnly: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/client-only")['default'] | ||
export const LazyDevOnly: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/dev-only")['default'] | ||
export const LazyServerPlaceholder: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/server-placeholder")['default'] | ||
export const LazyNuxtLink: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-link")['default'] | ||
export const LazyNuxtLoadingIndicator: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-loading-indicator")['default'] | ||
export const LazyNuxtPage: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/pages/runtime/page-placeholder")['default'] | ||
export const LazyNoScript: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['NoScript'] | ||
export const LazyLink: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Link'] | ||
export const LazyBase: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Base'] | ||
export const LazyTitle: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Title'] | ||
export const LazyMeta: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Meta'] | ||
export const LazyStyle: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Style'] | ||
export const LazyHead: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Head'] | ||
export const LazyHtml: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Html'] | ||
export const LazyBody: typeof import("../node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/head/runtime/components")['Body'] | ||
|
||
export const componentNames: string[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export default {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
import { defineNuxtPlugin } from '#app/nuxt' | ||
export default defineNuxtPlugin({ | ||
name: 'nuxt:global-components', | ||
}) |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default } from "/Users/justinschroeder/Projects/auto-animate/build/nuxt-playground/node_modules/.pnpm/nuxt@3.7.1/node_modules/nuxt/dist/app/components/nuxt-error-page.vue"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export { isVue2, isVue3 } from 'vue-demi'; | ||
export { useAsyncData, useLazyAsyncData, useNuxtData, refreshNuxtData, clearNuxtData, defineNuxtComponent, useNuxtApp, defineNuxtPlugin, definePayloadPlugin, reloadNuxtApp, useRuntimeConfig, useState, clearNuxtState, useFetch, useLazyFetch, useCookie, useRequestHeaders, useRequestEvent, useRequestFetch, useRequestURL, setResponseStatus, setPageLayout, onNuxtReady, useRouter, useRoute, defineNuxtRouteMiddleware, navigateTo, abortNavigation, addRouteMiddleware, showError, clearError, isNuxtError, useError, createError, defineNuxtLink, useAppConfig, updateAppConfig, defineAppConfig, preloadComponents, preloadRouteComponents, prefetchComponents, loadPayload, preloadPayload, isPrerendered, definePayloadReducer, definePayloadReviver, requestIdleCallback, cancelIdleCallback, onBeforeRouteLeave, onBeforeRouteUpdate } from '#app'; | ||
export { withCtx, withDirectives, withKeys, withMemo, withModifiers, withScopeId, onActivated, onBeforeMount, onBeforeUnmount, onBeforeUpdate, onDeactivated, onErrorCaptured, onMounted, onRenderTracked, onRenderTriggered, onServerPrefetch, onUnmounted, onUpdated, computed, customRef, isProxy, isReactive, isReadonly, isRef, markRaw, proxyRefs, reactive, readonly, ref, shallowReactive, shallowReadonly, shallowRef, toRaw, toRef, toRefs, triggerRef, unref, watch, watchEffect, watchPostEffect, watchSyncEffect, isShallow, effect, effectScope, getCurrentScope, onScopeDispose, defineComponent, defineAsyncComponent, resolveComponent, getCurrentInstance, h, inject, hasInjectionContext, nextTick, provide, defineModel, defineOptions, defineSlots, mergeModels, toValue, useModel, useAttrs, useCssModule, useCssVars, useSlots, useTransitionState, Component, ComponentPublicInstance, ComputedRef, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode } from 'vue'; | ||
export { injectHead, useHead, useSeoMeta, useHeadSafe, useServerHead, useServerSeoMeta, useServerHeadSafe } from '@unhead/vue'; | ||
export { autoAnimate } from '@formkit/auto-animate'; | ||
export { useAutoAnimate } from '@formkit/auto-animate/vue'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export { isVue2, isVue3 } from 'vue-demi'; | ||
export { useAsyncData, useLazyAsyncData, useNuxtData, refreshNuxtData, clearNuxtData, defineNuxtComponent, useNuxtApp, defineNuxtPlugin, definePayloadPlugin, reloadNuxtApp, useRuntimeConfig, useState, clearNuxtState, useFetch, useLazyFetch, useCookie, useRequestHeaders, useRequestEvent, useRequestFetch, useRequestURL, setResponseStatus, setPageLayout, onNuxtReady, useRouter, useRoute, defineNuxtRouteMiddleware, navigateTo, abortNavigation, addRouteMiddleware, showError, clearError, isNuxtError, useError, createError, defineNuxtLink, useAppConfig, updateAppConfig, defineAppConfig, preloadComponents, preloadRouteComponents, prefetchComponents, loadPayload, preloadPayload, isPrerendered, definePayloadReducer, definePayloadReviver, requestIdleCallback, cancelIdleCallback, onBeforeRouteLeave, onBeforeRouteUpdate } from '#app'; | ||
export { withCtx, withDirectives, withKeys, withMemo, withModifiers, withScopeId, onActivated, onBeforeMount, onBeforeUnmount, onBeforeUpdate, onDeactivated, onErrorCaptured, onMounted, onRenderTracked, onRenderTriggered, onServerPrefetch, onUnmounted, onUpdated, computed, customRef, isProxy, isReactive, isReadonly, isRef, markRaw, proxyRefs, reactive, readonly, ref, shallowReactive, shallowReadonly, shallowRef, toRaw, toRef, toRefs, triggerRef, unref, watch, watchEffect, watchPostEffect, watchSyncEffect, isShallow, effect, effectScope, getCurrentScope, onScopeDispose, defineComponent, defineAsyncComponent, resolveComponent, getCurrentInstance, h, inject, hasInjectionContext, nextTick, provide, defineModel, defineOptions, defineSlots, mergeModels, toValue, useModel, useAttrs, useCssModule, useCssVars, useSlots, useTransitionState } from 'vue'; | ||
export { injectHead, useHead, useSeoMeta, useHeadSafe, useServerHead, useServerSeoMeta, useServerHeadSafe } from '@unhead/vue'; | ||
export { autoAnimate } from '@formkit/auto-animate'; | ||
export { useAutoAnimate } from '@formkit/auto-animate/vue'; | ||
if (import.meta.dev) { console.warn("[nuxt] `#imports` should be transformed with real imports. There seems to be something wrong with the imports plugin.") } |
Oops, something went wrong.