cmd-johnson / deno-dependency-injector

Simple dependency injection for Deno TypeScript projects.
MIT License
13 stars 6 forks source link

error: Uncaught SyntaxError: The requested module './Reflect.ts' does not provide an export named 'Reflect' #4

Open divyavanmahajan opened 1 year ago

divyavanmahajan commented 1 year ago

Deno 1.28

The example in the documentation does not work. error: Uncaught SyntaxError: The requested module './Reflect.ts' does not provide an export named 'Reflect' export { Reflect } from "./Reflect.ts"; ^ at (https://deno.land/x/reflect_metadata@v0.1.12-2/mod.ts:1:10)

Arnaud73 commented 1 year ago

Same problem here in my own script. I had to revert to v0.1.1.