-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I think about auto adding files to meta and found perfect solution. No more handmade file list in meta.
Any handmade added files will same use by scripts, so we can import that files auto.
Example:
import 'Message.txt'
outputChatBox(fileRead(fileOpen('Message.txt')))Expect:
Utils will remove file import line, add Message.txt to meta (with detect right side by script) and copy file to dist.
*If file used by server and client, side detector must detect file as shared.
Now just error:
error TSTL: Could not resolve lua source files for require path 'Message.txt' in file src\TypeScriptResource\client.ts
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request