Skip to content

issues Search Results · repo:evanw/esbuild language:Go

Filter by

3k results
 (78 ms)

3k results

inevanw/esbuild (press backspace or delete to remove)

In 0.24.2 and prior, one could use custom hosts, which was especially useful with self-signed certificates for local development. 0.25 breaks this, which is a pain. Having to run a proxy just to support ...
  • brianwestphal
  • Opened 
    2 hours ago
  • #4110

Greetings, everyone. I can t use the Expo framework due to project requirements. Is it possible to use React Navigation in a vanilla React Native project that has React Native for Web installed? The ...
  • taronsarkisyan
  • 2
  • Opened 
    2 days ago
  • #4108

Repro import { streamText } from ai ; console.log(streamText); ai at version 4.1.50 esbuild at version 0.25.0 npx esbuild repro.js --bundle --sourcemap --outfile=dist/repro.js The generated dist/repro.js.map ...
sourcemap
  • nipunn1313
  • Opened 
    3 days ago
  • #4107

When I have an object with valid unicode keys, sometimes the characters get quoted. I have e.g. the following object: export default { ꁈꄼሕᣎᠳ勞: test , }; When I build it with esbuild specifying the ...
  • floratmin
  • 2
  • Opened 
    3 days ago
  • #4106

Starting from version 0.25.0, an inline source map produces a different output compared to an external source map. Example: Inline Source Map (Incorrect) const foo = foo ; export { foo }; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6WyJmb28iXSwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy92aWV3ZXIvc3JjL3B1YmxpYy1hcGkudHMiLCIuLi8uLi8uLi8uLi9wcm9qZWN0cy92aWV3ZXIvc3JjL3ZpZXdlci50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgZm9vID0gJ2Zvbyc7XG4iLCIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXSwibWFwcGluZ3MiOiJBQUFBLE1BQU1BLEdBQUcsR0FBZ0I7O0FDQW5COztBQUVHIiwiaWdub3JlTGlzdCI6W119 ...
sourcemap
  • alan-agius4
  • 1
  • Opened 
    4 days ago
  • #4105

Issue: Missing Sources in Source Map Since v0.24.1 Expected Source Map Output { version : 3, sources : [ entry.js , app.component.html , app.component.ts ], sourcesContent : [ import ...
sourcemap
  • alan-agius4
  • 1
  • Opened 
    6 days ago
  • #4104

I tested some require(esm) edge cases at https://github.com/easrng/require-esm-tests. Here s where esbuild is differing from node: - each call to require for a module is returning a new CommonJS wrapper ...
  • easrng
  • Opened 
    9 days ago
  • #4102

Source: // file1.js export const conf1 = { key1: key1 , key2: key2 , }; export const conf2 = { key3: key3 , key4: key4 , }; export const full = { ...conf1, ...conf2, }; // file2.js ...
  • shuckster
  • Opened 
    9 days ago
  • #4101

When transforming EMS code to CJS with platform: node , using the export as syntax with the as side being a string literal that is not also a valid identifier name results in invalid output. For example, ...
  • simon-abbott
  • Opened 
    10 days ago
  • #4100

I noticed this when I upgraded esbuild. Playground link of a manually minified reproduction: https://esbuild.github.io/try/#YgAwLjI1LjAAAGUAZW50cnkudHMAY29uc3QgZnVuYyA9ICh1cmwpID0+IHsKICAgIHN3aXRjaCAoYSkgewogICAgICAgIGNhc2UgYGFgOgogICAgICAgICAgICByZXR1cm4gUHJvbWlzZS5yZXNvbHZlKHsKICAgICAgICAgICAgICAgIGpzb246ICgpID0+IFByb21pc2UucmVzb2x2ZShhKSwKICAgICAgICAgICAgICAgIG9rOiB0cnVlLAogICAgICAgICAgICB9KTsKICAgICAgICBjYXNlIGAke3gubWFwKGM9PmMpfWA6CiAgICAgICAgICAgIHJldHVybiAxCiAgICB9Cn07 ...
  • lucasavila00
  • 2
  • Opened 
    11 days ago
  • #4099
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub