Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teasel"
version = "0.0.8"
version = "0.0.9"
edition = "2024"
rust-version = "1.98"
description = "A JavaScript parser in Rust"
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teasel-node"
version = "0.0.8"
version = "0.0.9"
edition = "2024"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "teasel-wasm"
version = "0.0.8"
version = "0.0.9"
edition = "2024"
publish = false

Expand Down
5 changes: 0 additions & 5 deletions package/.changeset/review-fixes.md

This file was deleted.

5 changes: 0 additions & 5 deletions package/.changeset/smaller-binaries.md

This file was deleted.

8 changes: 8 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @teasel/parser

## 0.0.9

### Patch Changes

- [#97](https://github.com/Nic-Polumeyv/teasel/pull/97) [`c32e8cf`](https://github.com/Nic-Polumeyv/teasel/commit/c32e8cf86e24552ec91c2fa1573abda0f4ae4fb0) Thanks [@Nic-Polumeyv](https://github.com/Nic-Polumeyv)! - identifier checks answer false above U+10FFFF; a plan whose recursion precedes a failing test, or whose region parent cycles through its own iterator, fails to load; a token that begins with skipped whitespace no longer proves a choice disjoint

- [`0f42351`](https://github.com/Nic-Polumeyv/teasel/commit/0f42351723f05701f1200d57530fc3f435ea684f) - the addon is built without unwinding tables and the wasm module goes through wasm-opt: 4% and 17% smaller, same speed

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teasel/parser",
"version": "0.0.8",
"version": "0.0.9",
"description": "A JavaScript and TypeScript parser in Rust. It answers in ESTree.",
"license": "MIT",
"repository": {
Expand Down