feat: init

This commit is contained in:
2026-02-13 22:02:30 +01:00
commit 8f9ff830fb
16711 changed files with 3307340 additions and 0 deletions

13
node_modules/oxc-parser/src-js/generated/constants.js generated vendored Normal file
View File

@@ -0,0 +1,13 @@
// 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;