-
**Describe the bug**
The `metafile` option has no effect.
**To Reproduce**
```ts
new TypeScriptCode("src/index.ts", {
buildOptions: {
metafile: true
}
});
```
**Expected behavior…
-
-
Dear Team,
I just want to talk about the MetaFile which has a big operational security issue.
If a user has the read permission to the MetaFile domain, which is required if he need to see the pi…
-
### Background
System.Drawing lacks certain functionality related to metafiles that is exposed in GDI+.
`ConvertToEmfPlus` converts the data stored in the `Metafile` to EMF+ or EMF+ Dual records…
-
Want a master meta file, with everything you need for the resequencing analysis:
- Strain IDs
- Full path to resequencing results
- Full path to reference genomes
-
I'm really liking the look of that "Open Directory" feature, but one thing I'd really miss is the ability to manually order entries within a directory (which can be pretty essential for long sprite an…
-
The [Bundle Size Analyzer](https://esbuild.github.io/analyze/) references an [example-metafile.json](https://esbuild.github.io/analyze/example-metafile.json) which is not included in the repository, a…
-
when running `mcman init --packwiz https://raw.githubusercontent.com/Layers-of-Railways/modpack/1.20.1/dev/pack.toml` you can observe that files in this folder https://github.com/Layers-of-Railways/mo…
-
# Description
Supports hot reload on development environment.
## Tasks
- [x] Implement custom file watcher instead esbuild.context.watch()
- [x] On some files change, trigger rebuild() and…
-
`esbuild` has support for generating a metafile, which is a file that contains metadata about the build, including what files are pulled in from node_modules. For more information about these metafile…