You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.2. Manual declare "lib/<name>.js" { ... } types for lib/<name>.js
2. Debatable. Current Native lib types chain without lib/apis.all.d.ts on top of (1). Replacement types, not overrides. For real-time types during development phase of Native lib api for lo or user project. Ideally need this feature to pick lib/<name>/api.js with lo.load/lo.library(<name>) so won't need to search file system for relevant names beforehand
3. globals.d.ts segments:
3.1. User types
3.2. (1.2)
3.3. Base types
3.4. (1.1) and other autogenerated stuff
3.5. (2). Generate segment using lo type <config.js path> --dev or something like that. Empty as first step before build (maybe just find offset to exclude segment from embed). Expose relevant method(s) in lib/types.js