How is src/index.ts created?
See original GitHub issueI see that you have a CLI to generate the class names. Are you using that for src/index.ts
as well? Or is that hand written?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
SyntaxError - Stack Overflow
terminal `node ./src/index.ts` SyntaxError ... What is the problem? How to fix it? typescript · yargs.
Read more >typescript-example/index.ts at master - GitHub
typescript-example/src/index.ts · Go to file T · Go to line L · Copy path · Copy permalink.
Read more >ts-node - npm
SWC support is built-in via the --swc flag or "swc": true tsconfig option. SWC is a TypeScript-compatible transpiler implemented in Rust. This ...
Read more >createRepl - ts-node
Defined in src/index.ts:1733. Create an implementation of node's ESM loader hooks. This may be useful if you want to wrap or compose the...
Read more >How To Use Modules in TypeScript | DigitalOcean
Save this file. Now that you are exporting your two vector classes from the src/vectors.ts file, create a new file called src/index ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Once #41 and #42 are merged, I’ll submit a PR with the results of
npm run generate
. I likely think we’ll need to bump to v1.7.2 to match Tailwind though.I agree. this will remove confusion about compatibility with tailwindcss!