Open Haringat opened 2 years ago
Thanks so much Haringat! This fixed my Angular (13) SSR setup.
Doesnt seem to work with ng14
@KonradNowacki would you mind posting a stack trace please? Also please bear in mind that this has not been merged yet so the latest package does not include the changes.
very nice, hope to be merged very soon to fix https://github.com/angular/angular/issues/45062
Hey @cscott @fgnass,
Could you please give more visibility to this PR? It would be nice to merge it/resolve it eventually.
Thanks!
@fgnass @cscott hello, can you take a look?
Happy Anniversary🎂
Any problem in computer science can be solved by adding another layer of indirection.
This fixes all issues related with sloppy.js not being strict-mode compliant like #170 and #153 Aside from that it also provides a better separation between the evaluated code and domino as the evaluated code can no longer accidentally fall through to variables like
file
,require
or__dirname
because the function constructor code is always evaluated at top-level (where these do not exist)