(path string)
| 1863 | } |
| 1864 | |
| 1865 | func (r *resolutionState) realPath(path string) string { |
| 1866 | rp := tspath.NormalizePath(r.resolver.host.FS().Realpath(path)) |
| 1867 | if r.tracer != nil { |
| 1868 | r.tracer.write(diagnostics.Resolving_real_path_for_0_result_1, path, rp) |
| 1869 | } |
| 1870 | return rp |
| 1871 | } |
| 1872 | |
| 1873 | func (r *resolutionState) validatePackageJSONField(fieldName string, field packagejson.TypeValidatedField) bool { |
| 1874 | if field.IsPresent() { |
no test coverage detected