From ab9dc5fd656ef42dbb0192f96d34e1c7b451a430 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 4 Mar 2022 04:03:55 -0400 Subject: Keeping the JVM interop fixes coming... --- documentation/bookmark/code/mod.md | 9 +++++++++ documentation/bookmark/code/query.md | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 documentation/bookmark/code/mod.md create mode 100644 documentation/bookmark/code/query.md (limited to 'documentation/bookmark/code') diff --git a/documentation/bookmark/code/mod.md b/documentation/bookmark/code/mod.md new file mode 100644 index 000000000..88da7aae5 --- /dev/null +++ b/documentation/bookmark/code/mod.md @@ -0,0 +1,9 @@ +# Reference + +1. https://comby.dev/ +1. ["Parser Parser Combinators for Program Transformation" by Rijnard van Tonder](https://www.youtube.com/watch?v=JMZLBB_BFNg) +1. [Codemod](https://github.com/facebook/codemod) +1. [jscodeshift](https://github.com/facebook/jscodeshift) +1. [Writing codemods to transform your codebase](https://augustinlf.com/writing-codemods-to-transform-your-codebase/) +1. []() + diff --git a/documentation/bookmark/code/query.md b/documentation/bookmark/code/query.md new file mode 100644 index 000000000..4db580b7b --- /dev/null +++ b/documentation/bookmark/code/query.md @@ -0,0 +1,5 @@ +# Reference + +0. [Find bugs in your code with CodeQL](https://www.youtube.com/watch?v=y_-pIbsr7jc) +0. [CodeQL](https://codeql.github.com/) + -- cgit v1.2.3