Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1588)

Side by Side Diff: sky/specs/script.md

Issue 884243009: Specs: markdown fixes (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Sky Script Language 1 Sky Script Language
2 =================== 2 ===================
3 3
4 The Sky script language is based on Dart. 4 The Sky script language is based on Dart.
5 5
6 It has the following differences from Dart: 6 It has the following differences from Dart:
7 7
8 - the 'library', 'part', 'import', 'export', and 'part of' directives 8 - the 'library', 'part', 'import', 'export', and 'part of' directives
9 are not supported in sky (sky has its own module system) 9 are not supported in sky (sky has its own module system)
10 10
11 - ``<script>`` elements parse ``topLevelDefinition``s (there is no 11 - ``<script>`` elements parse ``topLevelDefinition``s (there is no
12 ``libraryDefinition`` construct in the Sky Script Language). 12 ``libraryDefinition`` construct in the Sky Script Language).
13 13
14 The way that Sky integrates the module system with its script language 14 The way that Sky integrates the module system with its script language
15 is described in (modules.md)[modules.md]. 15 is described in [modules.md](modules.md).
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698