maekawatoshiki / rapidus

ECMAScript implementation in Rust
MIT License
519 stars 21 forks source link

Implement CommonJS module. #62

Closed sisshiki1969 closed 5 years ago

sisshiki1969 commented 5 years ago

This PR;

  1. Implement CommonJS module(require()).
  2. Implement Error object (not completed).
  3. Implement Array constructor(new Array()) and Array#join().
  4. Rewrite some tests using assert.js module.