Skip to content
View sikanhe's full-sized avatar
😈
demon time
😈
demon time

Highlights

  • Pro

Organizations

@reasonml-community
Block or Report

Block or report sikanhe

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. gqtx gqtx Public

    Code-first Typescript GraphQL Server without codegen or metaprogramming

    TypeScript 456 13

  2. React Compiler plugin for ESBuild React Compiler plugin for ESBuild
    1
    import { readFileSync } from "node:fs"
    2
    import * as babel from "@babel/core"
    3
    import BabelPluginReactCompiler from "babel-plugin-react-compiler"
    4
    import type { Plugin } from "esbuild"
    5
    import QuickLRU from "quick-lru"