@mongodb-js/compass-aggregations 0.0.0-next-1336f6ccd01a8b5f63ed6bea289fa9f8fc4d9557 → 0.0.0-next-0d9e77c42a99b49fd4ecc7167d0c769866f92ef2
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 +2 -1
- package/dist/browser.js +1 -1
- package/dist/index.js +1 -1
- package/dist/src/modules/input-documents.d.ts.map +1 -1
- package/package.json +18 -18
package/README.md
CHANGED
@@ -49,7 +49,8 @@ If you're interested in helping with the Aggregation Builder plugin, we'd be ove
|
|
49
49
|
- [`<ExportToLanguage />`](https://github.com/mongodb-js/compass-export-to-language) Modal plugin that connects `<Aggregation />` to `bson-transpilers` [for actual compiling to another language](https://github.com/mongodb-js/bson-transpilers)
|
50
50
|
- [`mongodb-js/stage-validator`](https://github.com/mongodb-js/stage-validator) Aggregation Pipeline Stage grammar.
|
51
51
|
- [`bson-transpilers`](https://github.com/mongodb-js/bson-transpilers) Read the amazing: [Compiler in JavaScript using ANTLR](https://medium.com/dailyjs/compiler-in-javascript-using-antlr-9ec53fd2780f)
|
52
|
-
- [
|
52
|
+
- [`mongodb-js/ace-mode`](https://github.com/mongodb-js/ace-mode) MongoDB highlighting rules for ACE.
|
53
|
+
- [`mongodb-js/ace-autocompleter`](https://github.com/mongodb-js/ace-autocompleter) Makes ACE autocompletion aware of MongoDB Aggregation Pipeline [operators, expressions, and fields](https://github.com/mongodb-js/ace-autocompleter/tree/master/lib/constants).
|
53
54
|
|
54
55
|
## Usage
|
55
56
|
|