README: strict resolution

This commit is contained in:
Tobe O 2018-04-03 11:37:25 -04:00
parent e32b8c700d
commit 1c00c4aade
2 changed files with 9 additions and 0 deletions

View file

@ -40,5 +40,10 @@ targets:
Pass `minify: true` in the build configuration to produce "minified" HTML,
without newlines or whitespace (other than where it is required).
## Strict Variable Resolution
By default, identifiers pointing to non-existent symbols return `null`.
To disable this and throw an error when an undefined symbol is referenced,
set `strict: true` in `build.yaml`.
To apply additional transforms to parsed documents, provide a
set of `patch` functions, like in `package:jael_preprocessor`.

View file

@ -6,6 +6,10 @@
<excludeFolder url="file://$MODULE_DIR$/angel_jael/.pub" />
<excludeFolder url="file://$MODULE_DIR$/angel_jael/build" />
</content>
<content url="file://$MODULE_DIR$/build_jael">
<excludeFolder url="file://$MODULE_DIR$/build_jael/.pub" />
<excludeFolder url="file://$MODULE_DIR$/build_jael/build" />
</content>
<content url="file://$MODULE_DIR$/jael">
<excludeFolder url="file://$MODULE_DIR$/jael/.pub" />
<excludeFolder url="file://$MODULE_DIR$/jael/build" />