mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
* Create wildcards.js and implement basic type detections * Remove isUnit from isConstantExpression wildcard isUnit would never be encountered because units are stored as a part of ConstantNodes. * Add matching for the new wildcard rules * Add tests for the new wildcard rules * Remove comment regarding Unit * Seperate wildcard import into individual imports * Update comments at top and change '*i' to '*d' * Seperate Unit Tests * Update simplify documentation comment * Add unit test for #1406 * Update imports for new build system * Update simplify test with new rules syntax * Fix small documentation errors * Update simplify rules to use new wildcards * Add tests for rules updated with new wildcards * Remove duplicated comment information Co-authored-by: Jos de Jong <wjosdejong@gmail.com>