Files
Mofei Zhang e6576bb15e [compiler][playground][tests] Standardize more pragmas
(Almost) all pragmas are now one of the following:
- `@...TestOnly`: custom pragma for test fixtures
- `@<configName>` | `@<configName>:true`: enables with either true or a default enabled value
- `@<configName>:<json value>`
2025-05-08 11:26:24 -04:00
..