Skip to content

Files

polyfill

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 25, 2025
Feb 22, 2025
Feb 22, 2025
Jun 26, 2020
May 25, 2020
Jun 26, 2020
Jun 19, 2023
Apr 13, 2020
Nov 24, 2021
Sep 27, 2024
Jan 15, 2025
Sep 24, 2024
Oct 19, 2022
Jun 12, 2023

Non-Production, Test-Only Temporal Polyfill

A non-production polyfill was built to validate this proposal. This polyfill continues to live in this repo, but only for the purposes of running tests and powering the documentation "playground" as described below. DO NOT use this polyfill in your own projects! Instead, please use a polyfill listed in the table here.

Documentation

Reference documentation and examples can be found here.

A cookbook of common use cases can help you get started with Temporal.

Documentation Playground

When viewing the reference documentation, this non-production polyfill is automatically loaded in your browser. You can experiment with Temporal by opening your browser's developer tools console.

Running Documentation Cookbook as Tests

Documentation cookbook code samples are also runnable as tests.

# Run all cookbook tests (run from /polyfill folder)
$ npm run test-cookbook

# Test one cookbook file (run from /polyfill folder)
$ env TEST=fromLegacyDate npm run test-cookbook-one