Josh Pike
Josh Pike
@valorkin are you able to help weigh in here? Version 2 appears to be breaking semver convention, so `v.2.0.0-3` should really be `v.2.0.0-3`... unless it's still in beta/unstable. Either way...
Also, the `v.2.0.0-3` peerDependencies line is requiring me to force my npm installs. it works fine on 14, would be ideal if things could be normalised
In the meantime I'm switching to `@ralphinevanbraak/ng2-file-upload-angular-14`
Additionally TypeScript should be checking the path of EVERY import that occurs (module or otherwise) and raise an appropriate error. A hacky workaround silences an error that an html file...
Because Typescript doesn't need to load the file contents of non-code imports, a simple path check would be trivial to implement... otherwise every person that uses Typescript + a bundler...
@ben-8409 @joostvunderink this one is pretty important. What can I do to make speed this along?
I'm about create a new npm package called 'angular-jsonrpc-client-ng-1.6' or something, this looks like it's going nowhere.
https://www.npmjs.com/package/ng-jsonrpc-client
Exciting for the future of esbuild, and the performance of typescript in general. Does bringing esbuild into the typescript project itself present challenges around potential circular nature of esbuild itself...