File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const denoDir = path.join(repoDir, 'deno')
88const npmDir = path . join ( repoDir , 'npm' , 'esbuild' )
99const version = fs . readFileSync ( path . join ( repoDir , 'version.txt' ) , 'utf8' ) . trim ( )
1010const nodeTarget = 'node10' ; // See: https://nodejs.org/en/about/releases/
11- const denoTarget = 'deno1' ; // See: https://nodejs.org/en/about/releases /
11+ const denoTarget = 'deno1' ; // See: https://docs.deno.com/runtime/fundamentals/stability_and_releases /
1212const umdBrowserTarget = 'es2015' ; // Transpiles "async"
1313const esmBrowserTarget = 'es2017' ; // Preserves "async"
1414
You can’t perform that action at this time.
0 commit comments