issues
search
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;
Implement CommonJS module(
require()
).
Implement Error object (not completed).
Implement Array constructor(
new Array()
) and
Array#join()
.
Rewrite some tests using
assert.js
module.
This PR;
require()
).new Array()
) andArray#join()
.assert.js
module.