-
-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ES module conversion PoC #1498
ES module conversion PoC #1498
Commits on Mar 3, 2021
-
Fixed a regression that caused SyntaxErrors on IE 11
The changes made in chaijs#1334 incorrectly used an arrow function and as this isn't supported on IE 11 it causes a SyntaxError to be thrown when loading chai.
Configuration menu - View commit details
-
Copy full SHA for 71245a3 - Browse repository at this point
Copy the full SHA 71245a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b9bc7f - Browse repository at this point
Copy the full SHA 3b9bc7fView commit details -
export chai.Assertion (chaijs#1378)
rbruckheimer authoredMar 3, 2021 Configuration menu - View commit details
-
Copy full SHA for b0f50f6 - Browse repository at this point
Copy the full SHA b0f50f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc858a0 - Browse repository at this point
Copy the full SHA dc858a0View commit details
Commits on Mar 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5b607a1 - Browse repository at this point
Copy the full SHA 5b607a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab41ed8 - Browse repository at this point
Copy the full SHA ab41ed8View commit details
Commits on Jul 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c8a4e00 - Browse repository at this point
Copy the full SHA c8a4e00View commit details
Commits on Jan 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5276af6 - Browse repository at this point
Copy the full SHA 5276af6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 022c2fa - Browse repository at this point
Copy the full SHA 022c2faView commit details -
build(deps-dev): bump codecov from 3.1.0 to 3.7.1 (chaijs#1446)
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.1.0 to 3.7.1. - [Release notes](https://github.com/codecov/codecov-node/releases) - [Changelog](https://github.com/codecov/codecov-node/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-node@v3.1.0...v3.7.1) --- updated-dependencies: - dependency-name: codecov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 747eb4e - Browse repository at this point
Copy the full SHA 747eb4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fca5bb1 - Browse repository at this point
Copy the full SHA fca5bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99e36a8 - Browse repository at this point
Copy the full SHA 99e36a8View commit details
Commits on Jan 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d88684e - Browse repository at this point
Copy the full SHA d88684eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d7f2e - Browse repository at this point
Copy the full SHA e4d7f2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 529b8b5 - Browse repository at this point
Copy the full SHA 529b8b5View commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8e780b4 - Browse repository at this point
Copy the full SHA 8e780b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 775f509 - Browse repository at this point
Copy the full SHA 775f509View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c947a7 - Browse repository at this point
Copy the full SHA 3c947a7View commit details
Commits on Nov 9, 2022
-
chore: 4.x.x: Fix link to commit logs on GitHub (chaijs#1487)
* 4.x.x: Fix link to commit logs on GitHub As there is no `master` branch, the link returned a 404. * Update History.md Co-authored-by: Andre Meyering <info@andremeyering.de> Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for acd16e0 - Browse repository at this point
Copy the full SHA acd16e0View commit details
Commits on Nov 10, 2022
-
build(deps): bump socket.io-parser from 4.0.4 to 4.0.5 (chaijs#1488)
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io-parser@4.0.4...4.0.5) --- updated-dependencies: - dependency-name: socket.io-parser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98f4233 - Browse repository at this point
Copy the full SHA 98f4233View commit details
Commits on Nov 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b455124 - Browse repository at this point
Copy the full SHA b455124View commit details
Commits on Dec 5, 2022
-
docs: specify return type of objDisplay (chaijs#1490)
previously it was incorrectly labeled as `objDisplay(obj: object): void` in `@types/chai`.
Configuration menu - View commit details
-
Copy full SHA for 3a8c49a - Browse repository at this point
Copy the full SHA 3a8c49aView commit details
Commits on Jan 19, 2023
-
Merge branch '4.x.x' into 5-esm
James Garbutt committedJan 19, 2023 Configuration menu - View commit details
-
Copy full SHA for bea9401 - Browse repository at this point
Copy the full SHA bea9401View commit details
Commits on Jan 20, 2023
-
This moves all of the sources to be ES modules rather than CommonJS. In order to produce the entrypoints, we use esbuild as a bundler (and as a transpiler in a way). Due to the fact that some dependencies are written in CommonJS, we actually use esbuild to create _two_ bundles: a CommonJS bundle, and an ES module bundle. Otherwise, someone importing the raw source would inevitably end up trying to import a CommonJS module somewhere down the tree, which would not work in browsers natively.
Configuration menu - View commit details
-
Copy full SHA for 4f9d4d5 - Browse repository at this point
Copy the full SHA 4f9d4d5View commit details