@danielx/civet 0.3.2 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/browser.js +271 -148
- package/dist/browser.js.map +2 -2
- package/dist/civet +9 -9
- package/dist/cli.js.map +3 -3
- package/dist/main.js +271 -148
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -147,7 +147,7 @@ Things Added that CoffeeScript didn't
|
|
|
147
147
|
- Convenience for ES6+ Features
|
|
148
148
|
- `<` as `extends` shorthand
|
|
149
149
|
- `@#id` -> `this.#id` shorthand for private identifiers
|
|
150
|
-
- `import` shorthand `x from
|
|
150
|
+
- `import` shorthand `x from ./x` -> `import x from "./x"`
|
|
151
151
|
- ClassStaticBlock
|
|
152
152
|
- `get`/`set` method definitions
|
|
153
153
|
- Private identifiers `#id`
|