Skip to content

Change range information to be half-open interval in harmony branch#55

Merged
ariya merged 25 commits intojquery:harmonyfrom
Constellation:harmony-half-range
May 5, 2012
Merged

Change range information to be half-open interval in harmony branch#55
ariya merged 25 commits intojquery:harmonyfrom
Constellation:harmony-half-range

Conversation

@Constellation
Copy link
Copy Markdown
Contributor

ariya and others added 25 commits February 25, 2012 21:55
Example code: 'module Universe {}'

Syntax tree:
    {
        type: 'ModuleDeclaration',
        id: {
            type: 'Identifier',
            name: 'Universe'
        },
        body: {
            type: 'BlockStatement',
            body: []
        }
    }

It's "extrapolated" because Mozilla Parser API still does not support
module yet.

http://code.google.com/p/esprima/issues/detail?id=188
Conflicts:
	esprima.js
	test/test.js
Conflicts:
	test/test.js
Conflicts:
	esprima.js
@ariya ariya merged commit 5c56d46 into jquery:harmony May 5, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants