mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 09:59:25 +00:00
extract statement types into separate files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @typedef {import('../body-types').ResolvedIdent} ResolvedIdent
|
||||
* @typedef {import('../tokenizer').Token} Token
|
||||
* @typedef {import('../statementtypes/Block').Block} Block
|
||||
*/
|
||||
const { Expression } = require("./Expression");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user