README: strict resolution
This commit is contained in:
parent
e32b8c700d
commit
1c00c4aade
2 changed files with 9 additions and 0 deletions
|
@ -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`.
|
4
jael.iml
4
jael.iml
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue