You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i would like to see something like: this.getContents('/some/file/path.js');
to return exactly the same as the webserver would.
Right now my plugin is doing a http-request on itself but that seems way to complicated.
Why? I'am writing the result to a temporary directory so that Karma can pickup the change.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i would like to see something like:
this.getContents('/some/file/path.js');
to return exactly the same as the webserver would.
Right now my plugin is doing a http-request on itself but that seems way to complicated.
Why? I'am writing the result to a temporary directory so that Karma can pickup the change.
Here is my plugin: https://github.com/tbsmark86/snowpack-typescript-eslint-karma
Also access to the logger instance would be nice.
Beta Was this translation helpful? Give feedback.
All reactions