Skip to content

issues Search Results · repo:aMarCruz/rollup-plugin-cleanup language:JavaScript

Filter by

23 results
 (56 ms)

23 results

inaMarCruz/rollup-plugin-cleanup (press backspace or delete to remove)

More spot coverage of types is beg. For example, use none | all instead of string | some , | ... instead of string here https://github.com/aMarCruz/rollup-plugin-cleanup/blob/4988f5428afd7ed313f1e5c5fcd3634df12eb6c7/index.d.ts#L16 ...
  • Sanshain
  • Opened 
    on Mar 31, 2023
  • #39

For some reason, it didn t work for d.ts files (output.file = *.d.ts ) with folowing options: cleanup({ comments: none , extensions: [ ts , d.ts ] }),
  • Sanshain
  • Opened 
    on Mar 31, 2023
  • #38

Building a chromium browser extension, and as in the title, if I use the option lineEndings: mac , the generated sourcemap no longer works - all line numbers in the console refer to the generated file ...
  • frypf
  • Opened 
    on May 30, 2022
  • #37

For example: jsCleanup(code, null, { comments: [ (commentContent) = { return commentContent.includes( preserve ); } ] }) This allows more granular control over which ...
  • jespertheend
  • Opened 
    on Oct 29, 2021
  • #35

I have no idea why, but Turf.js s jsDoc comments have multiple initial spaces after the initial /**: /** * Earth Radius used with the Harvesine formula and approximates using a spherical (non-ellipsoid) ...
  • backspaces
  • 2
  • Opened 
    on Jul 18, 2021
  • #33

For example, the following type of comments are not removed: /*#__PURE__*/
  • AnmSaiful
  • Opened 
    on Jul 3, 2021
  • #32

when i use comments: none , but comments still removed
  • bluelovers
  • 2
  • Opened 
    on Jun 28, 2021
  • #31

Hello, i would like to ask, if this plugin is still maintained. It still includes rollup ^0.x dependency and so on. Thanks
  • ejdzipi
  • 2
  • Opened 
    on Dec 11, 2019
  • #23

(async function build() { let b = await rollup.rollup({ input: absolute_path_entry.js , plugins: [rollupCleanup()], }); // hang up here let out = { format: esm , ...
  • Aqours
  • 10
  • Opened 
    on Mar 15, 2019
  • #16

Version 3.1.0 of the plugin fails if it encounters the following code. const v = 10; const s = `${v}$`; console.log(s); // prints: 10$ index.js → output.js... [!] (cleanup plugin) Error: Unclosed ES6 ...
  • stotter
  • 2
  • Opened 
    on Jan 15, 2019
  • #15
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