Skip to content

Commit 65d49ab

Browse files
committed
add useful links to readme
1 parent ed263d0 commit 65d49ab

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

rust/check-dup-prop-transpiler-swc-plugin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Useful links:
1111
* [How to implement a SWC Plugin](https://swc.rs/docs/plugin/ecmascript/getting-started)
1212
* [A comprehensive list of possible visitor methods](https://rustdoc.swc.rs/swc_ecma_visit/trait.VisitMut.html)
1313
* [Important info on Identifiers](https://rustdoc.swc.rs/swc_ecma_ast/struct.Ident.html)
14+
* [SWC AST Explorer](https://play.swc.rs)

rust/cube-prop-ctx-transpiler-swc-plugin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Useful links:
1111
* [How to implement a SWC Plugin](https://swc.rs/docs/plugin/ecmascript/getting-started)
1212
* [A comprehensive list of possible visitor methods](https://rustdoc.swc.rs/swc_ecma_visit/trait.VisitMut.html)
1313
* [Important info on Identifiers](https://rustdoc.swc.rs/swc_ecma_ast/struct.Ident.html)
14+
* [SWC AST Explorer](https://play.swc.rs)

rust/import-export-transpiler-swc-plugin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Useful links:
1111
* [How to implement a SWC Plugin](https://swc.rs/docs/plugin/ecmascript/getting-started)
1212
* [A comprehensive list of possible visitor methods](https://rustdoc.swc.rs/swc_ecma_visit/trait.VisitMut.html)
1313
* [Important info on Identifiers](https://rustdoc.swc.rs/swc_ecma_ast/struct.Ident.html)
14+
* [SWC AST Explorer](https://play.swc.rs)

rust/validation-transpiler-swc-plugin/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Useful links:
1111
* [How to implement a SWC Plugin](https://swc.rs/docs/plugin/ecmascript/getting-started)
1212
* [A comprehensive list of possible visitor methods](https://rustdoc.swc.rs/swc_ecma_visit/trait.VisitMut.html)
1313
* [Important info on Identifiers](https://rustdoc.swc.rs/swc_ecma_ast/struct.Ident.html)
14+
* [SWC AST Explorer](https://play.swc.rs)

0 commit comments

Comments
 (0)