mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 01:48:18 +00:00
reuse parsed tokens instead of tokenizing each method body
This commit is contained in:
@@ -732,7 +732,7 @@ class ImportBlock extends DeclarationBlock {
|
||||
|
||||
class ModuleBlock extends TextBlockArray {
|
||||
/**
|
||||
* @param {TextBlock[]} blocks
|
||||
* @param {Token[]} blocks
|
||||
*/
|
||||
constructor(blocks) {
|
||||
super('module', blocks);
|
||||
|
||||
Reference in New Issue
Block a user