swc-project / swc-loader

Moved to https://github.com/swc-project/pkgs
MIT License
394 stars 29 forks source link

How can I disable strict mode #77

Closed boswellgao closed 1 year ago

boswellgao commented 1 year ago

I have some code that included reflect-metadata. And after compiled that code, at the runtime I have recived some error about "'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them at Function.invokeGetter"

### Tasks