GithubHelp home page GithubHelp logo

Comments (11)

greenkeeper avatar greenkeeper commented on June 18, 2024

After pinning to 3.3.16 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from embed-client.

greenkeeper avatar greenkeeper commented on June 18, 2024

Version 3.3.18 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.3.18

Β 

Commits

The new version differs by 4 commits.

  • fcf542f v3.3.18
  • 8adfc29 Don't load source map until the JS source is fully received (#3040)
  • 02f47e1 give sensible error against invalid input source map (#3044)
  • 07f64d4 fix escape analysis on AST_New (#3043)

See the full diff

from embed-client.

greenkeeper avatar greenkeeper commented on June 18, 2024

Version 3.3.19 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.3.19

Β 

Commits

The new version differs by 8 commits.

  • 8d0b003 v3.3.19
  • db49daf mangle Object.defineProperty() (#3059)
  • 923deef support inline source map from multiple files (#3058)
  • 0b62a28 improve usability of includeSources (#3057)
  • 44116c6 fix AST corruption during inline of simple return (#3056)
  • b5bab25 speed up has_parens() (take 2) (#3052)
  • 81603ec improve performance through makePredicate() (#3048)
  • e67553f fix tree traversal on AST_Do (#3047)

See the full diff

from embed-client.

greenkeeper avatar greenkeeper commented on June 18, 2024

Version 3.3.20 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.3.20

Β 

Commits

The new version differs by 2 commits.

  • 87857b0 v3.3.20
  • e5f6a88 fix corner case in reuse of mangle options (#3062)

See the full diff

from embed-client.

greenkeeper avatar greenkeeper commented on June 18, 2024

Version 3.3.21 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.3.21

Β 

Commits

The new version differs by 7 commits.

  • eaa2c1f v3.3.21
  • 6a91652 fix inline of catch-scoped variables (#3077)
  • ba7069d suppress hoist_props for embedded assignments (#3074)
  • 4dd7d0e extend hoist_props (#3073)
  • 90199d0 extend join_vars on object assignments (#3072)
  • b82fd0a handle flow control in loops with reduce_vars (#3069)
  • 183da16 handle pure_funcs under inline & reduce_vars correctly (#3066)

See the full diff

from embed-client.

greenkeeper avatar greenkeeper commented on June 18, 2024

Version 3.3.22 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.3.22

Β 

Commits

The new version differs by 3 commits.

  • 59eecb6 v3.3.22
  • d83c649 fix corner case in strip_func_ids() (#3090)
  • 7362f57 improve performance when handling unused variables in collapse_vars (#3084)

See the full diff

from embed-client.

greenkeeper avatar greenkeeper commented on June 18, 2024

Version 3.3.25 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.3.25

Β 

Commits

The new version differs by 27 commits.

  • f72d302 v3.3.25
  • 1a0d6ed remove colors dependency (#3133)
  • 7b59b2f replace mocha dependency (#3131)
  • 7bc7704 fix corner case in reduce_vars (#3129)
  • 14e712e fix corner case in call binding (#3128)
  • f83adcc v3.3.24
  • df8a994 fix various corner cases (#3126)
  • 6b91d12 fix corner case in reduce_vars (#3124)
  • f37b918 fix various corner cases (#3123)
  • d835c72 speed up collapse_vars (#3119)
  • c4cebb4 fix reduce_vars on nested invocations (#3118)
  • d51a00a compress AST_Sequence within AST_Call (#3117)
  • fc0f168 better fix for #3113 (#3115)
  • a0ca595 fix TreeWalker scan order (#3114)
  • 1a314e9 improve reduce_vars (#3112)

There are 27 commits in total.

See the full diff

from embed-client.

greenkeeper avatar greenkeeper commented on June 18, 2024

Version 3.3.26 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.3.26

Β 

Commits

The new version differs by 3 commits.

  • c14d09b v3.3.26
  • 4fc39d8 fix corner case in collapse_vars (#3139)
  • 0b7c70f Update README.md to clarify --source-map filename option (#3137)

See the full diff

from embed-client.

greenkeeper avatar greenkeeper commented on June 18, 2024

Version 3.3.27 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.3.27

Β 

Commits

The new version differs by 2 commits.

See the full diff

from embed-client.

greenkeeper avatar greenkeeper commented on June 18, 2024

Version 3.3.28 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.3.28

Β 

Commits

The new version differs by 5 commits.

  • 5843494 v3.3.28
  • efa21ae fix corner case in reduce_vars (#3151)
  • 24d9633 fix corner cases with eval() (#3147)
  • 7963b96 augment tests for inline source maps (#3145)
  • 8c62d85 augment tests for RegExp (#3144)

See the full diff

from embed-client.

greenkeeper avatar greenkeeper commented on June 18, 2024

Version 3.4.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.4.0

Β 

Commits

The new version differs by 4 commits.

  • bce7ee5 v3.4.0
  • b39043f re-introduce enclose (#3163)
  • caf96ac handle asynchronous test failures (#3164)
  • c767490 update JetStream URL (#3165)

See the full diff

from embed-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.