traceur-rb 0.0.2 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/traceur/configuration.rb +1 -1
- data/lib/traceur/version.rb +1 -1
- data/{vendor/node_modules → node_modules}/.bin/traceur +0 -0
- data/{vendor/node_modules → node_modules}/traceur/LICENSE +0 -0
- data/{vendor/node_modules → node_modules}/traceur/README.md +0 -0
- data/node_modules/traceur/bin/traceur-runtime.js +3420 -0
- data/node_modules/traceur/bin/traceur.js +30354 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/.bin/semver +0 -0
- data/node_modules/traceur/node_modules/commander/History.md +256 -0
- data/node_modules/traceur/node_modules/commander/LICENSE +22 -0
- data/node_modules/traceur/node_modules/commander/Readme.md +342 -0
- data/node_modules/traceur/node_modules/commander/index.js +1103 -0
- data/node_modules/traceur/node_modules/commander/node_modules/graceful-readlink/.npmignore +3 -0
- data/node_modules/traceur/node_modules/commander/node_modules/graceful-readlink/.travis.yml +5 -0
- data/node_modules/traceur/node_modules/commander/node_modules/graceful-readlink/LICENSE +22 -0
- data/node_modules/traceur/node_modules/commander/node_modules/graceful-readlink/README.md +17 -0
- data/node_modules/traceur/node_modules/commander/node_modules/graceful-readlink/index.js +12 -0
- data/node_modules/traceur/node_modules/commander/node_modules/graceful-readlink/package.json +48 -0
- data/node_modules/traceur/node_modules/commander/package.json +75 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/LICENSE +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/README.md +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/common.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/glob.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/inflight/.eslintrc +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/inflight/LICENSE +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/inflight/README.md +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/inflight/inflight.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/inflight/node_modules/wrappy/LICENSE +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/inflight/node_modules/wrappy/README.md +0 -0
- data/node_modules/traceur/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json +52 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/inflight/node_modules/wrappy/test/basic.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/inflight/node_modules/wrappy/wrappy.js +0 -0
- data/node_modules/traceur/node_modules/glob/node_modules/inflight/package.json +61 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/inflight/test.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/inherits/LICENSE +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/inherits/README.md +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/inherits/inherits.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/inherits/inherits_browser.js +0 -0
- data/node_modules/traceur/node_modules/glob/node_modules/inherits/package.json +50 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/inherits/test.js +0 -0
- data/{vendor/node_modules/traceur/node_modules/glob/node_modules/once/node_modules/wrappy → node_modules/traceur/node_modules/glob/node_modules/minimatch}/LICENSE +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/README.md +0 -0
- data/node_modules/traceur/node_modules/glob/node_modules/minimatch/browser.js +1159 -0
- data/node_modules/traceur/node_modules/glob/node_modules/minimatch/minimatch.js +912 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.travis.yml +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/bash-comparison.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/bash-results.txt +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/cases.txt +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/dollar.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/empty-option.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/generate.sh +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/negative-increment.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/nested.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/order.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/pad.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/same-type.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/test/sequence.js +0 -0
- data/node_modules/traceur/node_modules/glob/node_modules/minimatch/package.json +63 -0
- data/node_modules/traceur/node_modules/glob/node_modules/once/LICENSE +15 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/once/README.md +0 -0
- data/node_modules/traceur/node_modules/glob/node_modules/once/node_modules/wrappy/LICENSE +15 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/once/node_modules/wrappy/README.md +0 -0
- data/node_modules/traceur/node_modules/glob/node_modules/once/node_modules/wrappy/package.json +52 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/once/node_modules/wrappy/test/basic.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/once/node_modules/wrappy/wrappy.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/once/once.js +0 -0
- data/node_modules/traceur/node_modules/glob/node_modules/once/package.json +60 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/once/test/once.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/package.json +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/sync.js +0 -0
- data/node_modules/traceur/node_modules/rsvp/CHANGELOG.md +255 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/rsvp/LICENSE +0 -0
- data/node_modules/traceur/node_modules/rsvp/README.md +366 -0
- data/node_modules/traceur/node_modules/rsvp/dist/rsvp.js +1597 -0
- data/node_modules/traceur/node_modules/rsvp/dist/rsvp.min.js +9 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp.js +70 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp.umd.js +51 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/rsvp/lib/rsvp/-internal.js +0 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/all-settled.js +73 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/rsvp/lib/rsvp/all.js +0 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/asap.js +112 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/rsvp/lib/rsvp/config.js +0 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/defer.js +45 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/enumerator.js +130 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/events.js +205 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/rsvp/lib/rsvp/filter.js +0 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/hash-settled.js +126 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/hash.js +94 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/instrument.js +41 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/rsvp/lib/rsvp/map.js +0 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/node.js +281 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/platform.js +14 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/promise-hash.js +52 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/promise.js +496 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/rsvp/lib/rsvp/promise/all.js +0 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/promise/race.js +105 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/promise/reject.js +47 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/promise/resolve.js +49 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/rsvp/lib/rsvp/race.js +0 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/reject.js +16 -0
- data/node_modules/traceur/node_modules/rsvp/lib/rsvp/resolve.js +17 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/rsvp/lib/rsvp/rethrow.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/rsvp/lib/rsvp/utils.js +0 -0
- data/node_modules/traceur/node_modules/rsvp/package.json +106 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/.npmignore +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/LICENSE +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/Makefile +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/README.md +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/bin/semver +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/foot.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/head.js +0 -0
- data/node_modules/traceur/node_modules/semver/package.json +50 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/semver.browser.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/semver.browser.js.gz +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/semver.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/semver.min.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/semver.min.js.gz +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/test/amd.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/test/gtr.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/test/index.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/test/ltr.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/semver/test/no-module.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/.npmignore +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/LICENSE.md +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/README.md +0 -0
- data/node_modules/traceur/node_modules/source-map-support/amd-test/browser-source-map-support.js +89 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/amd-test/index.html +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/amd-test/require.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/amd-test/script.coffee +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/amd-test/script.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/amd-test/script.map +0 -0
- data/node_modules/traceur/node_modules/source-map-support/browser-source-map-support.js +89 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/browser-test/index.html +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/browser-test/script.coffee +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/browser-test/script.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/browser-test/script.map +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/build.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/header-test/index.html +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/header-test/script.coffee +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/header-test/script.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/header-test/script.map +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/header-test/server.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/.npmignore +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/.travis.yml +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/CHANGELOG.md +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/LICENSE +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/Makefile.dryice.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/README.md +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/build/assert-shim.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/build/mini-require.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/build/prefix-source-map.jsm +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/build/prefix-utils.jsm +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/build/suffix-browser.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/build/suffix-source-map.jsm +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/build/suffix-utils.jsm +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/build/test-prefix.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/build/test-suffix.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/lib/source-map.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/lib/source-map/array-set.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/lib/source-map/base64-vlq.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/lib/source-map/base64.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/lib/source-map/binary-search.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/lib/source-map/source-map-consumer.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/lib/source-map/source-map-generator.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/lib/source-map/source-node.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/lib/source-map/util.js +0 -0
- data/node_modules/traceur/node_modules/source-map-support/node_modules/source-map/node_modules/amdefine/LICENSE +58 -0
- data/node_modules/traceur/node_modules/source-map-support/node_modules/source-map/node_modules/amdefine/README.md +171 -0
- data/node_modules/traceur/node_modules/source-map-support/node_modules/source-map/node_modules/amdefine/amdefine.js +301 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/node_modules/amdefine/intercept.js +0 -0
- data/node_modules/traceur/node_modules/source-map-support/node_modules/source-map/node_modules/amdefine/package.json +47 -0
- data/node_modules/traceur/node_modules/source-map-support/node_modules/source-map/package.json +142 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/test/run-tests.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/test/source-map/test-api.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/test/source-map/test-array-set.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/test/source-map/test-base64-vlq.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/test/source-map/test-base64.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/test/source-map/test-binary-search.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/test/source-map/test-dog-fooding.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/test/source-map/test-source-map-consumer.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/test/source-map/test-source-map-generator.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/test/source-map/test-source-node.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/node_modules/source-map-support/node_modules/source-map/test/source-map/util.js +0 -0
- data/node_modules/traceur/node_modules/source-map-support/package.json +52 -0
- data/node_modules/traceur/node_modules/source-map-support/source-map-support.js +386 -0
- data/node_modules/traceur/node_modules/source-map-support/test.js +384 -0
- data/node_modules/traceur/package.json +286 -0
- data/node_modules/traceur/src/node/NodeCompiler.js +81 -0
- data/{vendor/node_modules → node_modules}/traceur/src/node/System.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/src/node/api.js +0 -0
- data/node_modules/traceur/src/node/command.js +203 -0
- data/{vendor/node_modules → node_modules}/traceur/src/node/compileAllJsFilesInDir.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/src/node/deferred.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/src/node/file-util.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/src/node/getopt.js +0 -0
- data/node_modules/traceur/src/node/interpreter.js +37 -0
- data/{vendor/node_modules → node_modules}/traceur/src/node/nodeLoader.js +0 -0
- data/node_modules/traceur/src/node/recursiveModuleCompile.js +171 -0
- data/{vendor/node_modules → node_modules}/traceur/src/node/require.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/src/node/to-amd-compiler.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/src/node/to-closure-compiler.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/src/node/to-commonjs-compiler.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/src/node/traceur.js +0 -0
- data/{vendor/node_modules → node_modules}/traceur/traceur +0 -0
- data/package.json +15 -0
- data/spec/traceur/configuration_spec.rb +3 -3
- metadata +225 -161
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,63 @@
|
|
1
|
+
{
|
2
|
+
"author": {
|
3
|
+
"name": "Isaac Z. Schlueter",
|
4
|
+
"email": "i@izs.me",
|
5
|
+
"url": "http://blog.izs.me"
|
6
|
+
},
|
7
|
+
"name": "minimatch",
|
8
|
+
"description": "a glob matcher in javascript",
|
9
|
+
"version": "2.0.10",
|
10
|
+
"repository": {
|
11
|
+
"type": "git",
|
12
|
+
"url": "git://github.com/isaacs/minimatch.git"
|
13
|
+
},
|
14
|
+
"main": "minimatch.js",
|
15
|
+
"scripts": {
|
16
|
+
"posttest": "standard minimatch.js test/*.js",
|
17
|
+
"test": "tap test/*.js",
|
18
|
+
"prepublish": "browserify -o browser.js -e minimatch.js -s minimatch --bare"
|
19
|
+
},
|
20
|
+
"engines": {
|
21
|
+
"node": "*"
|
22
|
+
},
|
23
|
+
"dependencies": {
|
24
|
+
"brace-expansion": "^1.0.0"
|
25
|
+
},
|
26
|
+
"devDependencies": {
|
27
|
+
"browserify": "^9.0.3",
|
28
|
+
"standard": "^3.7.2",
|
29
|
+
"tap": "^1.2.0"
|
30
|
+
},
|
31
|
+
"license": "ISC",
|
32
|
+
"files": [
|
33
|
+
"minimatch.js",
|
34
|
+
"browser.js"
|
35
|
+
],
|
36
|
+
"gitHead": "6afb85f0c324b321f76a38df81891e562693e257",
|
37
|
+
"bugs": {
|
38
|
+
"url": "https://github.com/isaacs/minimatch/issues"
|
39
|
+
},
|
40
|
+
"homepage": "https://github.com/isaacs/minimatch#readme",
|
41
|
+
"_id": "minimatch@2.0.10",
|
42
|
+
"_shasum": "8d087c39c6b38c001b97fca7ce6d0e1e80afbac7",
|
43
|
+
"_from": "minimatch@>=2.0.1 <3.0.0",
|
44
|
+
"_npmVersion": "3.1.0",
|
45
|
+
"_nodeVersion": "2.2.1",
|
46
|
+
"_npmUser": {
|
47
|
+
"name": "isaacs",
|
48
|
+
"email": "isaacs@npmjs.com"
|
49
|
+
},
|
50
|
+
"dist": {
|
51
|
+
"shasum": "8d087c39c6b38c001b97fca7ce6d0e1e80afbac7",
|
52
|
+
"tarball": "http://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz"
|
53
|
+
},
|
54
|
+
"maintainers": [
|
55
|
+
{
|
56
|
+
"name": "isaacs",
|
57
|
+
"email": "i@izs.me"
|
58
|
+
}
|
59
|
+
],
|
60
|
+
"directories": {},
|
61
|
+
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
|
62
|
+
"readme": "ERROR: No README data found!"
|
63
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
The ISC License
|
2
|
+
|
3
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
4
|
+
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
6
|
+
purpose with or without fee is hereby granted, provided that the above
|
7
|
+
copyright notice and this permission notice appear in all copies.
|
8
|
+
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
10
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
11
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
12
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
13
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
14
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
15
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/once/README.md
RENAMED
File without changes
|
@@ -0,0 +1,15 @@
|
|
1
|
+
The ISC License
|
2
|
+
|
3
|
+
Copyright (c) Isaac Z. Schlueter and Contributors
|
4
|
+
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
6
|
+
purpose with or without fee is hereby granted, provided that the above
|
7
|
+
copyright notice and this permission notice appear in all copies.
|
8
|
+
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
10
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
11
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
12
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
13
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
14
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
15
|
+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
File without changes
|
data/node_modules/traceur/node_modules/glob/node_modules/once/node_modules/wrappy/package.json
ADDED
@@ -0,0 +1,52 @@
|
|
1
|
+
{
|
2
|
+
"name": "wrappy",
|
3
|
+
"version": "1.0.1",
|
4
|
+
"description": "Callback wrapping utility",
|
5
|
+
"main": "wrappy.js",
|
6
|
+
"directories": {
|
7
|
+
"test": "test"
|
8
|
+
},
|
9
|
+
"dependencies": {},
|
10
|
+
"devDependencies": {
|
11
|
+
"tap": "^0.4.12"
|
12
|
+
},
|
13
|
+
"scripts": {
|
14
|
+
"test": "tap test/*.js"
|
15
|
+
},
|
16
|
+
"repository": {
|
17
|
+
"type": "git",
|
18
|
+
"url": "git+https://github.com/npm/wrappy.git"
|
19
|
+
},
|
20
|
+
"author": {
|
21
|
+
"name": "Isaac Z. Schlueter",
|
22
|
+
"email": "i@izs.me",
|
23
|
+
"url": "http://blog.izs.me/"
|
24
|
+
},
|
25
|
+
"license": "ISC",
|
26
|
+
"bugs": {
|
27
|
+
"url": "https://github.com/npm/wrappy/issues"
|
28
|
+
},
|
29
|
+
"homepage": "https://github.com/npm/wrappy",
|
30
|
+
"gitHead": "006a8cbac6b99988315834c207896eed71fd069a",
|
31
|
+
"_id": "wrappy@1.0.1",
|
32
|
+
"_shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",
|
33
|
+
"_from": "wrappy@>=1.0.0 <2.0.0",
|
34
|
+
"_npmVersion": "2.0.0",
|
35
|
+
"_nodeVersion": "0.10.31",
|
36
|
+
"_npmUser": {
|
37
|
+
"name": "isaacs",
|
38
|
+
"email": "i@izs.me"
|
39
|
+
},
|
40
|
+
"maintainers": [
|
41
|
+
{
|
42
|
+
"name": "isaacs",
|
43
|
+
"email": "i@izs.me"
|
44
|
+
}
|
45
|
+
],
|
46
|
+
"dist": {
|
47
|
+
"shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",
|
48
|
+
"tarball": "http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"
|
49
|
+
},
|
50
|
+
"_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz",
|
51
|
+
"readme": "ERROR: No README data found!"
|
52
|
+
}
|
File without changes
|
File without changes
|
data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/once/once.js
RENAMED
File without changes
|
@@ -0,0 +1,60 @@
|
|
1
|
+
{
|
2
|
+
"name": "once",
|
3
|
+
"version": "1.3.2",
|
4
|
+
"description": "Run a function exactly one time",
|
5
|
+
"main": "once.js",
|
6
|
+
"directories": {
|
7
|
+
"test": "test"
|
8
|
+
},
|
9
|
+
"dependencies": {
|
10
|
+
"wrappy": "1"
|
11
|
+
},
|
12
|
+
"devDependencies": {
|
13
|
+
"tap": "~0.3.0"
|
14
|
+
},
|
15
|
+
"scripts": {
|
16
|
+
"test": "tap test/*.js"
|
17
|
+
},
|
18
|
+
"repository": {
|
19
|
+
"type": "git",
|
20
|
+
"url": "git://github.com/isaacs/once.git"
|
21
|
+
},
|
22
|
+
"keywords": [
|
23
|
+
"once",
|
24
|
+
"function",
|
25
|
+
"one",
|
26
|
+
"single"
|
27
|
+
],
|
28
|
+
"author": {
|
29
|
+
"name": "Isaac Z. Schlueter",
|
30
|
+
"email": "i@izs.me",
|
31
|
+
"url": "http://blog.izs.me/"
|
32
|
+
},
|
33
|
+
"license": "ISC",
|
34
|
+
"gitHead": "e35eed5a7867574e2bf2260a1ba23970958b22f2",
|
35
|
+
"bugs": {
|
36
|
+
"url": "https://github.com/isaacs/once/issues"
|
37
|
+
},
|
38
|
+
"homepage": "https://github.com/isaacs/once#readme",
|
39
|
+
"_id": "once@1.3.2",
|
40
|
+
"_shasum": "d8feeca93b039ec1dcdee7741c92bdac5e28081b",
|
41
|
+
"_from": "once@>=1.3.0 <2.0.0",
|
42
|
+
"_npmVersion": "2.9.1",
|
43
|
+
"_nodeVersion": "2.0.0",
|
44
|
+
"_npmUser": {
|
45
|
+
"name": "isaacs",
|
46
|
+
"email": "isaacs@npmjs.com"
|
47
|
+
},
|
48
|
+
"dist": {
|
49
|
+
"shasum": "d8feeca93b039ec1dcdee7741c92bdac5e28081b",
|
50
|
+
"tarball": "http://registry.npmjs.org/once/-/once-1.3.2.tgz"
|
51
|
+
},
|
52
|
+
"maintainers": [
|
53
|
+
{
|
54
|
+
"name": "isaacs",
|
55
|
+
"email": "i@izs.me"
|
56
|
+
}
|
57
|
+
],
|
58
|
+
"_resolved": "https://registry.npmjs.org/once/-/once-1.3.2.tgz",
|
59
|
+
"readme": "ERROR: No README data found!"
|
60
|
+
}
|
data/{vendor/node_modules → node_modules}/traceur/node_modules/glob/node_modules/once/test/once.js
RENAMED
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,255 @@
|
|
1
|
+
# Master
|
2
|
+
|
3
|
+
# 3.0.21
|
4
|
+
|
5
|
+
* actually don't publish built tests to npm
|
6
|
+
|
7
|
+
# 3.0.20
|
8
|
+
|
9
|
+
* correctly publish bower & npm
|
10
|
+
|
11
|
+
# 3.0.19
|
12
|
+
|
13
|
+
* don't publish built tests to npm
|
14
|
+
|
15
|
+
# 3.0.18
|
16
|
+
|
17
|
+
* issue with phantomjs 2.0 on travis. I have lost patience..
|
18
|
+
* test on iojs and node 0.12
|
19
|
+
* bump ember-cli
|
20
|
+
* Support objects not inheriting from Object.prototype in RSVP.hash()
|
21
|
+
|
22
|
+
# 3.0.17
|
23
|
+
|
24
|
+
* Added browser field to fix browserification
|
25
|
+
* Fix stripping source map
|
26
|
+
* Fix duplicate imports
|
27
|
+
* Remove unused loader.js dependency
|
28
|
+
* Add the ember-cli dependency checker
|
29
|
+
* Remove the duplicate build script
|
30
|
+
* Remove the static middleware
|
31
|
+
* add npm run build:production
|
32
|
+
* browserify extern not needed
|
33
|
+
* also add lib for those es6 peeps
|
34
|
+
* enusre only dist is included in publishes
|
35
|
+
* strip source maps for now.
|
36
|
+
* copy correct tree into test
|
37
|
+
* prefer start to server
|
38
|
+
* use git-repo-version
|
39
|
+
* ah, prod builds used rename correctly.
|
40
|
+
* remove rename, prefer mv for this scenario
|
41
|
+
* prepend license
|
42
|
+
* Revert "node 0.10.x doesn’t like this. Its not really needed just run `npm run test` or `npm run test:ci`"
|
43
|
+
* node 0.10.x doesn’t like this. Its not really needed just run `npm run test` or `npm run test:ci`
|
44
|
+
* move stuff around + bump to broccoli-stew 0.0.3
|
45
|
+
* bump broccoli-stew which now supports globs
|
46
|
+
* Problem with path for vertx.js.
|
47
|
+
|
48
|
+
# 3.0.16
|
49
|
+
|
50
|
+
* use more supported version of export default
|
51
|
+
* more broccoli fun
|
52
|
+
* remove accidentally imported map file
|
53
|
+
* test non-minified (we can add a flag to test minified next)
|
54
|
+
* [BUGFIX release] Replace closure compiler
|
55
|
+
|
56
|
+
# 3.0.15
|
57
|
+
|
58
|
+
* Added Node 0.11 to travis ci test runner
|
59
|
+
* Replaced deprecated process.nextTick with setImmediate
|
60
|
+
* Ember test and npm run test:node passing
|
61
|
+
* (origin/upgrade-tooling) upgrade tooling
|
62
|
+
* Fix onerror test
|
63
|
+
* [fixes #322] don't inform instrumentation of errors until the current turn is complete.
|
64
|
+
* Follow thenable state not own state
|
65
|
+
* Correct minor spelling error in defer doc example
|
66
|
+
* Set [[AlreadyResolved]] as soon as resolve is called
|
67
|
+
* Finally should correctly trigger on('error')
|
68
|
+
* [fixes #294] finally work correctly with on(‘error’)
|
69
|
+
* Use git-repo-version to calculate build signature
|
70
|
+
* yay the new transpiler supports this now!!!
|
71
|
+
* Use the latest version of the transpiler
|
72
|
+
* add subclassing tests to finally
|
73
|
+
* extern event emitter stuff
|
74
|
+
* [fixes #309] some more externs
|
75
|
+
* ensure those select few using node with minified JS don't have an issue
|
76
|
+
* [fixes #302] use @calvinmetcalf’s promises-aplus-tests-phantom
|
77
|
+
|
78
|
+
# 3.0.14
|
79
|
+
|
80
|
+
* Instrumentation with stack is now opt-in
|
81
|
+
* improve cost of instrumentation by up to 15x in chrome
|
82
|
+
* reduce AST size
|
83
|
+
* last vertex related touch-ups.
|
84
|
+
* Add vert.x compatibility.
|
85
|
+
* [fixes #296] for define.amd and module.exports to no minify
|
86
|
+
* [fixes #292] ensure the deferred's api doesn't break when minified
|
87
|
+
* ignore some files for npm
|
88
|
+
* Add 'finally' to readme
|
89
|
+
* Use browserify assert instead of vendoring one
|
90
|
+
* Use mocha and json3 from npm, not bower
|
91
|
+
* Remove unused json2 file
|
92
|
+
* upgrade build tooling
|
93
|
+
* improve performance of instrumentation (also add seperate flag to include "stack" with instrumentation as it is unfortunately slow)
|
94
|
+
* ensure minified RSVP.defer() maintains known external API [#293](https://github.com/tildeio/rsvp.js/pull/293)
|
95
|
+
* add `finally` to the readme
|
96
|
+
* improve usage of browserify for promise/a+ tests
|
97
|
+
* add wasteful files to gitignore
|
98
|
+
* add [vert.x](http://vertx.io/) compatibility
|
99
|
+
|
100
|
+
# 3.0.13
|
101
|
+
|
102
|
+
* [Bugfix] fix `RSVP.hash` `RSVP.hashSettled` in runtimes < es5 by fixing a broken `Object.create` polyfil [#286](https://github.com/tildeio/rsvp.js/pull/286)
|
103
|
+
* [Enhancement] cleanup & improve test related build tooling [#288](https://github.com/tildeio/rsvp.js/pull/288)
|
104
|
+
|
105
|
+
# 3.0.12
|
106
|
+
|
107
|
+
* [Bugfix] fix regression in denodeify that broke foreign thenables as arguments to denodeifed functions [#281](https://github.com/tildeio/rsvp.js/pull/281)
|
108
|
+
|
109
|
+
# 3.0.11
|
110
|
+
|
111
|
+
* [Bugfix] some onerror scenarios did not result in error notifications [4dcf](https://github.com/tildeio/rsvp.js/commit/4dcfa92bab6f5fc9e97ca3abfb71025a08984e7e)
|
112
|
+
* [Bugfix] for more correctness internal optimization should only occure
|
113
|
+
if constructors equal, not just if instanceof check passes [96b5ec](https://github.com/tildeio/rsvp.js/commit/96b5ec201b2ddafc70cd5c836bc341a46081ae23)
|
114
|
+
* fancy new s3 publishing thanks to @rondale-sc
|
115
|
+
|
116
|
+
# 3.0.10
|
117
|
+
|
118
|
+
* faster denodeify
|
119
|
+
* rework tooling (Broccoli, testem, no grunt)
|
120
|
+
* utilize bundle format for super small UMD builds
|
121
|
+
|
122
|
+
# 3.0.9
|
123
|
+
* [Bugfix] no longer include promise-aplus tests as a production
|
124
|
+
dependency
|
125
|
+
* [Enhancement] fast then path for both rejection/fulfilment [0d252](https://github.com/tildeio/rsvp.js/commit/0d252ed4831eabb82991584e2e3eaae2a3a2ba42)
|
126
|
+
* [Enhancement] short-cut for faster then chaining in specific scenarios
|
127
|
+
[#256](https://github.com/tildeio/rsvp.js/pull/256)
|
128
|
+
|
129
|
+
# 3.0.8
|
130
|
+
* [Bugfix] custom onerror handler, for potentially unhandled errors
|
131
|
+
would report unhandled errors in some incorrect scenarios.
|
132
|
+
[#255](https://github.com/tildeio/rsvp.js/pull/255)
|
133
|
+
|
134
|
+
# 3.0.7
|
135
|
+
|
136
|
+
* improve tests in some older es5+ browsers
|
137
|
+
* [Bugfix] denodeify should not use console for deprecation warning unless console is defined
|
138
|
+
* [Enhancement] instrumentation should emit out-of-band. This should improve ember-extension performance
|
139
|
+
* [Bugfix] race should not be susceptible to zalgo
|
140
|
+
* [Perf] PromiseEnumerator increase performance of all enumerable methods all/allSettled/hash/hasSettled -> https://gist.github.com/stefanpenner/26465d5848f2924e2aca
|
141
|
+
* [Docfix] Fix small documentation inconsistency
|
142
|
+
* [Perf] an internal promise shouldn't bother validating `this` and `resolver`
|
143
|
+
* [Perf] flatten asap’s QUEUE structure
|
144
|
+
* [Perf] Reduce Constructor AST size.
|
145
|
+
* [Perf] some versions of v8, think keep marking these functions to be optimized. This hints to them not to be.
|
146
|
+
* [Perf] accidental resolve step, that merely needed to be a fulfill
|
147
|
+
* [Perf/Enhancement] simplify publishing
|
148
|
+
* [Spec ADdition]add spec test “Ensure `then` is always called with a clean stack.” ensure RSVP passes future a+ spec
|
149
|
+
* [Bugfix] web worker support
|
150
|
+
* [Docfix] Add a param name to make yuidoc happy
|
151
|
+
* [Enhancement] simplify async vs sync pub/sub code-paths
|
152
|
+
* [Bugfix] Passed the label through to the Promise object, as expected
|
153
|
+
* [Docfix] missing Parentheses on promise example in documentation
|
154
|
+
* [License] Add Stefan Penner to license
|
155
|
+
* [Docfix] document `var promises` in filter.js
|
156
|
+
|
157
|
+
# 3.0.3 -> 3.0.6 (missing changelog)
|
158
|
+
|
159
|
+
* Changes to RSVP.denodeify: Behaviour for multiple success callback parameters
|
160
|
+
has been improved and the denodefied function now inherits from the original
|
161
|
+
node function.
|
162
|
+
|
163
|
+
# 3.0.2
|
164
|
+
|
165
|
+
* [Spec compliance] Promise.all and Promise.race should reject, not throw on invalid input
|
166
|
+
* Add RSVP.allSettled
|
167
|
+
|
168
|
+
# 3.0.1
|
169
|
+
|
170
|
+
* Optimization: promises with noop resolvers now don't bother try to handle them.
|
171
|
+
* [perf] skip costly resolver invocation if it is known not to be needed.
|
172
|
+
* improve promise inspector interopt
|
173
|
+
|
174
|
+
# 3.0.0
|
175
|
+
|
176
|
+
* align with the promise spec
|
177
|
+
https://github.com/domenic/promises-unwrapping
|
178
|
+
* idiomatic es6 usage
|
179
|
+
* RSVP.all: now casts rather then resolves, and doesn't touch the
|
180
|
+
"then"
|
181
|
+
* RSVP.hash: now casts rather then resolves, and doesn't touch the
|
182
|
+
"then"
|
183
|
+
* MutationObserver: prefer text mutation, this fixes interop with
|
184
|
+
MutationObserver polyfils
|
185
|
+
* Removing asap unload listener. Allows back/forward page cache, chrome
|
186
|
+
bug is old. Fixes #168
|
187
|
+
* add grunt docs task
|
188
|
+
* document: Promise.cast
|
189
|
+
* document: Promise.resolve/Promise.reject
|
190
|
+
* document: Promise.race
|
191
|
+
* document: Promise.all
|
192
|
+
* document: Promise.hash
|
193
|
+
* document: RSVP.denodeify
|
194
|
+
* document: RSVP.EventTarget
|
195
|
+
* document: RSVP.rethrow
|
196
|
+
* document: RSVP.defer
|
197
|
+
* Document: RSVP.on('error'
|
198
|
+
* Add Instrumentation hooks for tooling
|
199
|
+
* Significant internal cleanup and performance improvements
|
200
|
+
* require Promise constructor to be new'd (aligned with es6 spec)
|
201
|
+
* Prefer tasks + config inline within project
|
202
|
+
* Add Promise.finally
|
203
|
+
* Add Promise.cast
|
204
|
+
* Add Promise.resolve
|
205
|
+
* Add Promise.reject
|
206
|
+
* Add Promise.all
|
207
|
+
* Add Promise.race
|
208
|
+
* Add RSVP.map
|
209
|
+
* Support promise inheritance
|
210
|
+
* optimize onerror and reduce promise creation cost by 20x
|
211
|
+
* promise/a+ 2.0.3 compliant
|
212
|
+
* RSVP.async to schedule callbacks on internal queue
|
213
|
+
* Optimization: only enforce a single nextTick for each queue flush.
|
214
|
+
|
215
|
+
# 2.0.4
|
216
|
+
|
217
|
+
* Fix npm package
|
218
|
+
|
219
|
+
# 2.0.3
|
220
|
+
|
221
|
+
* Fix useSetTimeout bug
|
222
|
+
|
223
|
+
# 2.0.2
|
224
|
+
|
225
|
+
* Adding RSVP#rethrow
|
226
|
+
* add pre-built AMD link to README
|
227
|
+
* adding promise#fail
|
228
|
+
|
229
|
+
# 2.0.1
|
230
|
+
* misc IE fixes, including IE array detection
|
231
|
+
* upload passing builds to s3
|
232
|
+
* async: use three args for addEventListener
|
233
|
+
* satisfy both 1.0 and 1.1 specs
|
234
|
+
* Run reduce tests only in node
|
235
|
+
* RSVP.resolve now simply uses the internal resolution procedure
|
236
|
+
* prevent multiple promise resolutions
|
237
|
+
* simplify thenable handling
|
238
|
+
* pre-allocate the deferred's shape
|
239
|
+
* Moved from Rake-based builds to Grunt
|
240
|
+
* Fix Promise subclassing bug
|
241
|
+
* Add RSVP.configure('onerror')
|
242
|
+
* Throw exception when RSVP.all is called without an array
|
243
|
+
* refactor RSVP.all to just use a promise directly
|
244
|
+
* Make `RSVP.denodeify` pass along `thisArg`
|
245
|
+
* add RSVP.reject
|
246
|
+
* Reject promise if resolver function throws an exception
|
247
|
+
* add travis build-status
|
248
|
+
* correctly test and fix self fulfillment
|
249
|
+
* remove promise coercion.
|
250
|
+
* Fix infinite recursion with deep self fulfilling promises
|
251
|
+
* doc fixes
|
252
|
+
|
253
|
+
# 2.0.0
|
254
|
+
|
255
|
+
* No changelog beyond this point. Here be dragons.
|