rename source types module

This commit is contained in:
Dave Holoway
2020-06-17 13:09:50 +01:00
parent 4f62b5a06e
commit 458d8e553e
16 changed files with 19 additions and 331 deletions

View File

@@ -80,7 +80,7 @@ function resolveSingleImport(typemap, dotted_name, is_static, on_demand, import_
* - followed by implicit packages
*
* @param {Map<string, import('java-mti').CEIType>} androidLibrary
* @param {import('./source-type').SourceType[]} sourceTypes
* @param {import('./source-types').SourceType[]} sourceTypes
* @param {ImportBlock[]} imports list of declared imports in the module
* @param {string} package_name package name of the module
* @param {string[]} [implicitPackages] list of implicit demand-load packages