Decimal Playground

⌱ Status: Alpha, expect bugs ⌱

A playground for investigating design directions for the Ecma TC39 JavaScript Decimal proposal.
Try at: https://sarahghp.github.io/decimal-playground/.

Currently in alpha, the playground probably has many bugs and is missing some features listed in the proposal as well as other useful things, like a list of examples. Bugs may be reported in this repo.

The most up-to-date information is to be found on the list of features.

Inspired by the Records & Tuples Playground from Rick Button at Bloomberg

Example suggestions

Suggestions for playground example code is currently being sought.

Developing

NB: Currently this project is being developed internally by Igalia team members. Please do not open PRs without communicating with project members beforehand.

Local Server

To run the project locally, run npm run dev in a terminal window.

Tests

All new capabilities added to the /transforms directory must have corresponding tests. These are written using babel-plugin-tester.

Run tests with npm test