Skip to content

issues Search Results · repo:denoland/deno_emit language:TypeScript

Filter by

92 results
 (58 ms)

92 results

indenoland/deno_emit (press backspace or delete to remove)

I d like to see alternatives mentioned (e.g. in the README) providing guidance on when/why to prefer deno_emit over esbuild with esbuild_deno_loader, rollup, etc.
  • mfulton26
  • Opened 
    on Dec 6, 2024
  • #198

Bundle Function Fails to Resolve Workspace Imports Description The bundle function from @deno/emit package fails to resolve imports when using Deno workspaces. While Deno has native support for workspaces, ...
  • abhi-parate-st3
  • Opened 
    on Nov 15, 2024
  • #197

I would expect in the following case that the load function would be called before erroring out of the bundling. It seems that the documentation of the load method agrees with this: Override the default ...
  • WilcoKruijer
  • Opened 
    on Nov 12, 2024
  • #196

I need to transpile only the given file and not its imported files. I could not find an option to do so. It seems it transpile all depencies.
  • alan-khosro
  • 1
  • Opened 
    on Nov 5, 2024
  • #195

When trying to run the example from docs: import { bundle } from jsr:@deno/emit ; const result = await bundle( new URL( https://deno.land/std@0.140.0/examples/chat/server.ts ), ); const { code } = ...
  • Dmitri-Sintsov
  • 3
  • Opened 
    on Oct 30, 2024
  • #194

feature 1: keep import as it is // emit-ignore import * as hello from https://hello.cdn.dev/hello.js ; feature 2: bundle import url as a local module js optional with specified path (default ./) and ...
  • mindon
  • Opened 
    on Aug 20, 2024
  • #190

provide a flag to enable sloppy import just like --unstable-sloppy-imports Enable unstable resolving of specifiers by extension probing, .js to .ts, and directory probing.
  • tobylai-toby
  • Opened 
    on Aug 13, 2024
  • #189

Hi, it seems like deno_emit fails to handle node:* specifiers. Here is a repro: // main.ts import * as fs from node:fs ; fs.writeFileSync( message.txt , Hello world! ); // _bundler.ts import { bundle ...
  • jkilzi
  • Opened 
    on Jul 18, 2024
  • #186

Apologies if this is not the right forum to ask this question but after researching for a while, deno_emit seems to be the tool I need to achieve my goal (though I could be wrong). I m working on a smart ...
  • elwoodhouse
  • Opened 
    on Jul 9, 2024
  • #185

It would be nice if deno emit can mangle names e.g. replacing identifiers with a single character name
  • neverRare
  • Opened 
    on Apr 18, 2024
  • #174
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! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub