mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
Looks like acorn is going to be the package to use to validate es6!
This commit is contained in:
parent
74c7c64015
commit
56b1cb5148
2 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@ import Vector from './Vector';
|
|||
/// <summary>
|
||||
/// Represents a rectangle in 2D space.
|
||||
/// </summary>
|
||||
public class Rectangle
|
||||
class Rectangle
|
||||
{
|
||||
/**
|
||||
* The top-left corner of the rectangle.
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
"rollupify": "^0.3.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"acorn": "^4.0.11",
|
||||
"esprima": "^3.1.3",
|
||||
"rollupify": "^0.3.8"
|
||||
},
|
||||
"config": {
|
||||
|
|
Loading…
Reference in a new issue