@everystack/server 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +681 -0
- package/package.json +29 -21
- package/src/cdn/compose.ts +3 -0
- package/src/cdn/features.ts +112 -68
- package/src/cdn/index.ts +11 -13
- package/src/cdn/transforms.ts +157 -0
- package/src/db.ts +1 -0
- package/src/image.ts +28 -1
- package/src/index.ts +2 -0
- package/src/kvs.ts +50 -0
- package/src/plugin.ts +517 -0
- package/src/ssr.ts +1 -1
- package/src/worker.ts +46 -2
- package/stubs/@tanstack/react-query/index.mjs +13 -0
- package/stubs/@tanstack/react-query/package.json +10 -0
- package/stubs/@tanstack/react-query/sst-env.d.ts +10 -0
- package/stubs/d3-array/index.mjs +15 -0
- package/stubs/d3-array/package.json +10 -0
- package/stubs/d3-array/sst-env.d.ts +10 -0
- package/stubs/d3-scale/index.mjs +11 -0
- package/stubs/d3-scale/package.json +10 -0
- package/stubs/d3-scale/sst-env.d.ts +10 -0
- package/stubs/d3-shape/index.mjs +16 -0
- package/stubs/d3-shape/package.json +10 -0
- package/stubs/d3-shape/sst-env.d.ts +10 -0
- package/stubs/d3-time/index.mjs +13 -0
- package/stubs/d3-time/package.json +10 -0
- package/stubs/d3-time/sst-env.d.ts +10 -0
- package/stubs/d3-time-format/index.mjs +11 -0
- package/stubs/d3-time-format/package.json +10 -0
- package/stubs/d3-time-format/sst-env.d.ts +10 -0
- package/stubs/expo/index.mjs +12 -0
- package/stubs/expo/package.json +10 -0
- package/stubs/expo/sst-env.d.ts +10 -0
- package/stubs/expo-router/index.mjs +18 -0
- package/stubs/expo-router/package.json +10 -0
- package/stubs/expo-router/sst-env.d.ts +10 -0
- package/stubs/expo-status-bar/index.mjs +8 -0
- package/stubs/expo-status-bar/package.json +10 -0
- package/stubs/expo-status-bar/sst-env.d.ts +10 -0
- package/stubs/react/index.mjs +34 -0
- package/stubs/react/jsx-dev-runtime/index.mjs +11 -0
- package/stubs/react/jsx-dev-runtime/package.json +6 -0
- package/stubs/react/jsx-dev-runtime/sst-env.d.ts +10 -0
- package/stubs/react/jsx-runtime/index.mjs +10 -0
- package/stubs/react/jsx-runtime/package.json +6 -0
- package/stubs/react/jsx-runtime/sst-env.d.ts +10 -0
- package/stubs/react/package.json +12 -0
- package/stubs/react/sst-env.d.ts +10 -0
- package/stubs/react-dom/index.mjs +11 -0
- package/stubs/react-dom/package.json +10 -0
- package/stubs/react-dom/sst-env.d.ts +10 -0
- package/stubs/react-native/index.mjs +78 -0
- package/stubs/react-native/package.json +11 -0
- package/stubs/react-native/sst-env.d.ts +10 -0
- package/stubs/react-native-safe-area-context/index.mjs +11 -0
- package/stubs/react-native-safe-area-context/package.json +10 -0
- package/stubs/react-native-safe-area-context/sst-env.d.ts +10 -0
- package/stubs/react-native-screens/index.mjs +13 -0
- package/stubs/react-native-screens/package.json +10 -0
- package/stubs/react-native-screens/sst-env.d.ts +10 -0
- package/stubs/react-native-web/index.mjs +7 -0
- package/stubs/react-native-web/package.json +10 -0
- package/stubs/react-native-web/sst-env.d.ts +10 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Auto-generated stub — these exports are never called at runtime.
|
|
2
|
+
const _ = new Proxy(function(){}, {
|
|
3
|
+
get: () => _,
|
|
4
|
+
apply: () => _,
|
|
5
|
+
construct: () => _,
|
|
6
|
+
});
|
|
7
|
+
export default _;
|
|
8
|
+
export const line = _;
|
|
9
|
+
export const area = _;
|
|
10
|
+
export const arc = _;
|
|
11
|
+
export const pie = _;
|
|
12
|
+
export const stack = _;
|
|
13
|
+
export const curveMonotoneX = _;
|
|
14
|
+
export const curveLinear = _;
|
|
15
|
+
export const curveStep = _;
|
|
16
|
+
export const curveBasis = _;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Auto-generated stub — these exports are never called at runtime.
|
|
2
|
+
const _ = new Proxy(function(){}, {
|
|
3
|
+
get: () => _,
|
|
4
|
+
apply: () => _,
|
|
5
|
+
construct: () => _,
|
|
6
|
+
});
|
|
7
|
+
export default _;
|
|
8
|
+
export const timeDay = _;
|
|
9
|
+
export const timeWeek = _;
|
|
10
|
+
export const timeMonth = _;
|
|
11
|
+
export const timeHour = _;
|
|
12
|
+
export const timeMinute = _;
|
|
13
|
+
export const utcDay = _;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// Auto-generated stub — these exports are never called at runtime.
|
|
2
|
+
const _ = new Proxy(function(){}, {
|
|
3
|
+
get: () => _,
|
|
4
|
+
apply: () => _,
|
|
5
|
+
construct: () => _,
|
|
6
|
+
});
|
|
7
|
+
export default _;
|
|
8
|
+
export const timeFormat = _;
|
|
9
|
+
export const timeParse = _;
|
|
10
|
+
export const utcFormat = _;
|
|
11
|
+
export const utcParse = _;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Auto-generated stub — these exports are never called at runtime.
|
|
2
|
+
const _ = new Proxy(function(){}, {
|
|
3
|
+
get: () => _,
|
|
4
|
+
apply: () => _,
|
|
5
|
+
construct: () => _,
|
|
6
|
+
});
|
|
7
|
+
export default _;
|
|
8
|
+
export const registerRootComponent = _;
|
|
9
|
+
export const isRunningInExpoGo = _;
|
|
10
|
+
export const requireNativeModule = _;
|
|
11
|
+
export const SharedRef = _;
|
|
12
|
+
export const Constants = _;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Auto-generated stub — these exports are never called at runtime.
|
|
2
|
+
const _ = new Proxy(function(){}, {
|
|
3
|
+
get: () => _,
|
|
4
|
+
apply: () => _,
|
|
5
|
+
construct: () => _,
|
|
6
|
+
});
|
|
7
|
+
export default _;
|
|
8
|
+
export const Link = _;
|
|
9
|
+
export const Slot = _;
|
|
10
|
+
export const useRouter = _;
|
|
11
|
+
export const useLocalSearchParams = _;
|
|
12
|
+
export const useSegments = _;
|
|
13
|
+
export const usePathname = _;
|
|
14
|
+
export const useGlobalSearchParams = _;
|
|
15
|
+
export const Stack = _;
|
|
16
|
+
export const Tabs = _;
|
|
17
|
+
export const Redirect = _;
|
|
18
|
+
export const router = _;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// Auto-generated stub — these exports are never called at runtime.
|
|
2
|
+
const _ = new Proxy(function(){}, {
|
|
3
|
+
get: () => _,
|
|
4
|
+
apply: () => _,
|
|
5
|
+
construct: () => _,
|
|
6
|
+
});
|
|
7
|
+
export default _;
|
|
8
|
+
export const createContext = _;
|
|
9
|
+
export const useContext = _;
|
|
10
|
+
export const useState = _;
|
|
11
|
+
export const useEffect = _;
|
|
12
|
+
export const useCallback = _;
|
|
13
|
+
export const useRef = _;
|
|
14
|
+
export const useMemo = _;
|
|
15
|
+
export const createElement = _;
|
|
16
|
+
export const Fragment = _;
|
|
17
|
+
export const Component = _;
|
|
18
|
+
export const forwardRef = _;
|
|
19
|
+
export const memo = _;
|
|
20
|
+
export const lazy = _;
|
|
21
|
+
export const Suspense = _;
|
|
22
|
+
export const Children = _;
|
|
23
|
+
export const cloneElement = _;
|
|
24
|
+
export const isValidElement = _;
|
|
25
|
+
export const useReducer = _;
|
|
26
|
+
export const useLayoutEffect = _;
|
|
27
|
+
export const useImperativeHandle = _;
|
|
28
|
+
export const useDebugValue = _;
|
|
29
|
+
export const createRef = _;
|
|
30
|
+
export const startTransition = _;
|
|
31
|
+
export const useTransition = _;
|
|
32
|
+
export const useDeferredValue = _;
|
|
33
|
+
export const useId = _;
|
|
34
|
+
export const useSyncExternalStore = _;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// Auto-generated stub — these exports are never called at runtime.
|
|
2
|
+
const _ = new Proxy(function(){}, {
|
|
3
|
+
get: () => _,
|
|
4
|
+
apply: () => _,
|
|
5
|
+
construct: () => _,
|
|
6
|
+
});
|
|
7
|
+
export default _;
|
|
8
|
+
export const jsx = _;
|
|
9
|
+
export const jsxs = _;
|
|
10
|
+
export const jsxDEV = _;
|
|
11
|
+
export const Fragment = _;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// Auto-generated stub — these exports are never called at runtime.
|
|
2
|
+
const _ = new Proxy(function(){}, {
|
|
3
|
+
get: () => _,
|
|
4
|
+
apply: () => _,
|
|
5
|
+
construct: () => _,
|
|
6
|
+
});
|
|
7
|
+
export default _;
|
|
8
|
+
export const jsx = _;
|
|
9
|
+
export const jsxs = _;
|
|
10
|
+
export const Fragment = _;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "react",
|
|
3
|
+
"version": "0.0.0-stub",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "index.mjs",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": "./index.mjs",
|
|
8
|
+
"./*": "./index.mjs",
|
|
9
|
+
"./jsx-runtime": "./jsx-runtime/index.mjs",
|
|
10
|
+
"./jsx-dev-runtime": "./jsx-dev-runtime/index.mjs"
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// Auto-generated stub — these exports are never called at runtime.
|
|
2
|
+
const _ = new Proxy(function(){}, {
|
|
3
|
+
get: () => _,
|
|
4
|
+
apply: () => _,
|
|
5
|
+
construct: () => _,
|
|
6
|
+
});
|
|
7
|
+
export default _;
|
|
8
|
+
export const render = _;
|
|
9
|
+
export const createPortal = _;
|
|
10
|
+
export const flushSync = _;
|
|
11
|
+
export const unmountComponentAtNode = _;
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
// Auto-generated stub — these exports are never called at runtime.
|
|
2
|
+
// Comprehensive list of react-native public exports.
|
|
3
|
+
const _ = new Proxy(function(){}, {
|
|
4
|
+
get: () => _,
|
|
5
|
+
apply: () => _,
|
|
6
|
+
construct: () => _,
|
|
7
|
+
});
|
|
8
|
+
export default _;
|
|
9
|
+
// Components
|
|
10
|
+
export const ActivityIndicator = _;
|
|
11
|
+
export const Button = _;
|
|
12
|
+
export const DrawerLayoutAndroid = _;
|
|
13
|
+
export const FlatList = _;
|
|
14
|
+
export const Image = _;
|
|
15
|
+
export const ImageBackground = _;
|
|
16
|
+
export const InputAccessoryView = _;
|
|
17
|
+
export const KeyboardAvoidingView = _;
|
|
18
|
+
export const Modal = _;
|
|
19
|
+
export const Pressable = _;
|
|
20
|
+
export const ProgressBarAndroid = _;
|
|
21
|
+
export const RefreshControl = _;
|
|
22
|
+
export const SafeAreaView = _;
|
|
23
|
+
export const ScrollView = _;
|
|
24
|
+
export const SectionList = _;
|
|
25
|
+
export const StatusBar = _;
|
|
26
|
+
export const Switch = _;
|
|
27
|
+
export const Text = _;
|
|
28
|
+
export const TextInput = _;
|
|
29
|
+
export const Touchable = _;
|
|
30
|
+
export const TouchableHighlight = _;
|
|
31
|
+
export const TouchableNativeFeedback = _;
|
|
32
|
+
export const TouchableOpacity = _;
|
|
33
|
+
export const TouchableWithoutFeedback = _;
|
|
34
|
+
export const View = _;
|
|
35
|
+
export const VirtualizedList = _;
|
|
36
|
+
// APIs
|
|
37
|
+
export const AccessibilityInfo = _;
|
|
38
|
+
export const ActionSheetIOS = _;
|
|
39
|
+
export const Alert = _;
|
|
40
|
+
export const Animated = _;
|
|
41
|
+
export const AppRegistry = _;
|
|
42
|
+
export const AppState = _;
|
|
43
|
+
export const BackHandler = _;
|
|
44
|
+
export const DevSettings = _;
|
|
45
|
+
export const DeviceEventEmitter = _;
|
|
46
|
+
export const Dimensions = _;
|
|
47
|
+
export const Easing = _;
|
|
48
|
+
export const I18nManager = _;
|
|
49
|
+
export const InteractionManager = _;
|
|
50
|
+
export const Keyboard = _;
|
|
51
|
+
export const LayoutAnimation = _;
|
|
52
|
+
export const Linking = _;
|
|
53
|
+
export const LogBox = _;
|
|
54
|
+
export const NativeAppEventEmitter = _;
|
|
55
|
+
export const NativeEventEmitter = _;
|
|
56
|
+
export const NativeModules = _;
|
|
57
|
+
export const Networking = _;
|
|
58
|
+
export const PanResponder = _;
|
|
59
|
+
export const PermissionsAndroid = _;
|
|
60
|
+
export const PixelRatio = _;
|
|
61
|
+
export const Platform = _;
|
|
62
|
+
export const Share = _;
|
|
63
|
+
export const StyleSheet = _;
|
|
64
|
+
export const Systrace = _;
|
|
65
|
+
export const ToastAndroid = _;
|
|
66
|
+
export const UIManager = _;
|
|
67
|
+
export const Vibration = _;
|
|
68
|
+
export const YellowBox = _;
|
|
69
|
+
// Hooks
|
|
70
|
+
export const useAnimatedValue = _;
|
|
71
|
+
export const useColorScheme = _;
|
|
72
|
+
export const useWindowDimensions = _;
|
|
73
|
+
// Utilities
|
|
74
|
+
export const findNodeHandle = _;
|
|
75
|
+
export const processColor = _;
|
|
76
|
+
export const requireNativeComponent = _;
|
|
77
|
+
export const unstable_batchedUpdates = _;
|
|
78
|
+
export const TurboModuleRegistry = _;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// Auto-generated stub — these exports are never called at runtime.
|
|
2
|
+
const _ = new Proxy(function(){}, {
|
|
3
|
+
get: () => _,
|
|
4
|
+
apply: () => _,
|
|
5
|
+
construct: () => _,
|
|
6
|
+
});
|
|
7
|
+
export default _;
|
|
8
|
+
export const SafeAreaProvider = _;
|
|
9
|
+
export const useSafeAreaInsets = _;
|
|
10
|
+
export const SafeAreaInsetsContext = _;
|
|
11
|
+
export const SafeAreaView = _;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Auto-generated stub — these exports are never called at runtime.
|
|
2
|
+
const _ = new Proxy(function(){}, {
|
|
3
|
+
get: () => _,
|
|
4
|
+
apply: () => _,
|
|
5
|
+
construct: () => _,
|
|
6
|
+
});
|
|
7
|
+
export default _;
|
|
8
|
+
export const enableScreens = _;
|
|
9
|
+
export const Screen = _;
|
|
10
|
+
export const ScreenContainer = _;
|
|
11
|
+
export const ScreenStack = _;
|
|
12
|
+
export const ScreenStackItem = _;
|
|
13
|
+
export const ScreenFooter = _;
|