[Pkg-javascript-commits] [node-acorn-jsx] 187/484: Add note about browser compatibility to README

Bastien Roucariès rouca at moszumanska.debian.org
Sat Aug 19 14:20:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-acorn-jsx.

commit 3a34f7ba8c34e5add18dc593731a05bd3712875c
Author: Marijn Haverbeke <marijnh at gmail.com>
Date:   Wed Jun 4 22:51:05 2014 +0200

    Add note about browser compatibility to README
    
    Closes #105
---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e16e165..063029c 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,10 @@ git clone https://github.com/marijnh/acorn.git
 
 When run in a CommonJS (node.js) or AMD environment, exported values
 appear in the interfaces exposed by the individual files, as usual.
-When loaded in the browser without any kind of module management, a
-single global object `acorn` will be defined, and all the exported
-properties will be added to that.
+When loaded in the browser (Acorn works in any JS-enabled browser more
+recent than IE5) without any kind of module management, a single
+global object `acorn` will be defined, and all the exported properties
+will be added to that.
 
 ### acorn.js
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git



More information about the Pkg-javascript-commits mailing list