Skip to content
Snippets Groups Projects
Unverified Commit 40e17145 authored by Jeremy Rifkin's avatar Jeremy Rifkin Committed by GitHub
Browse files

Make the linter happy (#4393)

parent 85a2f406
No related branches found
No related tags found
No related merge requests found
......@@ -22,12 +22,12 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.
import {ParsedAsmResult} from '../../types/asmresult/asmresult.interfaces';
import {CompilerInfo} from '../../types/compiler.interfaces';
import {ParseFiltersAndOutputOptions} from '../../types/features/filters.interfaces';
import {BaseCompiler} from '../base-compiler';
import {BaseParser} from './argument-parsers';
import {CompilerInfo} from '../../types/compiler.interfaces';
import {ParseFiltersAndOutputOptions} from '../../types/features/filters.interfaces';
import {ParsedAsmResult} from '../../types/asmresult/asmresult.interfaces';
export class CarbonCompiler extends BaseCompiler {
static get key() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment