From e83c8a505ecb84bf2c2cb766bbd44bf7754994bf Mon Sep 17 00:00:00 2001 From: Homa Wong Date: Mon, 20 Feb 2017 00:57:12 -0800 Subject: [PATCH] Update system-api.md --- docs/system-api.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/system-api.md b/docs/system-api.md index ea2d9643..b6a49c10 100644 --- a/docs/system-api.md +++ b/docs/system-api.md @@ -138,6 +138,11 @@ SystemJS registry object supporting: See also [SystemJS.newModule](#systemjsnewmoduleobject---module). +#### SystemJS.resolveSync(moduleName) +Type: `Function` + +Resolves module name to normalized URL. + #### SystemJS.set(moduleName, Module) Type: `Function`