Skip to content

feat: Identifier and Bool nodes in tinyest - #2973

Draft
aleksanderkatan wants to merge 8 commits into
impr/separate-acorn-babel-parsersfrom
feat/bool-and-ident-nodes
Draft

feat: Identifier and Bool nodes in tinyest#2973
aleksanderkatan wants to merge 8 commits into
impr/separate-acorn-babel-parsersfrom
feat/bool-and-ident-nodes

Conversation

@aleksanderkatan

@aleksanderkatan aleksanderkatan commented Sep 4, 2026

Copy link
Copy Markdown
Member

Changes:

  • Allow for identifier and boolean nodes to be wrapped in dedicated nodes instead of being plain boolean/string.
  • Add transpile option to use verbose nodes.
  • Update tseynit/obfuscate/wgslGenerator accordingly.

@aleksanderkatan
aleksanderkatan changed the base branch from main to impr/separate-acorn-babel-parsers September 4, 2026 09:50
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

pkg.pr.new

packages
Ready to be installed by your favorite package manager ⬇️

https://pkg.pr.new/software-mansion/TypeGPU/tinyest@f185e999bbc2337bbc3c51e78f7dd1e568c9d86c
https://pkg.pr.new/software-mansion/TypeGPU/tinyest-for-wgsl@f185e999bbc2337bbc3c51e78f7dd1e568c9d86c
https://pkg.pr.new/software-mansion/TypeGPU/typegpu@f185e999bbc2337bbc3c51e78f7dd1e568c9d86c
https://pkg.pr.new/software-mansion/TypeGPU/unplugin-typegpu@f185e999bbc2337bbc3c51e78f7dd1e568c9d86c

benchmark
view benchmark

commit
view commit

@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

Bundle size comparison (import * as ... in PR vs import * as ... in target):

🟢 Decreased ➖ Unchanged 🔴 Increased (max 0.23%) ❔ Unknown
0 319 6 0

No notable changes.

If you wish to run a comparison for other, slower bundlers, run the 'Tree-shake test' from the GitHub Actions menu.

@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

Resolution Time Benchmark

---
config:
  themeVariables:
    xyChart:
      plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
  title "Random Branching (🔴 PR | 🔵 main | 🟢 release)"
  x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
  y-axis "time (ms)"
  line [0.98, 1.97, 4.47, 7.19, 7.70, 11.94, 26.28, 25.97]
  line [0.94, 1.88, 4.44, 7.00, 8.01, 12.57, 24.55, 23.27]
  line [0.97, 2.00, 4.17, 6.15, 7.35, 11.43, 23.98, 23.85]
Loading
---
config:
  themeVariables:
    xyChart:
      plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
  title "Linear Recursion (🔴 PR | 🔵 main | 🟢 release)"
  x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
  y-axis "time (ms)"
  line [0.26, 0.49, 0.71, 0.81, 1.12, 1.15, 1.34, 1.55]
  line [0.30, 0.54, 0.66, 0.76, 1.11, 1.13, 1.32, 1.51]
  line [0.34, 0.52, 0.66, 0.84, 1.05, 1.16, 1.41, 1.58]
Loading
---
config:
  themeVariables:
    xyChart:
      plotColorPalette: "#E63946, #3B82F6, #059669"
---
xychart
  title "Full Tree (🔴 PR | 🔵 main | 🟢 release)"
  x-axis "max depth" [1, 2, 3, 4, 5, 6, 7, 8]
  y-axis "time (ms)"
  line [1.03, 2.32, 3.48, 7.51, 12.58, 26.38, 56.08, 113.46]
  line [0.84, 2.06, 4.37, 7.38, 12.70, 27.41, 56.17, 114.61]
  line [0.88, 2.19, 3.42, 7.30, 13.06, 25.99, 54.94, 113.12]
Loading

@aleksanderkatan aleksanderkatan mentioned this pull request Sep 4, 2026
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant