FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-api-cn/module/module_findsourcemap_path_error.md at master · nodejscn/node-api-cn · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
nodejscn
/
node-api-cn
Public
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
1.4k
Code
Issues
1
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
node-api-cn
/
module
/
module_findsourcemap_path_error.md
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (15 loc) · 567 Bytes
Breadcrumbs
node-api-cn
/
module
/
module_findsourcemap_path_error.md
Copy path
File metadata and controls
19 lines (15 loc) · 567 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- YAML
added:
-
v13
.7
.0
-
v12
.17
.0
-->
*
`path`
{
string
}
*
`error`
{
Error
}
*
Returns:
{
module
.
SourceMap
}
`path`
is
the
resolved
path
for
the
file
for
which
a
corresponding
source
map
should
be
fetched
.
The
`error`
instance
should
be
passed
as
the
second
parameter
to
`findSourceMap`
in
exceptional
flows
,
such
as
when
an
overridden
[
`Error.prepareStackTrace(error, trace)`
]
[
]
is
invoked
.
Modules
are
not
added
to
the
module
cache
until
they
are
successfully
loaded
.
In
these
cases
,
source
maps
are
associated
with
the
`error`
instance
along
with
the
`path`
.
Back
|
FazBrowse Home
|
New Git URL