MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update contributing.md

+7 -1
+7 -1
CONTRIBUTING.md
··· 56 56 src/ 57 57 โ”œโ”€โ”€ cli/ # Command line interface helpers 58 58 โ”œโ”€โ”€ core/ # Bundled snapshot code 59 + โ”œโ”€โ”€ esm/ # ES module system (loader, resolver, cache) 60 + โ”œโ”€โ”€ highlight/ # Syntax highlighting (emit, iterators) 59 61 โ”œโ”€โ”€ modules/ # Built-in JS modules (fs, path, shell, etc.) 60 - โ”œโ”€โ”€ esm/ # ES module system 61 62 โ”œโ”€โ”€ pkg/ # Zig-based package manager 63 + โ”œโ”€โ”€ silver/ # Silver bytecode compiler and VM 64 + โ”‚ โ””โ”€โ”€ ops/ # Bytecode operation definitions 65 + โ”œโ”€โ”€ strip/ # Rust-based type stripping (oxc) 66 + โ”œโ”€โ”€ tools/ # Code generation scripts (snapshot gen) 67 + โ”œโ”€โ”€ types/ # TypeScript type declarations 62 68 include/ # C header files 63 69 tests/ # JavaScript test files 64 70 vendor/ # External dependencies