JS: PathExprInModule deprecation notice

This commit is contained in:
Asger Feldthaus
2020-05-13 16:35:24 +01:00
parent 3846f534a8
commit 2ef7719b06

View File

@@ -185,6 +185,8 @@ abstract class Import extends ASTNode {
}
/**
* DEPRECATED. Use `PathExpr` instead.
*
* A path expression that appears in a module and is resolved relative to it.
*/
deprecated