Skip to content

docs(transformer): add documentation for CompilerAssumptions::set_public_class_fields#10582

Merged
graphite-app[bot] merged 1 commit intomainfrom
04-24-docs_transformer_add_documentation_for_compilerassumptions_set_public_class_fields
Apr 25, 2025
Merged

docs(transformer): add documentation for CompilerAssumptions::set_public_class_fields#10582
graphite-app[bot] merged 1 commit intomainfrom
04-24-docs_transformer_add_documentation_for_compilerassumptions_set_public_class_fields

Conversation

@Dunqing
Copy link
Member

@Dunqing Dunqing commented Apr 24, 2025

The documentation copy from Babel, and added some documentation about useDefineForClassFields: false support

@github-actions github-actions bot added A-transformer Area - Transformer / Transpiler C-docs Category - Documentation. Related to user-facing or internal documentation labels Apr 24, 2025
Copy link
Member Author

Dunqing commented Apr 24, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@codspeed-hq
Copy link

codspeed-hq bot commented Apr 24, 2025

CodSpeed Instrumentation Performance Report

Merging #10582 will create unknown performance changes

Comparing 04-24-docs_transformer_add_documentation_for_compilerassumptions_set_public_class_fields (73cd730) with main (6bff64e)

Summary

🆕 36 new benchmarks

Benchmarks breakdown

Benchmark BASE HEAD Change
🆕 codegen[checker.ts] N/A 22.2 ms N/A
🆕 codegen_sourcemap[checker.ts] N/A 65.1 ms N/A
🆕 formatter[antd.js] N/A 708.2 ms N/A
🆕 formatter[react.development.js] N/A 8 ms N/A
🆕 formatter[typescript.js] N/A 1.1 s N/A
🆕 isolated-declarations[vue-id.ts] N/A 58.4 ms N/A
🆕 lexer[RadixUIAdoptionSection.jsx] N/A 21.6 µs N/A
🆕 lexer[antd.js] N/A 24.8 ms N/A
🆕 lexer[cal.com.tsx] N/A 5.9 ms N/A
🆕 lexer[checker.ts] N/A 14.9 ms N/A
🆕 lexer[pdf.mjs] N/A 3.9 ms N/A
🆕 linter[RadixUIAdoptionSection.jsx] N/A 2.7 ms N/A
🆕 linter[cal.com.tsx] N/A 1.2 s N/A
🆕 linter[checker.ts] N/A 3 s N/A
🆕 mangler[antd.js] N/A 15.9 ms N/A
🆕 mangler[react.development.js] N/A 293.8 µs N/A
🆕 mangler[typescript.js] N/A 39.4 ms N/A
🆕 minifier[antd.js] N/A 163.6 ms N/A
🆕 minifier[react.development.js] N/A 1.8 ms N/A
🆕 minifier[typescript.js] N/A 288 ms N/A
... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

@Dunqing Dunqing force-pushed the 04-24-feat_napi_transform_support_enabling_removeclassfieldswithoutinitializer branch from 79844f5 to de23541 Compare April 24, 2025 08:03
@Dunqing Dunqing force-pushed the 04-24-docs_transformer_add_documentation_for_compilerassumptions_set_public_class_fields branch from 8ceb410 to 10cb947 Compare April 24, 2025 08:03
@Dunqing Dunqing force-pushed the 04-24-docs_transformer_add_documentation_for_compilerassumptions_set_public_class_fields branch from 10cb947 to 279b8d4 Compare April 24, 2025 08:30
@Dunqing Dunqing marked this pull request as ready for review April 24, 2025 08:35
@Dunqing Dunqing requested a review from overlookmotel as a code owner April 24, 2025 08:35
@Dunqing Dunqing force-pushed the 04-24-feat_napi_transform_support_enabling_removeclassfieldswithoutinitializer branch from de23541 to d9ba4e8 Compare April 24, 2025 09:56
@Dunqing Dunqing force-pushed the 04-24-docs_transformer_add_documentation_for_compilerassumptions_set_public_class_fields branch from 279b8d4 to cd422cb Compare April 24, 2025 09:56
@Dunqing Dunqing requested a review from sapphi-red April 24, 2025 09:56
@Dunqing Dunqing force-pushed the 04-24-feat_napi_transform_support_enabling_removeclassfieldswithoutinitializer branch from d9ba4e8 to e2f8aef Compare April 24, 2025 14:09
@Dunqing Dunqing force-pushed the 04-24-docs_transformer_add_documentation_for_compilerassumptions_set_public_class_fields branch from cd422cb to f86cc52 Compare April 24, 2025 14:09
@graphite-app graphite-app bot added the 0-merge Merge with Graphite Merge Queue label Apr 25, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Apr 25, 2025

Merge activity

…blic_class_fields` (#10582)

The documentation copy from [Babel](https://babeljs.io/docs/assumptions#setpublicclassfields), and added some documentation about `useDefineForClassFields: false` support
@graphite-app graphite-app bot force-pushed the 04-24-feat_napi_transform_support_enabling_removeclassfieldswithoutinitializer branch from e2f8aef to b8414db Compare April 25, 2025 01:30
@graphite-app graphite-app bot force-pushed the 04-24-docs_transformer_add_documentation_for_compilerassumptions_set_public_class_fields branch from f86cc52 to 73cd730 Compare April 25, 2025 01:31
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Apr 25, 2025
Base automatically changed from 04-24-feat_napi_transform_support_enabling_removeclassfieldswithoutinitializer to main April 25, 2025 01:44
@graphite-app graphite-app bot merged commit 73cd730 into main Apr 25, 2025
27 checks passed
@graphite-app graphite-app bot deleted the 04-24-docs_transformer_add_documentation_for_compilerassumptions_set_public_class_fields branch April 25, 2025 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-transformer Area - Transformer / Transpiler C-docs Category - Documentation. Related to user-facing or internal documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants