Docs: synchronus resolve (#2050)

This commit is contained in:
Joel Denning 2019-10-12 17:52:06 -06:00 committed by Guy Bedford
parent 2839f30af8
commit 16b53fbe21

View File

@ -32,7 +32,7 @@ Declaration function for defining modules of the `System.register` polyfill modu
_Note: Named System.register is not supported, only anonymous definitions._
#### System.resolve(id [, parentURL]) -> Promise(string)
#### System.resolve(id [, parentURL]) -> string
Type: `Function`
Resolves a module specifier relative to an optional parent URL, returning the resolved URL.