Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ember-cli/ember-cli
/
Class
tests/helpers/dist-checker.js:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
const
{ AssertionError } = require(
'assert'
);
8
9
class
CustomResourceLoader extends jsdom.ResourceLoader {
10
constructor(distPath) {
11
super();
12
this.distPath = distPath;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected