File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
javascript/ql/lib/semmle/javascript Expand file tree Collapse file tree 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 {
141141 }
142142
143143 /**
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`.
145145 *
146146 * For example, `"paths": { "@": "./src/index.ts" }` maps the `@` path to `./src/index.ts`.
147147 *
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ private import javascript
22private import semmle.javascript.internal.paths.JSPaths
33
44/**
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.
66 */
77class PackageJsonEx extends PackageJson {
88 private JsonValue getAPartOfExportsSection ( string pattern ) {
You can’t perform that action at this time.
0 commit comments