diff --git a/lib/internal/source_map/source_map.js b/lib/internal/source_map/source_map.js index 163203b2bfc3f0..e6f7cdc08f3fd2 100644 --- a/lib/internal/source_map/source_map.js +++ b/lib/internal/source_map/source_map.js @@ -121,9 +121,6 @@ class StringCharIterator { * Implements Source Map V3 model. * See https://github.com/google/closure-compiler/wiki/Source-Maps * for format description. - * @constructor - * @param {string} sourceMappingURL - * @param {SourceMapV3} payload */ class SourceMap { #payload;