1
0
Fork 0

Looks like acorn is going to be the package to use to validate es6!

This commit is contained in:
Starbeamrainbowlabs 2017-02-21 20:34:53 +00:00
parent 74c7c64015
commit 56b1cb5148
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import Vector from './Vector';
/// <summary> /// <summary>
/// Represents a rectangle in 2D space. /// Represents a rectangle in 2D space.
/// </summary> /// </summary>
public class Rectangle class Rectangle
{ {
/** /**
* The top-left corner of the rectangle. * The top-left corner of the rectangle.

View File

@ -9,6 +9,8 @@
"rollupify": "^0.3.8" "rollupify": "^0.3.8"
}, },
"devDependencies": { "devDependencies": {
"acorn": "^4.0.11",
"esprima": "^3.1.3",
"rollupify": "^0.3.8" "rollupify": "^0.3.8"
}, },
"config": { "config": {