Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Compiler Explorer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Compiler Explorer
Commits
8941752c
Unverified
Commit
8941752c
authored
2 years ago
by
Jeremy
Browse files
Options
Downloads
Patches
Plain Diff
Make the linter happy
parent
7e9b5cb2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/compilers/carbon.ts
+3
-3
3 additions, 3 deletions
lib/compilers/carbon.ts
with
3 additions
and
3 deletions
lib/compilers/carbon.ts
+
3
−
3
View file @
8941752c
...
...
@@ -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
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment