-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove todos #891
chore: remove todos #891
Conversation
@@ -109,7 +109,7 @@ module.exports = (cwd = process.cwd(), { typeScript } = {}) => { | |||
'./.d2/shell/src/plugin.index.jsx' | |||
), | |||
shellPluginEntrypoint: path.join(base, './.d2/shell/src/Plugin.jsx'), | |||
// TODO: look at what to do with service-worker files whether to move to TS or not | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed this todo - it's a general question about whether we should move this whole repo to TypeScript, not the place for it in this PR
@@ -85,7 +85,7 @@ module.exports = (cwd = process.cwd(), { typeScript } = {}) => { | |||
package: path.join(base, './package.json'), | |||
yarnLock: findYarnLock(base, rootDirectory), | |||
dotenv: path.join(base, './.env'), | |||
config: path.join(base, './d2.config.js'), // TODO: double check this works | |||
config: path.join(base, './d2.config.js'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked it works
@@ -61,7 +61,6 @@ const handler = async ({ | |||
pack: packAppOutput, | |||
allowJsxInJs, | |||
}) => { | |||
// todo: we need to infer TypeScript in build command here similar to start | |||
const paths = makePaths(cwd) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked the build command works
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice thanks!
🎉 This PR is included in version 12.0.0-alpha.23 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 12.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
No description provided.