Skip to content

Commit

Permalink
attempt to remove reflect-metadata for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Apr 25, 2024
1 parent d15253e commit e17e4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/compile_typescript_code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function compileTypeScriptToJavaScript(
): Promise<Result<JavaScript, unknown>> {
try {
const imports = `
import 'reflect-metadata';
// import 'reflect-metadata';
// Trying to make sure that all globalThis dependencies are defined
// Before the developer imports azle on their own
Expand Down

0 comments on commit e17e4d2

Please sign in to comment.