mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
WIP
This commit is contained in:
@@ -243,6 +243,7 @@ code analysis:
|
||||
- cannot import names that are not exported from modules
|
||||
- module can be imported either as external or regular
|
||||
- cannot return from modules (even inside toplevel if statements)
|
||||
- await only in async fns
|
||||
*/
|
||||
export const analyze = (node, is_toplevel = true) => {
|
||||
// TODO remove
|
||||
|
||||
Reference in New Issue
Block a user