Jake Verbaten
Jake Verbaten
@olivernn Meh, read and understand the ES5-shim code, run the ES5-shim unit tests on augment.js. I'll add the two bugs I saw as issues though. Also note there is value...
This is still an issue, we should look into fixing this with the eslint @ 7 upgrade. I think eslint @ 7 is supposed to fix this, cc @LinusU who's...
I think resolve plugins relative to is supposed to help with this maybe :(
I used standardx 3.0.0 because reasons :(
``` ~/optoolco/logs on master* $ npr standardx standardx: Unexpected linter output: Error: Failed to load config "standard" to extend from. Referenced from: BaseConfig at configInvalidError (/home/raynos/.config/npm-bin-deps/logs/node_modules/eslint/lib/cli-engine/config-array-factory.js:295:9) at ConfigArrayFactory._loadExtendedShareableConfig (/home/raynos/.config/npm-bin-deps/logs/node_modules/eslint/lib/cli-engine/config-array-factory.js:876:23) at...
In `tsdocstandard` I use ``` eslintConfig: { configFile: path.join(__dirname, 'eslintrc.json') }, ``` Instead of `eslintConfig: { baseConfig }`. Maybe giving it a fileName for a json file with `require.resolve()` fixes...
I tried that locally and it doesn't help.
I should build a workshopper this weekend. I think `http-framework` has enough in it to be able to build one. There is a secondary question of can myself, @wpreul and...
For http I might be interested in doing - serve hello world - serve multiple routes - read and return JSON - render a template - handle a form POST...