Skip to content

Commit

Permalink
Merge pull request #1633 from weyk/fix_wnakoversion
Browse files Browse the repository at this point in the history
wnakoのナデシコバージョンがcoreのバージョンを返す問題を修正
  • Loading branch information
kujirahand authored Mar 26, 2024
2 parents 2e49e9f + d79b5b4 commit 2ba2b97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wnako3mod.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ import PluginBrowser from './plugin_browser.mjs'
const NAKO_SCRIPT_RE = /^(|nako|nadesiko)3?$/

export class WebNakoCompiler extends NakoCompiler {
version: string
wnakoVersion: NakoVersion
localFiles: Record<string, string>
constructor () {
super({ useBasicPlugin: true })
this.version = nakoVersion.version
this.wnakoVersion = nakoVersion
this.localFiles = {}
// プラグインを追加
Expand Down

0 comments on commit 2ba2b97

Please sign in to comment.