Einar Gangsø

Results 74 comments of Einar Gangsø

Easiest reproduction is probably: ```js import foo from './foo.js' import('./foo.js'); console.log(foo); ``` Here is a repro: https://github.com/eigan/repro-vite-dynamic-publicpath Commited the build file with the constant still present https://github.com/eigan/repro-vite-dynamic-publicpath/blob/master/dist/assets/app.09997e2f.js

Probably relevant code in Vite: https://github.com/vitejs/vite/blob/main/packages/vite/src/node/plugins/importAnalysisBuild.ts#L340 ```js // there may still be markers due to inlined dynamic imports, remove // all the markers regardless chunk.code = chunk.code.replace(preloadMarkerRE, 'void 0') ```

@jy0529 need reproduce label can be removed I think?

@benjaminprojas Not sure what you expected to be fixed in vite 2.9, but vite 3 might fix an issue that sent me here to `jy0529/vite-plugin-dynamic-publicpath`. Take a look at the...

@francislavoie Haven't tested yet. But thanks for testing and giving us a solution! 🙂

Here is a sample mts file: [mtsfile.zip](https://github.com/JamesHeinrich/getID3/files/2181774/mtsfile.zip) And exif data (from [mediainfo](https://mediaarea.net/en/MediaInfo), [source](https://github.com/MediaArea/MediaInfoLib)) ``` General ID : 0 (0x0) Complete name : 00000.MTS Format : BDAV Format/Info : Blu-ray Video...

@JamesHeinrich Iam not sure if this is helpful, but there looks to be a description for how it differ from "MPEG-2 transport stream container" in the [wiki](https://en.wikipedia.org/wiki/.m2ts#Overview). Also see this...

Here is mediainfo parsing the format(?), but I dont understand a single thing.. https://github.com/MediaArea/MediaInfoLib/blob/80c19674a5cfb0767544260b1ba5421af5cf6ba9/Source/MediaInfo/Multiple/File_MpegTs.cpp#L2305

Already supported. Also not that there is no active maintainers. Everything here is provided by the community. There is no plan.