pattycake icon indicating copy to clipboard operation
pattycake copied to clipboard

Zero-runtime pattern matching

Results 3 pattycake issues
Sort by recently updated
recently updated
newest added

import { defineConfig } from 'vite' import pattycake from 'pattycake' // typescript wants pattycake.vite(options) export default defineConfig({ plugins:[ pattycake.vite() ] }) // the options type HirCodegenOpts just has a bool...

This may be a bit out of scope for this project, but it may be worth considering also adding an SWC transform instead of just Babel. For big projects especially,...

make bongo

todo
urgent-priority