Roman Vasilev
Roman Vasilev
Rename `webpack.config.js` to `webpack.config.cjs` (fixed issue for me)
Looks like we need to add `noExternalResolve: true` to prevent this, am I right?
Or maybe possible to expose it as stream similar to .dts and give caching to users (other plugins)?
Looks same https://github.com/ivogabe/gulp-typescript/issues/282
Forked [unlight/RxEmitter](https://github.com/unlight/RxEmitter)
What is the status/resolution?
What is the status/resolution?
@Hezard Yes, and additionally we need add `.skip(1)` in `on()` method if subject already exists. See my forked branch https://github.com/unlight/RxEmitter
`sublime-import-helper` supports paths maps from `tsconfig.json`, read more here https://www.typescriptlang.org/docs/handbook/module-resolution.html#path-mapping
It possible, but sublime 3 does not have API to get window identifier when closing window. In the end, it will create memory leak. Corresponding API will be available in...