GithubHelp home page GithubHelp logo

Comments (5)

greenkeeper avatar greenkeeper commented on May 2, 2024

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 12 commits.

  • e2dd32c Public Release 0.8.11
  • 7b56b77 Add pure annotations in more places to help with tree shaking minifiers
  • 900d216 Fallback to @@iterator and @@asyncIterator to be compatible with regenerator
  • 14681af Update dependencies
  • eca3a59 Always return a promise on functions that don't always have an explicit return and inlineHelpers is set
  • ce67368 Support patterns in default argument assignments by writing to a temporary variable (closes #29)
  • 58855e8 Properly dodge import statements when inserting helpers
  • 85c3f7c Update dependencies
  • 48cc45a Allow using async generators without a Symbol polyfill (but only within code compiled by this same library)
  • e087183 Add test for compatibility with babel-env's for await of rewriting
  • 68b7e40 Support presets in tests
  • 3657169 Fix throws when certain parts of the AST are rewritten by other plugins

See the full diff

from react.

greenkeeper avatar greenkeeper commented on May 2, 2024

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Commits

The new version differs by 4 commits.

See the full diff

from react.

greenkeeper avatar greenkeeper commented on May 2, 2024

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Commits

The new version differs by 15 commits.

  • 74bb6c8 Public Release 0.8.13
  • 6f3a672 Pass filename instead of sourceFilename to the babylon/babel parsers as that's the field that's passed through to plugins
  • 6284017 Return a promise instead of undefined from empty async functions
  • f64d0ce Pass a sourceFilename into the babylon parser
  • 57d028e Ignore babel.config.js files when loading helpers
  • 96f98cc Update dev dependencies
  • a1a6dbe Update dependencies
  • cfda986 Misspelling in _asyncIteratorSymbol (#34)
  • b4453bf Update dependencies
  • de3b0aa Store internal state in weak maps instead of intrusively on the babel nodes
  • 3b43974 bugfix: throw inside for ( .. of .. ) gives a ReferenceError (#33)
  • b5db43d Public Release 0.8.12
  • 8441edc Update dev dependencies
  • 19f1275 Unwrap promise wrapping in IIFEs
  • 1922a05 Simplify trivial IIFEs

See the full diff

from react.

greenkeeper avatar greenkeeper commented on May 2, 2024

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Commits

The new version differs by 26 commits.

  • 1c14e08 Public Release 0.8.14
  • 7c07f37 Update copyright date
  • a2697d2 Add prettier and typescript configuration files to npm ignore
  • 99a77f2 Add minify to the package keywords
  • 2954be4 Format code using prettier and check for formatting during CI builds
  • 004b60d Enable stricter TypeScript checking and cleanup new errors
  • db74152 Use WeakSets instead of WeakMaps where possible
  • d4a4751 Use a separate tsconfig.json file instead of passing arguments; switch to ES6 as compilation target
  • 1502f61 Use babel 7 types instead of babel 6 types
  • b9aadf2 Avoid duplicate function names when rewriting export default
  • 8a354a7 Support named function expressions with test case courtesy of @honzabrecka (closes #37)
  • 74bb6c8 Public Release 0.8.13
  • 6f3a672 Pass filename instead of sourceFilename to the babylon/babel parsers as that's the field that's passed through to plugins
  • 6284017 Return a promise instead of undefined from empty async functions
  • f64d0ce Pass a sourceFilename into the babylon parser

There are 26 commits in total.

See the full diff

from react.

greenkeeper avatar greenkeeper commented on May 2, 2024

Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀

Commits

The new version differs by 44 commits.

  • b409b91 Public Release 0.8.15
  • a35feef Run against node 12 in CI
  • d28455f Update node typings
  • f79b809 Make more variables const/readonly
  • 1f941b2 Minify return statements used to implement breaks inside tails
  • ff5a531 Allow running only a subset of output tests, to make prototyping easier
  • e6e9dc3 Fix break inside of nested control flow where there is a "tail" after the break (closes #46)
  • 17e5525 Add test case for #46
  • 3495c04 Make the test runner cleaner
  • ff63a8d Fix scope tracking problems in latest babel 7 by reregistering all newly reinserted declarations and properly hoist var declarations
  • 3628002 Reregister relocated declarations to avoid warnings in later versions of Babel (closes #38)
  • dc89730 Re-enable babel 6 tests, by deeming the babel 7 output to be correct and only check the syntax of babel 6 output
  • 656f905 Fix for async iteration when the body contains a break statement (closes #40)
  • ec822ef Fix empty iteration
  • 2df5d29 Fix most of the tests not running at all (closes #39)

There are 44 commits in total.

See the full diff

from react.

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.