Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
14b41577
Commit
14b41577
authored
Feb 11, 2021
by
aniket-engg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linting fixes for remix-url-resolver after rebase
parent
dfbd140a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
resolve.ts
libs/remix-url-resolver/src/resolve.ts
+3
-3
No files found.
libs/remix-url-resolver/src/resolve.ts
View file @
14b41577
...
@@ -119,11 +119,11 @@ export class RemixURLResolver {
...
@@ -119,11 +119,11 @@ export class RemixURLResolver {
}
}
}
}
/**
/**
* Handle an import statement based on NPM
* Handle an import statement based on NPM
* @param url The url of the NPM import statement
* @param url The url of the NPM import statement
*/
*/
async
handleNpmImport
(
url
:
string
):
Promise
<
HandlerResponse
>
{
async
handleNpmImport
(
url
:
string
):
Promise
<
HandlerResponse
>
{
// eslint-disable-next-line no-useless-catch
// eslint-disable-next-line no-useless-catch
try
{
try
{
const
req
=
'https://unpkg.com/'
+
url
const
req
=
'https://unpkg.com/'
+
url
...
@@ -134,7 +134,7 @@ export class RemixURLResolver {
...
@@ -134,7 +134,7 @@ export class RemixURLResolver {
}
}
}
}
getHandlers
():
Handler
[]
{
getHandlers
():
Handler
[]
{
return
[
return
[
{
{
type
:
'github'
,
type
:
'github'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment