mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
503 B
503 B
Sky Script Language
The Sky script language is based on Dart.
It has the following differences from Dart:
-
the 'library', 'part', 'import', 'export', and 'part of' directives are not supported in sky (sky has its own module system)
-
<script>elements parsetopLevelDefinitions (there is nolibraryDefinitionconstruct in the Sky Script Language).
The way that Sky integrates the module system with its script language is described in modules.md.