[Pkg-javascript-commits] [node-recast] branch master updated (79723b2 -> b3cfe19)
Julien Puydt
julien.puydt at laposte.net
Wed Feb 28 22:41:03 UTC 2018
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch master
in repository node-recast.
from 79723b2 Package new upstream 0.13.2
new 7e6cff7 New upstream version 0.14.4
new 2754097 Update upstream source from tag 'upstream/0.14.4'
new b3cfe19 Package new upstream 0.14.4
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 2 +
README.md | 39 ++
debian/changelog | 6 +
debian/compat | 2 +-
debian/control | 2 +-
debian/examples | 2 +-
debian/install | 1 +
debian/rules | 3 -
lib/fast-path.js | 16 +-
lib/options.js | 2 +-
lib/parser.js | 89 +--
lib/printer.js | 833 +++++++++++++++++++++----
lib/util.js | 25 +-
package-lock.json | 1315 +++++++++++++++++++++++-----------------
package.json | 15 +-
parsers/_babylon_options.js | 39 ++
parsers/acorn.js | 35 ++
parsers/babylon.js | 14 +
parsers/esprima.js | 28 +
parsers/flow.js | 14 +
parsers/typescript.js | 14 +
test/babylon.js | 22 +-
test/comments.js | 1405 ++++++++++++++++++++++---------------------
test/jsx.js | 2 +-
test/parser.js | 128 +++-
test/printer.js | 15 +-
test/run.js | 16 +
test/run.sh | 28 +
test/syntax.js | 77 +--
test/type-syntax.js | 4 +
test/typescript.js | 350 +++++++++++
yarn.lock | 48 +-
32 files changed, 3061 insertions(+), 1530 deletions(-)
create mode 100644 parsers/_babylon_options.js
create mode 100644 parsers/acorn.js
create mode 100644 parsers/babylon.js
create mode 100644 parsers/esprima.js
create mode 100644 parsers/flow.js
create mode 100644 parsers/typescript.js
create mode 100644 test/run.js
create mode 100755 test/run.sh
create mode 100644 test/typescript.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-recast.git
More information about the Pkg-javascript-commits
mailing list