gitextract___y3lay0/ ├── .all-contributorsrc ├── .github/ │ ├── stale.yml │ └── workflows/ │ ├── pr.yml │ └── release.yml ├── .gitignore ├── .npmignore ├── LICENSE ├── README.md ├── commitlint.config.js ├── package.json ├── renovate.json ├── src/ │ ├── __tests__/ │ │ ├── __snapshots__/ │ │ │ └── integration-test.ts.snap │ │ └── integration-test.ts │ ├── context.ts │ ├── index.ts │ └── test/ │ ├── span-serializer.ts │ └── types.ts └── tsconfig.json