[Pkg-javascript-commits] [node-lexical-scope] 68/83: upgrade astw to use esprima instead of esprima-six
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 15 09:45:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-lexical-scope.
commit 1843ab056e2fdc0da85dd01a73655ad185fbc0d6
Author: James Halliday <mail at substack.net>
Date: Tue Mar 4 17:36:43 2014 -0800
upgrade astw to use esprima instead of esprima-six
---
mine.js | 4 ++--
package.json | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/mine.js b/mine.js
index 2f27964..937a005 100644
--- a/mine.js
+++ b/mine.js
@@ -8,10 +8,10 @@ function mine (js) {
var quote;
var name;
var start;
-
+
var isIdent = /[a-z0-9_.]/i;
var isWhitespace = /[ \r\n\t]/;
-
+
function $start (char) {
if (char === "/") {
return $slash;
diff --git a/package.json b/package.json
index 402f8bb..3ba138b 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,10 @@
{
"name": "lexical-scope",
- "version": "0.1.0",
+ "version": "1.0.0",
"description": "detect global and local lexical identifiers from javascript source code",
"main": "index.js",
"dependencies": {
- "astw": "~0.1.0"
+ "astw": "~1.0.0"
},
"devDependencies": {
"tape": "~2.4.1",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lexical-scope.git
More information about the Pkg-javascript-commits
mailing list