Skip to content

Dedupe string literals in index.js files #31

@mathiasbynens

Description

@mathiasbynens

Files that would benefit from minification of repeated string values (https://github.com/hzoo/babel-plugin-dedupe-string-literals):

  • bidi-brackets/index.js (limited number of entries, but lots of repeated strings)
  • categories/index.js (one entry for every code point from U+000000 to U+10FFFF)
  • bidi-classes/index.js (almost one entry for every code point from U+000000 to U+10FFFF)

categories/index.js and bidi-classes/index.js are very large and take too long to be processed at the moment. Once hzoo/babel-plugin-dedupe-string-literals#5 is fixed, they can be optimized as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions