@bhsd/codemirror-mediawiki 3.6.4 → 3.6.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 CHANGED
@@ -134,7 +134,7 @@ import {
134
134
  registerJSON,
135
135
  registerLua,
136
136
  registerVue,
137
- } from 'https://unpkg.com/@bhsd/codemirror-mediawiki';
137
+ } from 'https://unpkg.com/@bhsd/codemirror-mediawiki/dist/main.min.js';
138
138
  ```
139
139
 
140
140
  or
@@ -165,7 +165,7 @@ const {
165
165
  registerJSON,
166
166
  registerLua,
167
167
  registerVue,
168
- } = await import('https://unpkg.com/@bhsd/codemirror-mediawiki');
168
+ } = await import('https://unpkg.com/@bhsd/codemirror-mediawiki/dist/main.min.js');
169
169
  ```
170
170
 
171
171
  </details>
package/dist/lua.js CHANGED
@@ -108,6 +108,8 @@ const map = {
108
108
  isValidBuiltInCode: 2,
109
109
  isValidCode: 2,
110
110
  new: 2,
111
+ FALLBACK_MESSAGES: 1,
112
+ FALLBACK_STRICT: 1,
111
113
  },
112
114
  message: {
113
115
  new: 2,