collaboration Drawing app
 
 
 
Go to file
Dan Groshev 64b8f2e04b
auto-it/typescript fails the release, patch the problem away while mods are asleep (#2498)
Currently main can't be released:
https://github.com/tldraw/tldraw/actions/runs/7557438453/job/20576664393

The issue was bisected down to
29044867dd
and can be "fixed" by forcing TypeScript to the previous resolution
(5.3.3->4.9.5).

It looks like Auto runs node-ts on everything, and Typescript picks up a
module/moduleResolution mismatch somewhere. It is likely that the
mismatch is not in our code, since blind replacement of all instances of
`"moduleResolution"` to `"NodeNext"` in the project doesn't help.

It is likely that the relevant TypeScript change is this one:
https://www.typescriptlang.org/docs/handbook/modules/reference.html#the-moduleresolution-compiler-option

Further investigation is pending, but this PR should fix the release
process.

### Change Type

- [x] `internal` — Any other changes that don't affect the published
package
2024-01-18 09:54:25 +00:00
.github use github.ref rather than github.event.ref in deploy.yml (#2495) 2024-01-17 14:24:57 +00:00
.husky
.yarn auto-it/typescript fails the release, patch the problem away while mods are asleep (#2498) 2024-01-18 09:54:25 +00:00
apps VS Code 2.0.22 (#2500) 2024-01-18 08:42:05 +00:00
assets fix geo cloud icon (#2485) 2024-01-17 11:13:23 +00:00
config
packages Make sure correct dark mode colours get used in exports (#2492) 2024-01-17 14:31:38 +00:00
scripts add bash scripts for Vercel (#2494) 2024-01-17 14:17:06 +00:00
.dockerignore
.eslintignore
.eslintplugin.js
.eslintrc.js
.gitignore
.ignore
.prettierignore
.prettierrc
.yarnrc.yml
CHANGELOG.md
CLA.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.md
README.md
TRADEMARKS.md
lazy.config.ts
lerna.json
package.json auto-it/typescript fails the release, patch the problem away while mods are asleep (#2498) 2024-01-18 09:54:25 +00:00
vercel.json
yarn.lock auto-it/typescript fails the release, patch the problem away while mods are asleep (#2498) 2024-01-18 09:54:25 +00:00

README.md

tldraw

tldraw

Welcome to the public monorepo for tldraw. tldraw is a library for creating infinite canvas experiences in React. It's the software behind the digital whiteboard tldraw.com.

Local development

To run the local development server, first clone this repo.

Install dependencies:

yarn

Start the local development server:

yarn dev

Open the example project at localhost:5420.

License

tldraw's source code and distributed packages are provided under the non-commercial tldraw license.

This license does not permit commercial use. If you wish to use tldraw in a commercial product or enterprise, you will need to purchase a commercial license. To obtain a commercial license, please contact us at hello@tldraw.com.

To learn more, see our license page.

Trademarks

The tldraw name and logo are trademarks of tldraw. Please see our trademark guidelines for info on acceptable usage.

Community

Have questions, comments or feedback? Join our discord or start a discussion.

Contribution

Please see our contributing guide. Found a bug? Please submit an issue.

Contact

Find us on Twitter at @tldraw or email hello@tldraw.com. You can also join our discord for quick help and support.