MCPcopy
hub / github.com/winjs/winjs / ExternalModuleReferenceSyntax

Function ExternalModuleReferenceSyntax

tools/dts-verifier/lib/typescript.js:9311–9317  ·  view source on GitHub ↗
(moduleOrRequireKeyword, openParenToken, stringLiteral, closeParenToken, parsedInStrictMode)

Source from the content-addressed store, hash-verified

9309 var ExternalModuleReferenceSyntax = (function (_super) {
9310 __extends(ExternalModuleReferenceSyntax, _super);
9311 function ExternalModuleReferenceSyntax(moduleOrRequireKeyword, openParenToken, stringLiteral, closeParenToken, parsedInStrictMode) {
9312 _super.call(this, parsedInStrictMode);
9313 this.moduleOrRequireKeyword = moduleOrRequireKeyword;
9314 this.openParenToken = openParenToken;
9315 this.stringLiteral = stringLiteral;
9316 this.closeParenToken = closeParenToken;
9317 }
9318 ExternalModuleReferenceSyntax.prototype.accept = function (visitor) {
9319 return visitor.visitExternalModuleReference(this);
9320 };

Callers

nothing calls this directly

Calls 1

callMethod · 0.80

Tested by

no test coverage detected