-
Notifications
You must be signed in to change notification settings - Fork 0
Variables Path
Benedict Albrecht edited this page May 20, 2026
·
5 revisions
Path variables create file-level dependencies by referencing other files in the project.
<< "FROM" >>
Given two files:
file.js:
import Class from '../otherfile.js';otherfile.js:
function Class () {
...
}<:import:> import <<name>> from <<"FROM".js>> <:>
The <<"FROM".js>> variable captures the file path and creates a dependency between file.js and otherfile.js. The string symbols (", ', `) do not need to be referred to in the Crodox definition — string objects get combined to a §§§ element within the input parser.
See also: Reference Variables · Uppercase Variables · All Variables
- Getting Started
- Sign-Up
- Home Screen
- Creating Your First Template
- Template Editor
- Application Navigation
- Syntax Overview
- Workflow: End-to-End
- Workflow: Test with simpleDemo
- Workflow: Build Template from angularTemp
- Demo Repositories
- Template
- Workbench
- GitHub Integration
- GitHub App Installation
- GitHub Repository Setup
- GitHub Re-linking
- Settings
- Overview
- Declarations
- Types
- Scoping