-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat: Add dgrid #4280
feat: Add dgrid #4280
Conversation
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.
@GordonSmith noticed a handful of minor things. Also, GH Actions made a comment about a test in dgrid.browser.spec.ts. I didn't follow why it had a problem with that specific test, I saw one in there where it was expecting false to be true.
.vitepress_v2/config.ts
Outdated
// File might not exit yet --- | ||
} | ||
|
||
apiPackage?.members.forEach(entyrPoint => { |
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.
typo here, entyrPoint
instead of entryPoint
@@ -8,6 +8,7 @@ const menuList = ["List item 1", "This is Item 2", "List item 3", "This is list | |||
|
|||
describe("Widget.classed", () => { | |||
it("set/get", function () { | |||
debugger; |
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.
debugger statement left in here?
packages/dgrid/src/index.ts
Outdated
|
||
// Must be last... | ||
export { Deferred, domConstruct, Memory, QueryResults } from "@hpcc-js/dgrid-shim"; | ||
// export { Deferred, domConstruct, Memory, QueryResults } from "./dgrid-shim.ts"; |
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.
should this be uncommented?
packages/dgrid/tmp.txt
Outdated
@@ -0,0 +1,106 @@ | |||
|
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.
was this file supposed to be included in the commit?
@@ -8,6 +8,7 @@ export function removeStrict(): Plugin { | |||
build.initialOptions.write = false; | |||
build.onEnd((result) => { | |||
result?.outputFiles?.forEach(file => { | |||
console.log(file.path); |
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.
console.log left here? or is it supposed to be, and should it have some prefix about what's happening?
518ec57
to
02083c8
Compare
Consolidate simple index.html testing Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
02083c8
to
da14281
Compare
Consoldiate simple index.html testing
Checklist:
Testing: