Commit f467e9cc authored by Camillo Bruni's avatar Camillo Bruni Committed by Commit Bot

[tools] Rename SourceMap.mjs to sourcemap.mjs

Bug: v8:10667, v8:10933
Change-Id: I06ebcdf12ee5acbd56ef3741af2b592b5d0351a1
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2435209
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: 's avatarSathya Gunasekaran  <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70166}
parent dbf7586a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
import "./sourcemap.mjs"; import { WebInspector } from "./sourcemap.mjs";
import { import {
CppProcessor, ArgumentsProcessor, UnixCppEntriesProvider, CppProcessor, ArgumentsProcessor, UnixCppEntriesProvider,
WindowsCppEntriesProvider, MacCppEntriesProvider WindowsCppEntriesProvider, MacCppEntriesProvider
} from "./dumpcpp.mjs"; } from "./dumpcpp.mjs";
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// found in the LICENSE file. // found in the LICENSE file.
import { IcProcessor, ArgumentsProcessor, readFile } from "./ic-processor.mjs"; import { IcProcessor, ArgumentsProcessor, readFile } from "./ic-processor.mjs";
import "./SourceMap.mjs"; import { WebInspector } from "./sourcemap.mjs";
function processArguments(args) { function processArguments(args) {
var processor = new ArgumentsProcessor(args); var processor = new ArgumentsProcessor(args);
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
import "./SourceMap.mjs"; import { WebInspector } from "./sourcemap.mjs";
import { import {
MapProcessor, ArgumentsProcessor, readFile MapProcessor, ArgumentsProcessor, readFile
} from "./map-processor.mjs"; } from "./map-processor.mjs";
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
import { WebInspector } from "./SourceMap.mjs"; import { WebInspector } from "./sourcemap.mjs";
import { import {
ParseProcessor, ArgumentsProcessor, readFile, ParseProcessor, ArgumentsProcessor, readFile,
} from "./parse-processor.mjs"; } from "./parse-processor.mjs";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment