Fixed: typo
This commit is contained in:
parent
306cb5f5fd
commit
54d59d3fae
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ There are three primary methods in the import-resolver API:
|
|||
|------|-----------|
|
||||
|`Enter`|Called when the compiler begins compiling a script. The script about to be compiled is passed through the `file` parameter.|
|
||||
|`Exit`|Similar to `Enter`, but is called when the compiler finishes compiling a script.|
|
||||
|`Resolve`|This is where the actual import resolver logic is implemented. The name of the script is passed through the `name` parameter. The method initiailizes a new `sunScriptFile` instance and passes it to the `file` out parameter.|
|
||||
|`Resolve`|This is where the actual import resolver logic is implemented. The name of the script is passed through the `name` parameter. The method initializes a new `sunScriptFile` instance and passes it to the `file` out parameter.|
|
||||
|
||||
#### Import results
|
||||
|
||||
|
|
Loading…
Reference in a new issue