Skip to content

Commit a14d553

Browse files
committed
remove outdated comment
1 parent bd6f1ff commit a14d553

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/sanddance/README-DEV.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ The build of vega-deck.gl is meant to satisfy these constraints:
66

77
Specifically, the use of base classes in Vega and Deck.gl which were declared using the `class` keyword, subclasses in vega-deck.gl must also use the `class` keyword when extending these.
88

9-
Note that as of this writing, [the Parcel bundler has a bug](https://github.com/parcel-bundler/parcel/issues/839) that transpiles the `class` keyword to a `function`, resulting in a runtime error `Class constructor [extended class] cannot be invoked without 'new'`. This can be alleviated if the base classes in Vega and Deck.gl are also run through the bundler as ES6 modules.
10-
119
2. TypeScript
1210

1311
We want to leverage TypeScript as much as possible.

0 commit comments

Comments
 (0)