Skip to content

Commit

Permalink
Rename spec.md to es5.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Aug 23, 2016
1 parent afde497 commit 487b2a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions es2015.md
@@ -1,6 +1,6 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
This document specifies the extensions to the [core ESTree AST types](spec.md) to support the ES2015 grammar.
This document specifies the extensions to the [core ESTree AST types](es5.md) to support the ES2015 grammar.

- [Programs](#programs)
- [Functions](#functions)
Expand Down Expand Up @@ -124,7 +124,7 @@ extend interface AssignmentExpression {
}
```

Note that pre-ES6 code was allowed [to pass references around](https://github.com/estree/estree/pull/20#issuecomment-74584758) and so `left` was much more liberal; an implementation might choose to continue using [old definition](https://github.com/estree/estree/blob/master/spec.md#assignmentexpression) if it needs to support such legacy code.
Note that pre-ES6 code was allowed [to pass references around](https://github.com/estree/estree/pull/20#issuecomment-74584758) and so `left` was much more liberal; an implementation might choose to continue using [old definition](https://github.com/estree/estree/blob/master/es5.md#assignmentexpression) if it needs to support such legacy code.

```js
extend interface Property {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion extensions/type-annotations.md
@@ -1,6 +1,6 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
This document specifies the extensions to the [core ESTree AST types](spec.md) to support type annotations.
This document specifies the extensions to the [core ESTree AST types](es5.md) to support type annotations.

- [Type Annotations](#typeannotations)
- [Identifier](#identifier)
Expand Down

0 comments on commit 487b2a5

Please sign in to comment.