mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Make it clear that samples-all is generated
This commit is contained in:
parent
af1a2ba847
commit
077be8bd68
4 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/// <reference path="../node_modules/monaco-editor-core/monaco.d.ts" />
|
||||
define(['./samples-all'], function(ALL_SAMPLES) {
|
||||
define(['./samples-all.generated'], function(ALL_SAMPLES) {
|
||||
|
||||
var XHR_SAMPLES = {};
|
||||
ALL_SAMPLES.forEach(function(sample) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue