Skip to content

Conversation

@itsvinayak
Copy link
Member

most of the changes are due to node module

@itsvinayak itsvinayak requested a review from cclauss May 5, 2020 19:39
@@ -14,17 +14,19 @@ var LinearAlgebra;
var Vector = /** @class */ (function () {
// constructor
function Vector (N, comps) {
if (comps === void 0) { comps = [] }
if (comps === 0) {
comps = []
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

file one src/la_lib.js

@@ -8,22 +8,25 @@

var assert = require('assert')
var fs = require('fs')
var mocha = require('mocha')
var describe = mocha.describe
var it = mocha.it
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

file two test/test.js

@itsvinayak itsvinayak removed the request for review from cclauss May 5, 2020 19:44
@itsvinayak itsvinayak closed this May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant