File tree 2 files changed +2
-2
lines changed
javascript/ql/lib/semmle/javascript
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ class TSConfig extends JsonObject {
141
141
}
142
142
143
143
/**
144
- * Holds if this has an exact path mapping from `pattern` to `newPath`.
144
+ * Holds if this has an exact path mapping (i.e. no wildcards) from `pattern` to `newPath`.
145
145
*
146
146
* For example, `"paths": { "@": "./src/index.ts" }` maps the `@` path to `./src/index.ts`.
147
147
*
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ private import javascript
2
2
private import semmle.javascript.internal.paths.JSPaths
3
3
4
4
/**
5
- * Extension of `PackageJson` with some internal path-resolution predicates.
5
+ * A `package.json` file. The class is an extension of the `PackageJson` class with some internal path-resolution predicates.
6
6
*/
7
7
class PackageJsonEx extends PackageJson {
8
8
private JsonValue getAPartOfExportsSection ( string pattern ) {
You can’t perform that action at this time.
0 commit comments