Deno.emit()
with check: false
does not support module
compiler option
#50
Labels
Deno.emit()
with check: false
does not support module
compiler option
#50
The following code does not work as expected:
It simply outputs and ESM module. Where as if
check
istrue
it will output an AMD module.If swc doesn't support AMD, CommonJS, System and UMD we should throw here with invalid options, if it does, we should implement the functionality.
The text was updated successfully, but these errors were encountered: