2 | Object.defineProperty(exports, "__esModule", { value: true });
3 | const tslib_1 = require("tslib");
4 | console.log(Reflect)
5 | console.log(Reflect.getMetadata)
6 | if (typeof Reflect === "undefined" || !Reflect.getMetadata) {
7 | throw new Error(`tsyringe requires a reflect polyfill. Please add 'import "reflect-metadata"' to the top of your entry point.`);
^
error: tsyringe requires a reflect polyfill. Please add 'import "reflect-metadata"' to the top of your entry point.
at /Users/mxy/Documents/workspace/bun/demo/node_modules/tsyringe/dist/cjs/index.js:7:11