Patrick Roza
Patrick Roza
Proposal for https://github.com/Effect-TS/effect/issues/2014
related to https://github.com/Effect-TS/effect/pull/1629 - `/src/index.ts` generate via eslint codegen instead - `/src/*.ts` generate the `export declare namespace`, `export * from` etc - when editing/creating a `/src/impl/*.ts` file, generate a basic...
https://github.com/Effect-TS/io/pull/60
e.g: ``` var n = new Notification(); _mediator.Notify(n); // succeeds _mediator.Notify((ISomeInterface) n); // fails ``` as it resolves to `Notify`, which uses `DependencyResolver.GetInstances()` which won't find the appropriate handlers. I...
https://github.com/tc39/proposal-pipeline-operator#introduction Trial run in vscode: https://stackoverflow.com/questions/36327096/vscode-linter-es6-es7-babel-linter
**I'm submitting a bug report** - **Library Version:** 1.0.rc **Please tell us about your environment:** - **Operating System:** Windows 10 - **Node Version:** 6.3.0 - **NPM Version:** 3.10.3 - **JSPM...
### Issue description or question Why does Quokka not respect the custom typescript compiler, which is used fine by `ts-node --esm` from the console? So far it seems errors occur...
Like in this fork: https://github.com/sixten/IdentityServer3.AspNetIdentity/commit/2dab4953bb5ca6fd957a0bff5041df8bc8a39d3f#diff-941cf049f34d0e34fa5af6b7281271ceR45
When publishing, I think it should be using: `"packages/boilerplate-infra/_src/lib/api/routing.ts"` or even via package.json name `"@effect-ts-app/boilerplate-infra/_src/lib/api/routing.ts"` instead of `"/users/Michael.Arnaldi/full-home-address-phone-number-and-email/awesome-effect/packages/boilerplate-infra/_src/lib/api/routing.ts"`
A repro is available at; https://github.com/patroza/ts-plus-test/pull/1