diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2019-06-04 23:03:56 +1000 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-04 09:03:56 -0400 |
| commit | a71305b4febc3d8db95d3d144ae3a64c023718f0 (patch) | |
| tree | f0dcc6017f62380b02a08d800503fbf7242fbe72 /rollup.config.js | |
| parent | 60d452264198adb3da4820236cf8ea35d33486cd (diff) | |
Handle compiler diagnostics in Rust (#2445)
Diffstat (limited to 'rollup.config.js')
| -rw-r--r-- | rollup.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rollup.config.js b/rollup.config.js index 635aace0d..41f738bae 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -239,6 +239,7 @@ export default function makeConfig(commandOptions) { "parseConfigFileTextToJson", "version", "CompilerHost", + "DiagnosticCategory", "Extension", "ModuleKind", "ScriptKind", |
