snipe/web/node_modules/oxc-parser/src-js/generated/constants.js
pyr0ball 7a704441a6 feat(snipe): Vue 3 frontend scaffold + Docker web service
- web/: Vue 3 + Vite + UnoCSS + Pinia, dark tactical theme (amber/#0d1117)
- AppNav, ListingCard, SearchView with filters/sort, composables
  (useSnipeMode, useKonamiCode, useMotion), Pinia search store
- Steal shimmer, auction countdown, Snipe Mode easter egg all native in Vue
- docker/web/: nginx + multi-stage Dockerfile (node build → nginx serve)
- compose.yml: api (8510) + web (8509) services
- Dockerfile CMD updated to uvicorn for upcoming FastAPI layer
- Clean build: 0 TS errors, 380 modules
2026-03-25 15:11:35 -07:00

13 lines
546 B
JavaScript

// Auto-generated code, DO NOT EDIT DIRECTLY!
// To edit this generated file you have to edit `tasks/ast_tools/src/generators/raw_transfer.rs`.
export const BUFFER_SIZE = 2147483616;
export const BUFFER_ALIGN = 4294967296;
export const ACTIVE_SIZE = 2147483552;
export const DATA_POINTER_POS_32 = 536870902;
export const IS_TS_FLAG_POS = 2147483612;
export const IS_JSX_FLAG_POS = 2147483613;
export const HAS_BOM_FLAG_POS = 2147483614;
export const PROGRAM_OFFSET = 0;
export const SOURCE_START_OFFSET = 8;
export const SOURCE_LEN_OFFSET = 16;