Fathy Boundjadj

Results 11 issues of Fathy Boundjadj

due to `transpileModule`, Parcel's native asset is affected too

enhancement

Only when hmr is used

enhancement

Time to go stable

enhancement

This introduces: - `Submitter::register_buffers_tags` corresponding to `io_uring_register_buffers_tags` - `Submitter::register_buffers_sparse` corresponding to `io_uring_register_buffers_sparse` - `Submitter::register_buffers_update_tag` corresponding to `io_uring_register_buffers_update_tag`

Related to [parcel-plugin-typescript#12](https://github.com/fathyb/parcel-plugin-typescript/issues/12). Reported on [parcel#722](https://github.com/parcel-bundler/parcel/issues/722) by @tatsujb Original report : --- ### 🎛 Configuration (.babelrc, package.json, cli command) ./package.json : ```{ "name": "web.ui", "version": "0.0.0", "description": "", "main": "./src/app/app.component.ts",...

bug

This should be preprocessed by Parcel : ```ts @Component({ template: '', // or styles: ['div { background: green }'] }) ``` Proposal 1 : Exported by the plugin : ```ts...

enhancement