| OLD | NEW |
| 1 The Sky Environment | 1 The Sky Environment |
| 2 =================== | 2 =================== |
| 3 | 3 |
| 4 The main files loaded by the Sky environment are Sky files, though | 4 The main files loaded by the Sky environment are Sky files, though |
| 5 they can refer to binary resources like images and fonts. | 5 they can refer to binary resources like images and fonts. |
| 6 | 6 |
| 7 Sky files | 7 Sky files |
| 8 --------- | 8 --------- |
| 9 | 9 |
| 10 Conventional MIME type: ``text/sky``, though this type is neither | 10 Conventional MIME type: ``text/sky``, though this type is neither |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 * ``53 4b 59 20 4d 4f 44 55 4c 45 0a`` ("``SKY MODULE\n``") | 24 * ``53 4b 59 20 4d 4f 44 55 4c 45 0a`` ("``SKY MODULE\n``") |
| 25 * ``53 4b 59 20 4d 4f 44 55 4c 45 0d`` ("``SKY MODULE\r``") | 25 * ``53 4b 59 20 4d 4f 44 55 4c 45 0d`` ("``SKY MODULE\r``") |
| 26 * ``53 4b 59 20 4d 4f 44 55 4c 45 20`` ("``SKY MODULE ``") | 26 * ``53 4b 59 20 4d 4f 44 55 4c 45 20`` ("``SKY MODULE ``") |
| 27 | 27 |
| 28 | 28 |
| 29 Notes | 29 Notes |
| 30 ----- | 30 ----- |
| 31 | 31 |
| 32 ``` | 32 ``` |
| 33 magical imports: | 33 magical imports: |
| 34 the core mojo fabric JS API sky:mojo:fabric:core | 34 the mojo fabric API dart:mojo |
| 35 the asyncWait/cancelWait mojo fabric JS API (interface to IPC thread) sky:moj
o:fabric:ipc | 35 the mojom for the shell, proxying through C++ so that the shell pipe isn't exp
osed dart:mojo-shell |
| 36 the mojom for the shell, proxying through C++ so that the shell pipe isn't exp
osed sky:mojo:shell | 36 the Sky API dart:sky |
| 37 the sky API sky:core | |
| 38 the sky debug symbols for private APIs sky:debug | |
| 39 ``` | 37 ``` |
| OLD | NEW |