This file contains hidden or 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
/** biome-ignore-all lint/suspicious/noExplicitAny: <necessary for lib> */ | |
/** biome-ignore-all lint/complexity/noBannedTypes: <schema did it> */ | |
import { BrowserObservability } from "@chefy-services/otel/browser"; | |
import { | |
Array as A, | |
Context, | |
Effect, | |
Equal, | |
type Exit, |
This file contains hidden or 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
import { FileSystem } from "@effect/platform"; | |
import { | |
NodeContext, | |
NodeFileSystem, | |
NodeRuntime, | |
} from "@effect/platform-node"; | |
import { Array as A, Effect } from "effect"; | |
// in this file we will codegen a massive project that makes use of store builder and test the tsc performance. | |
// we will first create a codegen function that takes number of slices, number of events per slice and number of handlers per event |
This file contains hidden or 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
/** biome-ignore-all lint/suspicious/noExplicitAny: <shrug> */ | |
import { | |
Effect, | |
Layer, | |
Logger, | |
ManagedRuntime, | |
ParseResult, | |
PubSub, | |
Ref, | |
Schema, |
This file contains hidden or 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
/** biome-ignore-all lint/suspicious/noExplicitAny: <explanation> */ | |
import { neonConfig } from "@neondatabase/serverless"; | |
import { PrismaNeon } from "@prisma/adapter-neon"; | |
import type { | |
ITXClientDenyList, | |
Operation, | |
TypedSql, | |
} from "@prisma/client/runtime/library"; | |
import { |
This file contains hidden or 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
#!/usr/bin/env node | |
const { exec } = require('child_process'); | |
const fs = require('fs'); | |
const { join } = require('path'); | |
const args = process.argv.slice(2).join(' '); | |
console.log({ args }); | |
const removeArg = (argKey, args) => { | |
const newArgs = args.replace(argKey, ''); |
This file contains hidden or 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
diff --git a/node_modules/react-native-reanimated/plugin.js b/node_modules/react-native-reanimated/plugin.js | |
index 0ac2c44..2ee0f3b 100644 | |
--- a/node_modules/react-native-reanimated/plugin.js | |
+++ b/node_modules/react-native-reanimated/plugin.js | |
@@ -1,115 +1,133 @@ | |
-'use strict'; | |
+"use strict"; | |
+ | |
+function _defineProperty(obj, key, value) { | |
+ if (key in obj) { |