-
-
Notifications
You must be signed in to change notification settings - Fork 4
include
Pannous edited this page Oct 7, 2021
·
2 revisions
include
keyword includes other wasp/text files in place, as they are
import
keyword includes other wasp/wasm/(etc?) modules semantically
use
keyword includes abstract high level bundles, e.g. use graphics
require
keyword is an alias for import
without file extension the correct include/import/use case is determined and possibly a warning emitted
Search directories are . ./include ./lib ./src ./source